SpringBoot Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml

Hazelcast autoconfiguration recognises hazelcast.xml and hazelcast.yaml but not hazelcast.ymlSimilarly for clients, auto...

SpringBoot Modifying mongo properties for additional hosts (outdated)

Testing changes for the pipelineComment From: snicollCan you please update your existing PR (#32125) rather than creatin...

SpringBoot Configure Tomcat http2 upgrade protocol via properties

There are many http2 upgrade protocol configurations for Tomcat (https://tomcat.apache.org/tomcat-9.0-doc/config/http2.h...

SpringBoot CVE-2022-31197 - postgresql critical security vulnerability at version 42.3.X and 42.4.0

Please see the follow postgresql security issue https://www.postgresql.org/about/news/postgresql-jdbc-versions-424142226...

SpringBoot Support custom tags / handlers in yaml config files

We'd like to be able to register and use custom tags and their handlers in our application.yml file to support things su...

SpringBoot Adapt deprecated getIpAddress call with getHost in Redis Tests

A deprecated method call for getIpAddress() is replaced in this commit with a new method getHost().This closes #32130Com...

SpringBoot Avoid proxy in ValidationAutoConfiguration

Now that MethodValidationPostProcessor can be configured by an ObjectProvider rather than only the raw Validator, we can...

SpringBoot Use ObjectProvider<Validator> instead of @Lazy in ValidationAutoConfiguration

As suggested by @jhoeller here, could it be possible to update ValidationAutoConfiguration to change @Lazy to ObjectProv...

SpringBoot Stop using deprecated method call for Redis container to get the IP Address

SampleCacheApplicationRedisTests uses getContainerIpAddress which is deprecated and should be replaced with a correct on...

SpringBoot Configuration processor does not detect default value defined in parent class

If a property is defined in a parent class of a @ConfigurationProperties annotated POJO, it is not detected by the annot...

SpringBoot Allow RestClientTest to specify the qualifier for the injected bean

ContextWhen using RestClientTest, it's currently not possible to inject a qualified name for the bean.For instance, we m...

SpringBoot Add simple API to JacksonTester for direct instantiation

@JsonTest and json testers are hidden gems for tests with json.BackgroundI have seen many test classes that create their...

SpringBoot Allow management server to run on same port but different address

Please consider the following configuration to expose management endpoints over a different address than the public endp...

SpringBoot Don't register ConfigurationPropertiesBinding beans as web converters

Whilst looking at #24891 I realized that any @ConfigurationPropertiesBinding beans also get registered as web converters...

SpringBoot Consider generics on ConfigurationPropertiesBinding beans

Currently ConversionServiceDeducer registers converters and formatters using only the bean instance. This means that we ...

SpringBoot Document Log4j2's log4j-spring-boot module and its spring lookup as an alternative to our Logback <springProperty> extension

Log4j 2.14 introduced a new log4j-spring-boot module. It provides a lookup plugin so that properties in the environment ...

SpringBoot A functional command line runner

So in order to do a command line runner with an exit code you have to do mutable state (at least from what I can find do...

SpringBoot Update DockerApi to support configured authentication

We're currently hitting rate limit issues with our tests due to the fact that the Docker config.json files is not read. ...

SpringBoot Use a local builder image when the image does not exist in the remote repository

IssueThe maven plugin/goal spring-boot:build-image -Dspring-boot.build-image.builder= when executed cannot find the dock...

SpringBoot Make it easier to configure DefaultPartHttpMessageReader's max headers size

Spring boot version: 2.4.3I'm using webflux and upload some file, when upload file a little bit larger, spring reports:o...
上一页 下一页
.