Nineya
Home
Blog
SpringBoot Resolving properties with a target type can cause ConversionFailedException
2025-01-07 00:39:13
6292
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
2025-01-07 00:39:10
11495
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
2025-01-07 00:39:04
14168
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
2025-01-07 00:39:00
2383
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
2025-01-07 00:38:57
3015
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
2025-01-07 00:38:53
9580
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
2025-01-07 00:38:42
11199
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
2025-01-07 00:38:35
238
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
2025-01-07 00:38:31
359
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
2025-01-07 00:38:28
1044
Currently the spring-boot-maven-plugin requires that both builder and runImage registries are the same in case authentic...
SpringBoot Rename of @EnableWebMvc
2025-01-07 00:38:24
1444
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
2025-01-07 00:38:20
556
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
2025-01-07 00:38:15
2055
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
2025-01-07 00:38:11
383
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
2025-01-07 00:38:08
143
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
2025-01-07 00:38:04
1454
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
2025-01-07 00:38:00
18779
When trying to configure buildpacks for the bootBuildImage target (from: https://github.com/spring-projects/spring-boot/...
SpringBoot Remove reference to surefirebooter JAR
2025-01-07 00:37:56
205
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
2025-01-07 00:37:51
4659
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
2025-01-07 00:37:47
281
Affects: \Comment From: snicoll@KapilBhandari this issue tracker is for Spring Framework only. Comment From: snicollPlea...
上一页
下一页
1
…
2032
2033
2034
2035
2036
…
2246
.