Aurora Blog
Home
Spring MappingJackson2HttpMessageConverter character encoding not propagated to the response
We add a Jackson message converter to our content negotiation manager, like this:<bean class="org.springframewor...
2025-12-19 14:00:22
2114
Spring Deprecate Derby support since Apache Derby is retired since 2023
From the Apache Derby project siteOn 2025-10-10, the Derby developers voted to retire the project into a read-only state...
2025-12-18 14:00:26
1751
Spring Avoid pause/restart for application context in the TestContext framework
We noticed that our tests which use @SpringBootTest run much slower after upgrading to Spring Boot 4.0.We noticed that t...
2025-12-18 14:00:18
10114
Spring Replacement for Spring Retry’s @Recover?
given the core Resilience Features supersede spring-retry, is there a replacement for the spring-retry @Recover function...
2025-12-18 14:00:06
5377
Spring Should ErrorMessageSendingRecoverer be refactor in spring7?
Enhancements requestsIn our framework, we use RocketMQ as the implementation for Spring Cloud Stream. We extend MessageP...
2025-12-17 14:00:27
1642
Spring Provide standard HTTP semantic exceptions for REST APIs (e.g. NotFound, Conflict)
Problem to solveWhen building REST APIs with Spring Boot, applications repeatedly implement the same set of HTTP semanti...
2025-12-17 14:00:17
2858
Spring Replace String concatenation with StringBuilder in BatchUpdateException handling
In JdbcTemplate.batchUpdate(String... sql), I noticed that String concatenation is used inside the BatchUpdateException ...
2025-12-17 14:00:06
2003
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, ...
2025-12-15 14:00:11
5191
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...
2025-12-15 14:00:07
2958
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:...
2025-12-12 14:00:31
2550
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...
2025-12-11 14:00:29
2771
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...
2025-12-11 14:00:27
4733
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...
2025-12-11 14:00:25
1479
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...
2025-12-11 14:00:22
2555
Spring Avoid unnecessary list creation and processing in AbstractTestContextBootstrapper
While working on #31456, I noticed that AbstractTestContextBootstrapper often unnecessarily creates instances of ArrayLi...
2025-12-11 14:00:21
149
Spring AbstractTestContextBootstrapper should resolve ContextLoader only once
While working on #31456, I noticed that AbstractTestContextBootstrapper unnecessarily resolves the ContextLoader twice w...
2025-12-11 14:00:19
258
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...
2025-12-10 14:00:05
2453
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...
2025-12-07 14:00:16
3344
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...
2025-12-06 14:00:18
760
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...
2025-12-06 14:00:09
2557
上一页
下一页
1
2
3
4
5
6
7
…
30
.