Nineya
Home
Blog
SpringBoot Hazelcast auto-configuration recognizes hazelcast.xml and hazelcast.yaml files but not hazelcast.yml
2025-01-07 03:49:56
541
Hazelcast autoconfiguration recognises hazelcast.xml and hazelcast.yaml but not hazelcast.ymlSimilarly for clients, auto...
SpringBoot Modifying mongo properties for additional hosts (outdated)
2025-01-07 03:49:54
134
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
2025-01-07 03:49:51
2543
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
2025-01-07 03:49:49
1559
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
2025-01-07 03:49:46
2027
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
2025-01-07 03:49:43
438
A deprecated method call for getIpAddress() is replaced in this commit with a new method getHost().This closes #32130Com...
SpringBoot Avoid proxy in ValidationAutoConfiguration
2025-01-07 03:49:40
254
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
2025-01-07 03:49:38
328
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
2025-01-07 03:49:35
428
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
2025-01-07 03:49:33
345
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
2025-01-07 03:49:28
6150
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
2025-01-07 03:49:26
4947
@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
2025-01-07 03:49:23
2635
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
2025-01-07 03:49:20
2565
Whilst looking at #24891 I realized that any @ConfigurationPropertiesBinding beans also get registered as web converters...
SpringBoot Consider generics on ConfigurationPropertiesBinding beans
2025-01-07 03:49:18
807
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
2025-01-07 03:49:15
615
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
2025-01-07 03:49:13
2466
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
2025-01-07 03:49:11
1122
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
2025-01-07 03:49:08
11229
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
2025-01-07 03:49:05
11098
Spring boot version: 2.4.3I'm using webflux and upload some file, when upload file a little bit larger, spring reports:o...
上一页
下一页
1
…
1904
1905
1906
1907
1908
…
2246
.