Nineya
Home
Blog
SpringBoot Allow custom ClassPathBeanDefinitionScanner on AnnotationConfigServletWebServerApplicationContext
2025-01-07 03:50:54
3430
I use spring boot 2.5.2 to create a servlet web application, but I cannot find a way to override ClassPathBeanDefinition...
SpringBoot Allow multiple hosts to be set in MongoProperties
2025-01-07 03:50:52
687
Currently MongoProperties allow only single host to be set in the MongoProperties. With this commit a set of 'additional...
SpringBoot Image is not built when a buildpack is used
2025-01-07 03:50:49
5710
The snippet below is my configuration at spring-boot-maven-plugin. The purpose is to build an image using amazon-corrett...
SpringBoot Allow multiple hosts to be set in MongoProperties
2025-01-07 03:50:46
2521
When using ReplicaSet, access to the Mongo cluster by multiple hosts.i'd like to write below property.spring: data: ...
SpringBoot Error messages about unresolvable beans should explain why an auto configurable candidate was not selected
2025-01-07 03:50:43
857
Currently if the Spring fails to autowire a bean due to failed conditions (such as with autoconfiguration) the normal lo...
SpringBoot Warn if a property in configuration file is being overridden by spring.config.import
2025-01-07 03:50:41
1279
Due to the non-intuitive way spring.config.import works (imported files override current document - the opposite of what...
SpringBoot Add JVM options to prevent warnings with asciidoctor
2025-01-07 03:50:38
118
See https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/597 for details.Comment From: philwebbThanks Dave!
SpringBoot Prepend additional keys to sanitize
2025-01-07 03:50:34
902
Per discussion in #30832, this change prepends additional keys to sanitize ahead of the defaults. This allows users to s...
SpringBoot Add initial-keys-to-sanitize
2025-01-07 03:50:32
2735
Affects: \2.5.x+MotivationThe org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesR...
SpringBoot Alignment of MimeMappings with Tomcat's defaults
2025-01-07 03:50:29
1757
Hi, this PR is used to solve #31171 .Migrate default mime mappings maintained in MimeMappings into properties fileLoad o...
SpringBoot Add failure analyizer to deal with io.netty.resolver.dns.macos.DnsResolver exceptions
2025-01-07 03:50:27
268
See #29999 for background. We might be able to provide a failure analyzer that provides a better error and explains whic...
SpringBoot Spring Boot 2.1.18 doesn't map actuator endpoints, no endpoints logged as mapped
2025-01-07 03:50:24
7514
I literally tried everything related to actuators, and nothing works, so I think it's something deeper than usual.I'm mi...
SpringBoot spring boot 2.7.3 - r2dbc-pool
2025-01-07 03:50:21
856
Hi,In spring boot 2.7.3 there is used an r2dbc dependency:"io.r2dbc:r2dbc-pool:0.9.0" or "io.r2dbc:r2dbc-pool:0.9.1" I d...
SpringBoot Add null check on a actuator endpoint
2025-01-07 03:50:19
683
Adding these changes, to prevent null / empty string data from entering into constructor method of the actuatorComment F...
SpringBoot Include AbstractJdbcConfiguration beans in @DataJdbcTest
2025-01-07 03:50:16
1075
Addresses enhancement issue https://github.com/spring-projects/spring-boot/issues/28918Adds AbstractJdbcConfiguration to...
SpringBoot Include AbstractJdbcConfiguration beans in @DataJdbcTest
2025-01-07 03:50:14
2151
When using Spring Data JDBC, it's fairly common to provide a bean that's an AbstractJdbcConfiguration sub-class. For exa...
SpringBoot Add native-image support for Quartz
2025-01-07 03:50:11
10896
Running the quartz sample from spring-native, the native image fails with:org.springframework.beans.factory.BeanCreation...
SpringBoot Add native-image support for Freemarker
2025-01-07 03:50:07
10109
When using Freemarker as a view renderer, I get this exception:org.springframework.boot.context.properties.bind.BindExce...
SpringBoot Netty 'spring.netty-leak-detection' default property value is always applied to ResourceLeakDetector
2025-01-07 03:50:01
3192
Spring will override the Netty leak detection level set using -Dio.netty.leakDetection.level=advancedThe code below want...
SpringBoot BindingResult returns 2 same error messages on one field
2025-01-07 03:49:59
2140
Hi everyone, I am new to Spring, and I tried using annotation @NotNull and @Past with my field for validation, but when ...
上一页
下一页
1
…
1903
1904
1905
1906
1907
…
2246
.