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 ...

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...

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...

SpringBoot Security matchers fail with NoClassDefFoundError when used in a traditional WAR deployment

If I want to use a traditional deployment and I use Spring Security with PathRequest.toH2Console() using a WAR deploymen...

SpringBoot Getting error as Failed to register 'filter errorPageFilterRegistration' Possibly already registered when I deploy war file to wildlfly

I have migrated my application for java 8 to 21 and spring boot 2.7.x to spring boot 3.2.7 and when I am going to deploy...

SpringBoot @ConfigurationProperties annotated class with a Map<String, Object> property doesn't bind correctly a YML inner list

Having the following properties class:@ConfigurationProperties(prefix = &quot;app&quot;)public class Configuration { ...

SpringBoot Spring Boot 4 - Spring Data REST does not support URI strings in JSON for associations in Post Request Anymore

I've migrated my Spring Boot 3.5.8 application that uses spring-data-rest (@RepositoryRestResource) to Spring Boot 4.0.0...

SpringBoot Allow an app to start when its DataSource is unable to connect to the DB

As long as this doesn't make the code too complicated (possibly it can be done with AOP which is clean), I would say a r...

SpringBoot Reactive Health Indicators can't be added to health groups

Spring Boot 4.0.0I tried to add the ReactiveMongoHealthIndicator to a health group (with management.endpoint.health.grou...

SpringBoot Add support for customized Cassandra keyspace creations

Using the Cluster bean from CassandraAutoConfiguration makes it quite difficult to provide a custom keyspace creation (e...

SpringBoot property spring.jackson.property-naming-strategy not used in deserialising by @RestController in spring-boot 4

When changing the jackson naming strategy by using the following line in application.properties:spring.jackson.property-...

SpringBoot Spring Boot is not respecting Jackson configuration

I have a problem with setting a deserialization feature in Jackson 3. With Jackson 3 there's a change in behavior while ...

SpringBoot Missing spring-boot-micrometer-observation-test module

Micrometer provides io.micrometer:micrometer-observation-test to test observations. However, I don't see this provided i...

SpringBoot Support multiple PEM encoded certificates

At the moment, PEM SslBundles can be instantiated through the following properties:spring: ssl: bundle: pem: ...

SpringBoot Postgres Testcontainer not working with Spring Boot 4

Was looking to upgrade a spring-boot 3.5.x project to spring boot 4 using https://docs.arconia.io/arconia-cli/latest/upd...

SpringBoot Spring Boot 4.0.0: failure to load H2 Console

it seems that Spring Boot version 4 fails to enable H2 console.during my experimentation i did nearly anything i could t...

下一页
.