SpringBoot Add observationEnabled properties for Apache Kafka

Spring for Apache Kafka does not enable Observation by default; if a user only wants Micrometer timers, it is better to ...

SpringBoot Springboot cache the IP address of the DNS Endpoint forever

When an IP changes in a dns name, the spring applications are continue to send the request to the old IP and taking the ...

SpringBoot 3.2.0-M3 to 3.2.0-RC1 OncePerRequestFilter servlet filter names broken in tests

Hi,after upgrading to spring boot 3.2.0-RC1, my custom security filter no longer runs in tests. It seems it is simply sk...

SpringBoot SpringBoot throws exception when connecting to MongoDB connection pool background maintenance task

This is my environment:Spring Boot:2.2.9.RELEASEspring-boot-starter-data-mongodb:2.2.13.RELEASEProblems I've had:I am us...

SpringBoot @ConfigurationProperties on @Bean does not expose all properties

The Spring Configuration Annotation Processor does not seem to properly pick up setters on some objects.Specifically:@Co...

SpringBoot Spring Boot's support for liquibase does not work for files with a space in file name.

Although I agree that spaces in file name should always be avoided, I do think that this should not be a blocking issue....

SpringBoot Rename startDaemonAwaitThread() inside TomcatWebServer to match intent

This is just an observation and suggestion, but when reviewing the TomcatWebServer class (source), I noticed the method ...

SpringBoot Pass though key password property when creating a PemSslStoreBundle

35983 added support for protecting added keys with a password. I think it makes sense for us to pass the key password fr...

SpringBoot Allow alias and password to be configured on a per PEM store basis

The PemSslStoreBundle constructor accepts an alias and more recently a keyPassword (see #35983). These values currently ...

SpringBoot Introduce PemSslStore as an alternative to PemSslStoreDetails

Our current PEM SSL support does not provide a way to work with Certificates and PrivateKeys that have already been pars...

SpringBoot Apply SslBundleProperties.Key property to PEM keystore and not to the truststore

Once #38124 is in place we can apply an alias and password only to specific stores. For our PEM support, it makes sense ...

SpringBoot query behaving as if it has the distinct keyword without having it

Hello.Just upgraded spring boot version from 2.7 to 3.1.5 in my project, and noticed a strange behaviour. The following ...

SpringBoot Using EhCache in Spring Boot tests without @DirtiesContext fails with "net.sf.ehcache.CacheException: Another unnamed CacheManager already exists in the same VM"

Not sure whether this qualifies as a bug (since it's really unexpected and hard to understand why it happens) or an impr...

SpringBoot Class loading may fail when JVM is stopped using SIGINT

When the JVM is stopped using SIGINT, Boot's shutdown hook runs and closes the application context. Class loading that o...

SpringBoot Fix typos in method names

Hi,long time no see. I just noticed a couple of method name typos - mostly in tests.Cheers,ChristophComment From: wilkin...

SpringBoot Failed to build native image, classes initialized at build time

Hi, Previously i have filed the issue linked below, but it was being closed. https://github.com/spring-projects/spring-b...

SpringBoot Failed to build spring native image with native-maven-plugin

Hi,I failed to build spring native image with a spring boot project. Spring boot version: 3.0.1Command to build: mvnw na...

SpringBoot Failed to build Docker image using Spring Boot Maven plugin

Hi I tried to build Docker image using Spring Boot Maven plugin:mvn spring-boot:build-imageHowever I got an exception (m...

SpringBoot When classes in spring-core and spring-boot are loaded by different ClassLoaders, spring-boot cannot find its own config data location resolvers

To pass appropriate classloader as an argument to load factory names.Consider a scenario where Spring-core is loaded fro...

SpringBoot Replace and Rename

Comment From: pivotal-cla@itsayopapi Please sign the Contributor License Agreement!Click here to manually synchronize th...
上一页 下一页
.