Aurora Blog
Home
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....
2025-12-15 14:00:25
7591
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 ...
2025-12-15 14:00:17
287
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...
2025-12-12 14:00:58
333
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...
2025-12-12 14:00:54
1102
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...
2025-12-12 14:00:50
11315
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...
2025-12-12 14:00:44
466
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...
2025-12-11 14:00:33
1069
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...
2025-12-04 14:00:53
10335
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...
2025-12-04 14:00:51
847
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 = "app")public class Configuration { ...
2025-12-04 14:00:49
3526
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...
2025-12-04 14:00:47
2545
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...
2025-12-04 14:00:45
29225
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...
2025-12-04 14:00:42
555
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...
2025-12-04 14:00:41
14987
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-...
2025-12-04 14:00:38
1389
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 ...
2025-12-04 14:00:36
1259
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...
2025-12-04 14:00:34
500
SpringBoot Support multiple PEM encoded certificates
At the moment, PEM SslBundles can be instantiated through the following properties:spring: ssl: bundle: pem: ...
2025-12-04 14:00:29
7825
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...
2025-12-04 14:00:27
1752
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...
2025-12-01 14:00:18
622
上一页
下一页
1
2
3
4
5
6
7
…
36
.