SpringBoot Allow custom ClassPathBeanDefinitionScanner on AnnotationConfigServletWebServerApplicationContext

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

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

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

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

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

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

See https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/597 for details.Comment From: philwebbThanks Dave!

SpringBoot Prepend additional keys to sanitize

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

Affects: \2.5.x+MotivationThe org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesR...

SpringBoot Alignment of MimeMappings with Tomcat's defaults

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

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

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

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

Adding these changes, to prevent null / empty string data from entering into constructor method of the actuatorComment F...

SpringBoot Include AbstractJdbcConfiguration beans in @DataJdbcTest

Addresses enhancement issue https://github.com/spring-projects/spring-boot/issues/28918Adds AbstractJdbcConfiguration to...

SpringBoot Include AbstractJdbcConfiguration beans in @DataJdbcTest

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

Running the quartz sample from spring-native, the native image fails with:org.springframework.beans.factory.BeanCreation...

SpringBoot Add native-image support for Freemarker

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

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

Hi everyone, I am new to Spring, and I tried using annotation @NotNull and @Past with my field for validation, but when ...
上一页 下一页
.