Nineya
Home
Blog
SpringBoot UNIFORM
2025-01-07 02:13:12
1057
@Configuration@ConfigurationProperties("app")public class AppConfig implements InitializingBean { private M...
SpringBoot org.springframework.boot.web.error.ErrorAttributeOptions#isIncluded has a bug
2025-01-07 02:13:08
560
version: 2.3.8org.springframework.boot.web.error.ErrorAttributeOptions#isIncluded The judgment condition is wrong. It sh...
SpringBoot Include curl in OCI image generated by spring-boot:build-image
2025-01-07 02:13:05
2779
I deploy container generated by spring-boot:build-image to AWS ECS and I want to enable health check: healthCheck = { ...
SpringBoot @ConfigurationProperties should have an option to have properties read each time from Environment
2025-01-07 02:13:01
11202
Originally raised on the SPR issue tracker:https://jira.springsource.org/browse/SPR-11289@ConfigurationProperties object...
SpringBoot HEAD request to non-existing resource hangs
2025-01-07 02:12:58
2540
Version: 'org.springframework.boot' version '2.6.3' 'io.spring.dependency-management' version '1.0.11.RELEASE'Use th...
SpringBoot Problems with 3.0 M1 configuration properties change log
2025-01-07 02:12:54
359
Via @OrangeDog on Gitter:This table doesn't make much sensehttps://github.com/spring-projects/spring-boot/wiki/Spring-Bo...
SpringBoot @ConditionalOnMissingBean not working properly when other beans are annotated with @Profile
2025-01-07 02:12:50
2030
Affects: 2.6.3 (and probably others)The following application should start without any problems (imo), but it fails to s...
SpringBoot How can I rewrite connectionfactory correctly
2025-01-07 02:12:47
2613
ConnectionFactoryConfig@Bean public ConnectionFactory connectionFactory(@Autowired MyR2dbcProperties r2dbcProperties)...
SpringBoot Harvest property descriptions from a @ConfigurationProperties-annotated record
2025-01-07 02:12:43
3306
At the moment, the configuration properties annotation processor harvests property descriptions from a class's fields. T...
SpringBoot Jackson 2.12.6 compatibility with Spring Boot 2.4.13
2025-01-07 02:12:40
946
A vulnerability (WS-2021-0616) was discovered in jackson library. It is fixed in versions 2.12.6 and 2.13.1.Spring Boot ...
SpringBoot Exception during API request - java.net.ConnectException: connect(..) failed: Can't assign requested address
2025-01-07 02:12:36
6298
Getting following error while running Webclient requests in loop , as follows :ClientHttpConnector httpConnector = ne...
SpringBoot Allow Spring Boot 2.5 and 2.6 to work with H2 version 2.0.202
2025-01-07 02:12:32
2812
A vulnerability (CVE-2021-23463: https://nvd.nist.gov/vuln/detail/CVE-2021-23463) was discovered in h2 database and it i...
SpringBoot why Bad Request, status=400 when i upload files?
2025-01-07 02:12:26
1308
ErrorWhitelabel Error PageThis application has no explicit mapping for /error, so you are seeing this as a fallback.Tue ...
SpringBoot Decouple Maven plugin's integration tests from spring-boot-dependencies
2025-01-07 02:12:22
576
The changes made for #23936 meant that any change to the spring-boot-dependencies bom results in all of our Maven plugin...
SpringBoot Don't modify AliasChecks list from Jetty WebAppContext
2025-01-07 02:12:15
601
Closes #29552The list returned from context.getAliasChecks() is not designed to be mutated directly. In later versions o...
SpringBoot Do not use Jetty WebAppContext#getAliasChecks() to clear collections but use clearAliasChecks()
2025-01-07 02:12:11
176
The returned collection can be immutable. See some details https://github.com/eclipse/jetty.project/issues/7440Comment F...
SpringBoot Ensure file permissions are set in image building tests
2025-01-07 02:12:08
255
DirectoryBuildpackTests can fail in some environments because the tests create files with default permissions that might...
SpringBoot Allow Indirect Binding for ConfigurationProperties and their properties
2025-01-07 02:12:03
4106
I have a collection (with a prefix) of data structures and I need to select one data structure from the collection and b...
SpringBoot Make JCachePropertiesCustomizer public
2025-01-07 02:12:00
1939
Please make org.springframework.boot.autoconfigure.cache.JCachePropertiesCustomizer public, so the properties that are u...
SpringBoot Rename Boxfuse to CloudCaptain
2025-01-07 02:11:55
455
We recently rebranded Boxfuse into CloudCaptain. This pull request updates both the name as well as the links which now ...
上一页
下一页
1
…
1971
1972
1973
1974
1975
…
2246
.