SpringBoot Refine OnClassCondition thread split threshold

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

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

Adding @ConditionalOnProperty negation would be useful.Use case:@ConditionalOnProperty(name = "spring.cache.type", notHa...

SpringBoot Rest API to connect openfire and send Data

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

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

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

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

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

This PR fixes some typos and polishes trivial stuff.

SpringBoot Unable to create Channel from class class io.netty.channel.epoll.EpollSocketChannel

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

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

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

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

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

…(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

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

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()

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

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

Currently CNB platform API 0.3 is supported for interaction between the Spring Boot build plugin image-building goals/ta...
上一页 下一页
.