SpringBoot Resolving properties with a target type can cause ConversionFailedException

Spring Boot 2.5.0.https://github.com/spring-projects/spring-boot/blob/7b490f003c4830a2981d20310dfbb64910a971f5/spring-bo...

SpringBoot Too many open files after upgrade to Spring Boot 2.4.5

We recently upgraded to 2.4.5, in order to get the fix for DefaultPartHttpMessageReader #26736 that was delivered in Spr...

SpringBoot @ConfigurationProperties not working well with @ConstructorBinding - spring boot 2.5.0

Hi, I have this code:@Getter@ConstructorBinding@ConfigurationProperties(prefix = "some-prefix")public class Nu...

SpringBoot Separate auto-configuration of script-based DataSource initialization from the auto-configuration of the DataSource

Currently, the auto-configuration of script-based DataSource initialization is intermingled with the auto-configuration ...

SpringBoot Discuss upgrade policy for libraries that don't release patch versions

Comment From: dreis2211@philwebb Have you started investigating already? Otherwise I would give it a go - I have a prett...

SpringBoot Image building creates invalid image on consecutive runs

Gradle command bootBuildImage creates an invalid image on every other run. I mean, the first run creates a correct image...

SpringBoot Profile-specific property files are incorrectly ordered when both '.' and './config' folders are used in the same application

Hello,when upgrading our application from 2.3.0.RELEASE to spring boot 2.4.5, I realised that spring boot now sorts the ...

SpringBoot Upgrade to Json Path 2.6.0

fix CVE-2021-27568Comment From: snicoll@strehle thanks for the PR but as indicated in the template, we prefer to do such...

SpringBoot Fix a typo in Spring Boot 2.5 Release Notes

embdedded must be fixed to embeddedon https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.5-Release-Notes#...

SpringBoot spring-boot-maven-plugin: support two different registries for builder and runImage when one of them is authenticated

Currently the spring-boot-maven-plugin requires that both builder and runImage registries are the same in case authentic...

SpringBoot Rename of @EnableWebMvc

As written documentation https://docs.spring.io/spring-boot/docs/2.5.0/reference/htmlsingle/#howto.spring-mvc.switch-off...

SpringBoot Fix typo in 'Reacting to the Maven plugin' title

Fixes a type in the section markup of Reacting to the Maven plugin.This broke the AsciiDoc syntax with the following res...

SpringBoot @Transactional cannot rollback the change in MySQL

I wrote a simple program that i want to see the result of transaction rollback like this:@Transactionalpublic void inser...

SpringBoot A spring.config.import declared in an application.properties file also attempts to import profile-specific files

It's currently possible for a property file to indirectly import another profile specific file. For example, given the f...

SpringBoot A spring.config.import declared in an application-<profile>.properties file calls ConfigDataLocationResolver.resolveProfileSpecific

Similar to #26752, we should not call ConfigDataLocationResolver.resolveProfileSpecific if the source of the import is i...

SpringBoot Jersey client connection timeout doubled when posting entity

When using Jersey client in a Spring Boot context the connection timeout is the double of what is defined when posting a...

SpringBoot Image Building with custom buildpacks fails with permission denied on Arch Linux

When trying to configure buildpacks for the bootBuildImage target (from: https://github.com/spring-projects/spring-boot/...

SpringBoot Remove reference to surefirebooter JAR

Hi,I just noticed this remaining reference to the surefirebooter JAR that is effectively not needed since we're not usin...

SpringBoot 2.4.5 to 2.5.0 made almost all Micrometer/Prometheus metrics disappear

I upgraded an application from 2.4.5 to 2.5.0 and almost all Micrometer/Prometheus metrics stopped getting reported in t...

SpringBoot ResponseStatusException is not returning the error message with Springboot 2.3.1

Affects: \Comment From: snicoll@KapilBhandari this issue tracker is for Spring Framework only. Comment From: snicollPlea...
上一页 下一页
.