SpringBoot UNIFORM

@Configuration@ConfigurationProperties("app")public class AppConfig implements InitializingBean { private M...

SpringBoot org.springframework.boot.web.error.ErrorAttributeOptions#isIncluded has a bug

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

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

Originally raised on the SPR issue tracker:https://jira.springsource.org/browse/SPR-11289@ConfigurationProperties object...

SpringBoot HEAD request to non-existing resource hangs

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

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

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

ConnectionFactoryConfig@Bean public ConnectionFactory connectionFactory(@Autowired MyR2dbcProperties r2dbcProperties)...

SpringBoot Harvest property descriptions from a @ConfigurationProperties-annotated record

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

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

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

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?

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

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

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

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

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

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

Please make org.springframework.boot.autoconfigure.cache.JCachePropertiesCustomizer public, so the properties that are u...

SpringBoot Rename Boxfuse to CloudCaptain

We recently rebranded Boxfuse into CloudCaptain. This pull request updates both the name as well as the links which now ...
上一页 下一页
.