Aurora Blog
Home
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...
Spring Improve guidance in WebFlux on how to join inbound and outbound streams in WebSocketHandler
2025-10-07 14:00:20
2599
In the documentation, an example is provided for implementing WebSocketHandler when processing inbound and outbound mess...
Spring Test bean override support should only override singletons
2025-10-07 14:00:18
1986
While working on #32933, I noticed some potential issues regarding singleton and scope semantics in our Bean Override su...
Spring Support Bean Overrides for non-singletons
2025-10-07 14:00:15
1096
OverviewDue to interest from the community (see comments in #33602), we have decided to reinstate support for overriding...
上一页
下一页
1
…
30
31
32
33
34
…
386
.