SpringBoot When lazy initialization is enabled, JMX endpoints are not available

Via this question on Stack Overflow, when JmxEndpointExporter is lazy, nothing triggers its creation so the endpoints ar...

SpringBoot Upgrade to Spring Data 2020.0.14

Comment From: mp911deProject Dependencies Spring Data 2020.0.14Cassandra Driver (com.datastax.oss:java-driver-bom): 4.9....

SpringBoot Upgrade to Spring Data 2021.0.6

Comment From: mp911deProject Dependencies Spring Data 2021.0.6Cassandra Driver (com.datastax.oss:java-driver-bom): 4.11....

SpringBoot UNKNOWN Eureka instance status

Spring Boot : 2.4.5If we have management.health.defaults.enabled= trueI see the Eureka for that service status moving to...

SpringBoot Running Multimodule SpringBoot Applications with Jenkins

I, like many others, have a large maven multi-module project. This project emits many library jars. These jars need to w...

SpringBoot Apply Jackson2ObjectMapperBuilderCustomizer to Any Instance of Jackson2ObjectMapperBuilder

Currently, instances of Jackson2ObjectMapperBuilderCustomizer are only applied to the auto-configured Jackson2ObjectMapp...

SpringBoot Configure Couchbase to use the application's ObjectMapper

Could the CouchbaseAutoConfiguration use existing Jackson ObjectMapper bean instance by default?Maybe add something like...

SpringBoot spring-boot-starter-test has an unnecessary dependency on jakarta.xml.bind-api

Same reason as in gh-28308 introduced with d6a869fa98eaeb3c180a8a3d94dcce8e3f51e204@wilkinsona exclusion was removed in ...

SpringBoot Flattened VCAP_SERVICES properties are not sanitized by default

We sanitize vcap_services but CloudFoundryVcapEnvironmentPostProcessor converts them to vcap.services.* which should als...

SpringBoot MeterValue with "d" suffix not parsed as Duration for timer

Spring Boot Version 2.4.8If you specify a value with the suffix d for the timer when setting slo, then it is parsed as a...

SpringBoot CachingOperationInvoker cache can consume a significant amount of heap space

Java 11SpringBoot 2.5.4Hi,We have had a service using significant amounts of heap space. We have managed to get a heap ...

SpringBoot Developer tools: data script replayed on restart problem

I have a spring boot application using liquibase and referencing a startup script using spring.datasource.data property....

SpringBoot LazyInitializationException during startup if using repo.getById, but not repo.findById

Spring Boot 2.5.5In 2.4.4 I was able to use either findById or getById, but in 2.5.5 only findById returns an object tha...

SpringBoot spring-boot-starter-oauth2-client has an unnecessary dependency on com.sun.mail:jakarta.mail

oauth2-client don't depend on any mail dependency, so it's just confusing and causing problems with javax.mail.* to jaka...

SpringBoot Prohibit org.apache.geronimo.specs dependencies from our starters

Similar to #28329, we never want to use org.apache.geronimo.specs dependencies in our starters, preferring instead the o...

SpringBoot Prohibit JBoss spec dependencies from our starters

We never want to use org.jboss.spec.* dependencies, preferring instead the official Jakarta EE spec jars. To avoid them ...

SpringBoot Add support of HttpMessageConvertersAutoConfiguration for @AutoConfigureMockMvc

Hello folks,I'd like to test some rest controller. I can't use @WebMvcTest cause my security config uses JWT Token Provi...

SpringBoot Log URLs for all DataSources when H2 Console is auto-configured

Always log path of H2 console, then log details for each data source that offers a connection, in order, primary first.R...

SpringBoot Consider adding a hierarchical/overridable bean resolution mechanism for auto-configurations

Motivation: Given a library's auto-configuration requiring a bean of a specific type to be present in the application co...

SpringBoot http-nio-8080-Acceptor is waiting and not receive request?

2021-10-12 11:45:51Full thread dump OpenJDK 64-Bit Server VM (25.302-b08 mixed mode):"Attach Listener" #227 da...
上一页 下一页
.