SpringBoot Review documentation and migration guide about changes in @AutoConfigureCache

ProblemWhile Upgrading from Spring Boot 3.5.8 to 4.0.0, I'm seeing minimal @WebMvcTest tests and other test slices (e.g....

SpringBoot Upgrade to Spring Kafka 4.0.1

Upgrade to Spring Kafka 4.0.1.Comment From: khafniEdit: I couldn’t find a released Spring Kafka 4.0.1 yet—Maven Central ...

Spring PropertyDescriptorUtils randomly fails to determine read/write method pairs with partially resolved generics and overloaded write methods

Overviewjdk21Spring 6.2.11In the following case, the setId(int id) method is inconsistent with the generic type String, ...

Spring Illegal reflection use against Hibernate Validator 9 on module path

With Version 9 Hibernate Validator introduced a module-info file hiding the internal-packages (https://github.com/hibern...

SpringBoot Upgrade to Spring Session 4.0.1

Upgrade to Spring Session 4.0.1.Comment From: mrksphSpring Session 4.0 reference doc is returning 404.https://docs.sprin...

SpringBoot Drop Spock until it supports Groovy 5

Comment From: radarshWhen you say drop Spock integration, what does it mean? Is it the support for org.spockframework.sp...

SpringBoot Spring Session auto-configuration fails in a war deployment as ServerProperties is not available

We have just upgraded to the Spring Boot 4 and started getting a problem with Redis Auto configuration and war deploymen...

SpringBoot Could not find class [org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration]

I have migrated my java application to spring boot 4 and java 25. When I try run, the following error faced:Debugging th...

Spring Set Content-Length Header in EncoderHttpMessageWriter Only for GET Requests if Value is Greater than 0

When using Spring Cloud Gateway with custom request decorators that cache request bodies, the ‎EncoderHttpMessageWriter:...

SpringBoot Consider Protobuf codecs auto-configuration for RSocket support

As of #16021, Spring Boot supports RSocket as a server. Protobuf is a popular solution for messages (de)serialization an...

Spring Add setExecutor to JdkClientHttpRequestFactory to allow safe customization of blocking adapter threads

Overview JdkClientHttpRequestFactory currently defaults to using SimpleAsyncTaskExecutor when the provided java.net.http...

Spring Expose scheduled fire time to @Scheduled methods for reliable distributed execution

📄 Context / Problem StatementIn distributed systems, it's common to run Spring Boot applications with multiple instances...

Spring Provide a way to enable transaction for test methods on super class

I'm refactoring tests of Spring Batch, trying to unify integration tests for JDBC and MongoDB repository, for example:ab...

Spring NPE when RestTemplate got HttpHeaders with null "value"

I'm migrating my Spring/Springboot application and found a strange behavior:This code worked on SpringBoot 3.2.5HttpHead...

Spring Avoid unnecessary list creation and processing in AbstractTestContextBootstrapper

While working on #31456, I noticed that AbstractTestContextBootstrapper often unnecessarily creates instances of ArrayLi...

Spring AbstractTestContextBootstrapper should resolve ContextLoader only once

While working on #31456, I noticed that AbstractTestContextBootstrapper unnecessarily resolves the ContextLoader twice w...

Spring Provide access to attempt count in RetryListener as well as callbacks for the initial attempt

I'm currently trying to migrate the two simple pieces of code which use spring-retry to the RetryTemplate provided by th...

Spring Shared EntityManager returned by AbstractEntityManagerFactoryBean cannot be advised by AspectJ interceptor

Worked in Spring 6, broken in Spring 7:The new shared EntityManager that is returned by AbstractEntityManagerFactoryBean...

Spring Enhancement: @UniqueBean on interface or unique-beans: Class[] in application.yml

We like having interfaces define a contract for beans, and we also like having things like auto-configuration.However, w...

Spring ProblemDetail instance field set from the current URL path, does not respect RFC

Using Spring Boot 3.5.7 so org.springframework:spring-webmvc:6.2.12, but probably affects latest version as well given t...
下一页
.