Aurora Blog
Home
SpringBoot Upgrade to Spring Session 4.0.1
2025-12-12 14:00:58
333
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
2025-12-12 14:00:54
1102
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
2025-12-12 14:00:50
11315
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]
2025-12-12 14:00:44
466
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
2025-12-12 14:00:31
2550
When using Spring Cloud Gateway with custom request decorators that cache request bodies, the EncoderHttpMessageWriter:...
SpringBoot Consider Protobuf codecs auto-configuration for RSocket support
2025-12-11 14:00:33
1069
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
2025-12-11 14:00:29
2771
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
2025-12-11 14:00:27
4733
📄 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
2025-12-11 14:00:25
1479
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"
2025-12-11 14:00:22
2555
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
2025-12-11 14:00:21
149
While working on #31456, I noticed that AbstractTestContextBootstrapper often unnecessarily creates instances of ArrayLi...
Spring AbstractTestContextBootstrapper should resolve ContextLoader only once
2025-12-11 14:00:19
258
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
2025-12-10 14:00:05
2453
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
2025-12-07 14:00:16
3344
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
2025-12-06 14:00:18
760
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
2025-12-06 14:00:09
2557
Using Spring Boot 3.5.7 so org.springframework:spring-webmvc:6.2.12, but probably affects latest version as well given t...
Spring Support consistent resource clean up on ClientHttpRequestFactory
2025-12-06 14:00:06
1282
See https://github.com/spring-projects/spring-framework/issues/29370 for contextBackground:We declaratively create Rest...
Spring Use == instead of instanceof for primitive array type checks
2025-12-05 14:00:05
504
OverviewFor performance reasons, JDK libraries often use == instead of instanceof for primitive array type checks — for ...
Apache Superset [SIP-110] Proposal for Alert & Report Modal with Dashboard Filters and Tabs
2025-12-04 14:03:00
19262
[SIP-110] Proposal for Alert & Report Modal with Dashboard Filters and TabsMotivationWe've identified a recurring re...
Apache Superset [SIP-111] Proposal for improved database, schema, and table selection UI in SQL Lab sidebar
2025-12-04 14:02:54
21095
Proposal for Improved Database and Schema Selection, Table Selection UI, Table Metadata and Schema View, and Search Func...
上一页
下一页
1
2
3
4
5
6
7
…
385
.