Nineya
Home
Blog
SpringBoot Refine OnClassCondition thread split threshold
2025-01-06 19:27:30
765
We currently split to the threaded mode whenever the number of classes is more than one. This probably isn't very effici...
SpringBoot Add configuration properties for RabbitMQ's batch listener config
2025-01-06 19:27:23
587
New features in spring-amqp 2.3.0Comment From: snicollThanks @garyrussell. I am wondering if the opinion of enabling de ...
SpringBoot Allow support for @ConditionalOnProperty negation
2025-01-06 19:27:17
620
Adding @ConditionalOnProperty negation would be useful.Use case:@ConditionalOnProperty(name = "spring.cache.type", notHa...
SpringBoot Rest API to connect openfire and send Data
2025-01-06 19:27:10
629
Hi, there i need your help in developing a Rest API which will help me in send data to openfire message . I want to us...
SpringBoot Remove unnecessary code in LogbackLoggingSystem.loadDefaults
2025-01-06 19:27:03
237
Whilst looking at #23609 I found some lines in LogbackLoggingSystem that seem unnecessary. They've been there since befo...
SpringBoot PortInUseException thrown when Netty does not have the right to use configured port
2025-01-06 19:26:57
7821
I am using Spring Boot 2.2.2.RELEASE and tries to bind my embbed netty server to port 443 with a non root user. The appl...
SpringBoot LiveReload doesn't work without restart enabled
2025-01-06 19:26:50
1274
Using spring.devtools.restart.enabled=false disables livereload even if spring.devtools.livereload.enabled=true .Browser...
SpringBoot Can not get environment value to import if the value is a redis URI without the username
2025-01-06 19:26:43
1794
Hi,When trying to import a redis URI through the property values, the URI can not be imported when it is in the format:r...
SpringBoot Polish
2025-01-06 19:26:37
52
This PR fixes some typos and polishes trivial stuff.
SpringBoot Unable to create Channel from class class io.netty.channel.epoll.EpollSocketChannel
2025-01-06 19:26:31
4895
It has happened like the below. It suddenly occur in product environment. There are the similar issue in this git reposi...
SpringBoot DevTools restart failed ClassCastException
2025-01-06 19:26:24
25788
On app restart, during a bean initialization method, an entity is loaded from second level cache, and AttributeConverter...
SpringBoot Note that using LiveReload requires Devtools restart to be enabled
2025-01-06 19:26:17
500
https://github.com/spring-projects/spring-boot/issues/23726Comment From: pivotal-issuemaster@cdalexndr Please sign the C...
SpringBoot Allow a SAML2 relying party registration's assertion consumer service binding and location to be configured via application properties
2025-01-06 19:26:09
218
The value is an enum (Saml2MessageBinding). It could be configured via a property named spring.security.saml2.relyingpar...
SpringBoot After upgrade to spring-boot 2.3 endpoint returns response without body
2025-01-06 19:26:01
2123
Stack:Undertow 2.1.4.FinalSpring Boot 2.3.4.RELEASESpring security 5.3.0.RELEASEProblemAfter upgrade to spring-boot 2.3,...
SpringBoot Expose BootBuildImage's cleanCache property as a command-line option
2025-01-06 19:25:55
101
…(Fix #23206)Comment From: snicoll@omlip thank you for making your first contribution to Spring Boot.
SpringBoot Provide a default DataSource username if none has been provided
2025-01-06 19:25:48
924
Fixing #23538 detects actual embedded use cases. The side effect is that we don't set a username anymore with, for insta...
SpringBoot Revisit datasource initialization so that no other component block on the EMF while it is being initialized
2025-01-06 19:25:41
604
Fix for #23735 in 2.3.x.Given that 2.3.5 has not been released yet, I am flagging this one as a task as a follow-up of #...
SpringBoot Hang on AbstractEntityManagerFactoryBean.getNativeEntityManagerFactory()
2025-01-06 19:25:35
6173
Upgrading from Spring Boot 2.4.0-M3 to 2.4.0-M4 causes a hang on AbstractEntityManagerFactoryBean.getNativeEntityManager...
SpringBoot Add support for Oracle UCP
2025-01-06 19:25:28
1442
Added support for autoconfiguration of Oracle Universal Connection Pool. Fixes gh-12865.Comment From: snicollI've starte...
SpringBoot Add support for CNB platform API 0.4
2025-01-06 19:25:21
445
Currently CNB platform API 0.3 is supported for interaction between the Spring Boot build plugin image-building goals/ta...
上一页
下一页
1
…
2105
2106
2107
2108
2109
…
2246
.