Aurora Blog
Home
Spring Match against exception causes in @Retryable and RetryPolicy
2025-10-09 14:00:07
946
Spring Framework 7.0.0-M9Spring Retry's RetryTemplateBuilder has a traversingCauses() option, allowing setups like this:...
SpringBoot Consider deprecating RestClientBuilderConfigurer
2025-10-08 14:01:05
263
WebClientAutoConfiguration provides a WebClient.Builder prototype bean for use where as RestClientAutoConfiguration offe...
SpringBoot SpringBoot 4.0.0-M2 to SpringBoot 4.0.0-M3, regression? Consider defining a bean of type 'com.fasterxml.jackson.databind.ObjectMapper' in your configuration.
2025-10-08 14:00:54
1335
Hello Spring team,How are you?Sorry to trouble you with this issue.We just bumped our SpringBoot 4.0.0-M2 to M3, no code...
SpringBoot Add support for Spring Batch MongoDB
2025-10-08 14:00:49
1714
Sample at https://github.com/joshlong-attic/2024-11-20-batch-job-repositoryComment From: philwebbThis bug exists in earl...
SpringBoot CVE-2025-11226 - ch.qos.logback:logback-core@1.5.18 update to ---> 1.5.9
2025-10-08 14:00:45
909
This issue has undergone the Sonatype Fast-Track process. For more information, please see the Sonatype Knowledge Base G...
Spring Add a exchange() variant to RestTestClient that expects 2xx response
2025-10-08 14:00:21
586
When using RestClient it's possible to submit a request that's expected to succeed viarestClient.post() .uri("/f...
Spring @ExceptionHandler methods not invokable if matched on exception's cause level > 1
2025-10-08 14:00:16
10839
Affects: 5.3.2It looks like PR #23380 introduced a major regression in the way exceptions are handled by @ControllerAdvi...
Spring Remove outdated reference to JSR 305 in the reference documentation
2025-10-08 14:00:12
88
The Refdoc still has a JSR 305 reference that is not related the migration to JSpecify.
Spring AI Configuring the server for scalability
2025-10-07 14:01:29
2027
Expected BehaviorIs it currently possible to tweak the underlying server? Or in other words I need to ensure that I can ...
Spring AI Google GenAI integration adds empty assistant messages to chat history, causing API errors on subsequent requests
2025-10-07 14:01:21
7055
ProblemWhen using Spring AI's Google GenAI integration with tool calling and chat memory, the Google API sometimes retur...
SpringBoot RestTestClient in v4.0.0-M3 ignores custom deserializers
2025-10-07 14:01:06
2640
I've created a Spring Boot v4.0.0-M3 app that reproduces an issue with the new TestRestClient. To reproduce the issueClo...
SpringBoot WebClientAutoConfiguration is no longer included by @AutoConfigureWebClient
2025-10-07 14:01:03
494
Spring Boot 4.0.0-M3The imports file references the wrong FQCN:https://github.com/spring-projects/spring-boot/blob/104fe...
SpringBoot Remove Java 24 from CI matrix
2025-10-07 14:01:00
225
With Java 24 being a non-LTS release it has been superseded by Java 25. We can remove Java 24 from our CI matrix in 3.5....
SpringBoot Add mail sender support for spring-boot-testcontainers
2025-10-07 14:00:56
5574
Mail catcher is good solution to test email sending by SMTP, such as: https://mailcatcher.me/https://github.com/linux-c...
SpringBoot Missed bump update on commons-lang3 - 3.1.18 and 3.1.19
2025-10-07 14:00:54
569
The CVE is relatively new 2 mois. https://www.cve.org/CVERecord?id=CVE-2025-48924.As you guys forgot to bump to 3.1.18 t...
SpringBoot Clarify that spring-boot-rsocket does not require spring-web
2025-10-07 14:00:49
459
With the modularization spring-boot-rsocket got an implementation dependency to spring-web. This looks strange consideri...
Spring Add the ability to limit ContentCachingResponseWrapper cache size
2025-10-07 14:00:40
435
It would be nice if ContentCachingResponseWrapper could support setting a limit to its cache so that response body is ca...
Spring Allow HttpHeaders invocation on MockHttpServletRequest and MockHttpServletRequestBuilder
2025-10-07 14:00:38
565
It's nice that WebClient and RestClient provides access to the rich HttpHeaders object for setting things like HTTP Basi...
Spring AbstractJacksonEncoder ignores FILTER_PROVIDER_HINT when encoding Flux<T>
2025-10-07 14:00:29
2727
WebFlux 7.0.0-M9: AbstractJacksonEncoder considers the FILTER_PROVIDER_HINT only when going through encodeValue():https:...
Spring Update Javadoc related to use of ApiVersionInserter to show examples
2025-10-07 14:00:26
492
The inserter exposes a builder through a static method, so wherever we accept an inserter (clients, test clients, MockMv...
上一页
下一页
1
…
9
10
11
12
13
…
366
.