Aurora Blog
Home
Spring Deprecate Derby support since Apache Derby is retired since 2023
2025-12-18 14:00:26
1751
From the Apache Derby project siteOn 2025-10-10, the Derby developers voted to retire the project into a read-only state...
Spring Used application context is paused and restarted in the TestContext framework
2025-12-18 14:00:18
10114
We noticed that our tests which use @SpringBootTest run much slower after upgrading to Spring Boot 4.0.We noticed that t...
Spring Replacement for Spring Retry’s @Recover?
2025-12-18 14:00:06
5377
given the core Resilience Features supersede spring-retry, is there a replacement for the spring-retry @Recover function...
Spring Security FormLogin to be configurable to take in username and password as json.
2025-12-17 14:01:09
4511
Expected BehaviorFormLogin should be configurable to take in username and password as a predefined json object.Current B...
Spring Security Support generating RFC 9068 compliant JWT access tokens
2025-12-17 14:01:05
1995
Expected BehaviorNimbusJwtEncoder should allow the user to specify whether it should generate JWT access tokens complyin...
Spring Security NimbusJwtEncoder produces JWT with wrong "typ" header value
2025-12-17 14:01:03
2310
Describe the bugIn Spring Security 7, a NimbusJwtEncoder constructed by private NimbusJwtEncoder(JWK jwk) produces Jwt o...
Spring AI 2.0.0-M1 - Vertex - gemini-3-pro-preview - global not working
2025-12-17 14:01:00
1540
Bug descriptionglobal has never been able to be used as a location for gemini function calling. I've always had to use a...
Spring AI [Feature] Control thinking behaviour with ThinkingLevels in Gemini 3 Pro models
2025-12-17 14:00:57
1164
Gemini models engage in dynamic thinking by default, automatically adjusting the amount of reasoning effort based on the...
Spring AI Vulnerabilities in Spring AI Vector Stores dependencies
2025-12-17 14:00:53
855
While analyzing dependencies in IntelliJ IDEA, I identified that some vector stores have the following vulnerabilities i...
Spring AI Confusing WARN log while AWS region resolving
2025-12-17 14:00:49
2008
Bug descriptionCurrent documentation states:AWS region is resolved in the following order:- Spring-AI Bedrock spring.ai....
SpringBoot Support loading file-based service bindings
2025-12-17 14:00:43
3213
This issue proposes to add support for file-based service bindings in Spring Boot, as specified in Cloud Foundry RFC-003...
SpringBoot Upgrade to Json Path 2.10.0
2025-12-17 14:00:40
189
We upgraded to json-smart 2.6.0 in #46742 and we should use a json-path dependency that has been compiled against it. Se...
SpringBoot Add support for auto-configuring ExpressionJwtGrantedAuthoritiesConverter
2025-12-17 14:00:33
1896
Currently, the auto-configured JwtAuthenticationConverter (defined in OAuth2ResourceServerJwtConfiguration) uses a JwtGr...
SpringBoot Remove reachability metadata for Hibernate 7.2
2025-12-17 14:00:30
320
https://github.com/oracle/graalvm-reachability-metadata/pull/896 will replace the metadata added in https://github.com/s...
Spring Should ErrorMessageSendingRecoverer be refactor in spring7?
2025-12-17 14:00:27
1642
Enhancements requestsIn our framework, we use RocketMQ as the implementation for Spring Cloud Stream. We extend MessageP...
Spring Provide standard HTTP semantic exceptions for REST APIs (e.g. NotFound, Conflict)
2025-12-17 14:00:17
2858
Problem to solveWhen building REST APIs with Spring Boot, applications repeatedly implement the same set of HTTP semanti...
Spring Replace String concatenation with StringBuilder in BatchUpdateException handling
2025-12-17 14:00:06
2003
In JdbcTemplate.batchUpdate(String... sql), I noticed that String concatenation is used inside the BatchUpdateException ...
SpringBoot Review documentation and migration guide about changes in @AutoConfigureCache
2025-12-15 14:00:25
7591
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
2025-12-15 14:00:17
287
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
2025-12-15 14:00:11
5191
Overviewjdk21Spring 6.2.11In the following case, the setId(int id) method is inconsistent with the generic type String, ...
上一页
下一页
1
2
3
4
5
6
7
…
386
.