Nineya
Home
Blog
软著申请
SpringBoot Add observationEnabled properties for Apache Kafka
2025-01-07 17:18:46
991
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
2025-01-07 17:18:43
7713
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
2025-01-07 17:18:40
1261
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
2025-01-07 17:18:33
83957
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
2025-01-07 17:18:28
8863
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.
2025-01-07 17:18:25
1769
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
2025-01-07 17:18:20
1066
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
2025-01-07 17:18:17
303
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
2025-01-07 17:18:14
235
The PemSslStoreBundle constructor accepts an alias and more recently a keyPassword (see #35983). These values currently ...
SpringBoot Introduce PemSslStore as an alternative to PemSslStoreDetails
2025-01-07 17:18:11
289
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
2025-01-07 17:18:09
435
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
2025-01-07 17:18:07
2336
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"
2025-01-07 17:18:04
5617
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
2025-01-07 17:17:59
1431
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
2025-01-07 17:17:55
181
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
2025-01-07 17:17:51
3905
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
2025-01-07 17:17:48
45051
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
2025-01-07 17:17:45
1987
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
2025-01-07 17:17:43
2300
To pass appropriate classloader as an argument to load factory names.Consider a scenario where Spring-core is loaded fro...
SpringBoot Replace and Rename
2025-01-07 17:17:40
390
Comment From: pivotal-cla@itsayopapi Please sign the Contributor License Agreement!Click here to manually synchronize th...
上一页
下一页
1
…
1760
1761
1762
1763
1764
…
2246
.