SpringBoot Make distinction between Testcontainers for integration tests and development more clear in documentation

The documentation has a section on using Testcontainers for testing. Sub-sections have information specific to integrati...

SpringBoot When using Testcontainers at development time with @ServiceConnection on a @Bean method, describe when to use the name attribute and why

See https://github.com/spring-projects/spring-boot/pull/36064 and in particular https://github.com/spring-projects/sprin...

SpringBoot Improve and Update BatchAutoConfiguration

Improve and Update BatchAutoConfigurationThis PR will update and improve BatchAutoConfigurationAdd possibility to config...

SpringBoot Fix link to Elasticsearch health indicator

Hi,I just noticed a broken doc link to the Elasticsearch health indicator.Cheers,ChristophComment From: mhalbritterThank...

SpringBoot Fix typos

Describe your changesThis PR corrected typos. If it does not meet the PR conditions, please revise it separately.Commen...

SpringBoot Rename method, field name of getInitializeSchema

While learning Spring batch, I noticed some variable names and functions are strange.The function name getInitializeSche...

SpringBoot IPv6 IP addresses cannot be used with RabbitMQ

Failed to parse ipv6 addresses due to assumption of ipv4 addresses.I think the regression was introduced in https://gith...

SpringBoot Remove deprecated support for FailureAnalyzer setter injection

Remove deprecated support for FailureAnalyzer setter injectionRemove deprecated support for FailureAnalyzer setter injec...

SpringBoot Trace propagation over Kafka

We're currently using Spring Kafka to send events between our Spring Boot based services. We're interested in propagatin...

SpringBoot Reduce bean create at RabbitAnnotationDrivenConfiguration

add ConditionalOnProperty in RabbitAnnotationDrivenConfigurationadd ContainerFactoryConfigurers available testCloses #38...

SpringBoot Error with SPRING_PROFILES_ACTIVE == json-logging

I encountered an issue after updating to Spring Boot version 3.1.3. The problem is related to the Spring profile configu...

SpringBoot Upgrade to OkHttp 4.12.0

Comment From: lexekHi @wilkinsona, I'm not entirely sure what the process is here, but can this also be ported to the ne...

SpringBoot Missing configuration processing for PartEvent support

Neither the Javadoc of ReactiveMultipartProperties (spring.webflux.multipart configuration namespace) nor the reference ...

SpringBoot wrong writing of a method name.

Comment From: wilkinsonaWhy do you think it's wrong? The enableShutdownHookAddition method sets the shutdownHookAddition...

SpringBoot Add new properties for Liquibase 4.24.0

Hi, there are a couple of changes in liquibase 4.24.0 that are relevant to Spring Boot: - https://github.com/liquibase/l...

SpringBoot Work around Logback's LoggerContext listener support not being thread-safe

springboot version: 'org.springframework.boot:spring-boot-dependencies:2.1.6.RELEASE'Junit5: testImplement...

SpringBoot App that depends on Tomcat and on Jetty's websocket-server module fails to start with IllegalStateException: WebSocketComponents has not been created

Spring boot 3.1.5Seems there is still some issues with websocket autoconfiguration similar to #37660 .Suggested workarou...

SpringBoot java.lang.ClassCastException related to java.lang.invoke.SerializedLambda occurs - Compatibility Issue with Apache Spark Cluster Mode

Issue DescriptionWhen running a Spring Boot application with Apache Spark in cluster mode, a java.lang.ClassCastExceptio...

SpringBoot Use @DirtiesContext with our own integration tests

Our own integration tests are not likely to benefit from context caching so we could apply @DirtiesContext more liberall...

SpringBoot ExcludeFilterApplicationContextInitializer added in 3.1.0 breaks Test oriented production services

I have a production service that utilizes spring-boot-starter-test and JUnit annotations to execute test scenarios on my...
上一页 下一页
.