Aurora Blog
Home
SpringBoot Image building may fail when specifying a platform if an image has already been built with a different platform
2025-10-25 14:00:11
3496
See https://github.com/spring-projects/spring-boot/issues/46665 for background.On an ARM Mac, building an image with def...
Spring Relax multiple segment matching constraints in PathPattern
2025-10-25 14:00:07
2465
Issue #35213 added some very helpful features to path patterns that were supported by AntPathRequestMatcher, which is be...
Spring AI spring-ai 1.1.0-M3 McpAsyncClient#listTools endless loop
2025-10-23 14:01:16
295
spring-ai version:1.1.0-M3when mcpserver return result:nextCursor="",the listTools method will continue loop,because of...
SpringBoot JsonWriter causes StackOverflowError when serializing java.nio.file.Path inside a Map
2025-10-23 14:00:58
3984
Affected version(s)Spring Boot 3.4.0EnvironmentJDK: Temurin 21.0.7 LTS OS: Windows 11 (also reproducible on Linux)Loggin...
SpringBoot Add support for Reactor Kafka
2025-10-23 14:00:49
23546
As said in https://github.com/reactor/reactor-kafka/issues/100#issuecomment-995178795 native support for Reactor Kafka w...
SpringBoot Provide auto-configuration for Jackson's CBOR data format
2025-10-23 14:00:46
946
With the upgrade to Jackson 3, the increased separation between data formats, and RSocket support using Jackson's CBOR s...
SpringBoot Update the migration guide following the modularisation of spring-boot-test and spring-boot-test-autoconfigure
2025-10-23 14:00:42
699
Some things to document (there may be more):The new -test modulesThe other new modules that don't follow the -test patte...
SpringBoot Log a warning at build-time when a deprecated starter is used
2025-10-23 14:00:40
1015
We need to find a way to deprecate starters and let the users know. Probably using the build plugins.spring-boot-starter...
SpringBoot Configuration metadata changelog does not list properties that were added as deprecated
2025-10-23 14:00:38
303
We have this use case with the new spring-boot-jackson2 module. Those keys didn't exist and we added them in the target,...
SpringBoot Configuration properties changelog is incomplete
2025-10-23 14:00:36
301
Due to additional modularization efforts, a number of keys are missing and show inaccurately as removed.Comment From: sn...
SpringBoot Limit Kotlin API documentation to Kotlin-specific APIs
2025-10-23 14:00:34
166
Currently, our Kotlin API documentation includes the module's entire API, both Java and Kotlin. We should limit it to ju...
SpringBoot Published Kotlin API documentation is incorrect
2025-10-23 14:00:32
258
The published Kotlin API documentation is wrong in 4.0. It contains the API documentation for all of the Kotlin examples...
SpringBoot Migrate from Dokatoo to Dokka
2025-10-23 14:00:28
161
With Dokka 2.1, we should be able to use it directly rather than through Dokatoo.Comment From: wilkinsonaClosing in favo...
Spring Add support for batching event delivery in @EventListener and @TransactionalEventListener
2025-10-23 14:00:22
1303
DescriptionCurrently, Spring invokes @EventListener and @TransactionalEventListener methods once per published event. Wh...
Spring getPubliclyAccessibleMethodIfPossible() returns hidden static method
2025-10-23 14:00:18
2861
Hello,When static methods are used for cache key creation and 2 static methods have the same signature in a class inheri...
Spring Errors during multi-part form request stream closes response stream without an error
2025-10-23 14:00:16
5484
DescriptionHi folks,Thanks heaps for this library. Appreciate your work!I wanted to sense check if the following behavio...
Spring No transaction in progress for @Nested test class
2025-10-23 14:00:11
8179
OverviewIn a Spring Boot project, with a test such as this:@DataJpaTestclass PersonRepositoryTest { @Autowired Per...
Spring JUnit Jupiter TEST_METHOD ExtensionContextScope is not fully supported
2025-10-23 14:00:09
6295
OverviewAfter I investigated #34576, I discussed the difference in behavior between @Autowired fields and @Autowired arg...
Spring WebDataBinder.getTarget() is null; Incompatible form submission retrieval after upgrading spring-framework from 5.3.x to 6.2.10
2025-10-22 14:00:27
4087
It can be reproduced.Spring 5.3.x works normally; it is recommended that 6.2.10 maintains backward compatibility: WebDat...
Spring Any way to add custom property map to binder target as target is Null in Spring 6.x
2025-10-22 14:00:13
2193
Hi TeamIt is general question, I asked in stackoverflow also but needed your input.We are upgrading Spring 5.x to Spring...
上一页
下一页
1
…
21
22
23
24
25
…
386
.