springboot Allow for customization of RedisCacheWriter

Currently it's difficult to customize the RedisCacheWriter when using redis-based caching and still take advantage of th...

springboot Environment variable that does not follow guidelines for use of _ is still successfully bound if another property source contains a property that is bound to the same target

We have custom properties, built like this:@ConfigurationProperties("yona")@Configurationpublic class YonaProp...

springboot Upgrade to Johnzon Jsonb 1.2.4

Comment From: snicollSuperseded by #21338

springboot Upgrade to Hibernate 5.4.14.Final

Comment From: snicollSuperseded by #21339

springboot Upgrade to Dropwizard Metrics 4.1.6

Comment From: snicollSuperseded by #21336

springboot Upgrade to Byte Buddy 1.10.9

Comment From: snicollSuperseded by #21337

springboot Upgrade to Reactor Californium-SR17

Comment From: snicollSuperseded by #20937

springboot Upgrade to Hibernate 5.3.16.Final

Comment From: snicollsuperseded by #21330

springboot CreateBootStartScripts causes a warning to be logged with Gradle 6.4

Forward port of issue #20759 to 2.3.0.

springboot Binder @DefaultValue does not work with PropertyEditor converters

Forward port of issue #21264 to 2.3.0.

springboot Upgrade to Saaj Impl 1.5.2

Comment From: snicollWoops, that should have been the non-beta version. Thanks @wilkinsona!

springboot Optimize StringSequence.startsWith

Hi,I noticed that a vanilla Boot app spends some time in StringSequence.startsWith or respectively StringSequence.charAt...

springboot When a request is active, Undertow prevents the JVM from exiting

Forward port of issue #21319 to 2.3.0.

springboot When a request is active, Undertow prevents the JVM from exiting

The XNIO threads created by Undertow are non-daemon threads so they keep the JVM alive. If a request is active when the ...

springboot developmentOnly configuration excludes jar files from fat jar

The docker image that is built with the default buildpack (paketo) in Springboot version 2.3.0-RC1 throws an error becau...

springboot Align logback's behavior with log4j2 when getting a logger that doesn't exist

Currently, if a GET request to the /loggers endpoint is made for a logger that doesn't exist, logback will create the lo...

springboot Upgrade to Jna 5.5.0

the jna version 4.5.2 is about 2 years old! It's definitely time to upgrade. Why has this not been done automatically?Co...

springboot When using log4j2 log4j2-test.* files are not detected

Forward port of issue #17001 to 2.3.0.

springboot When using log4j2 log4j2-test.* files are not detected

When using log4j2 via the spring-boot-starter-log4j2, I'd expect the log4j2-test.xml file (actually, all *-test.*, as se...

springboot RestTemplateBuilder NPE when defaultHeaders or requestCustomizers are null

I was using a previous version of Spring Boot and creating a RestTemplate using RestTemplateBuilder.Since 2.2.6 I get NP...
上一页 下一页
.