Aurora Blog
Home
SpringBoot AOT / CDS not working with javaagent
2025-10-25 14:00:18
3123
Following the guide here it works perfectly.But if have have a java agent, newrelic for example you get an error (at the...
SpringBoot Serialization of JSON data gives metadata instead of actual data Spring Boot 4 RC1
2025-10-25 14:00:16
3490
I'm testing out Spring Boot 4 RC1 for an app I'm working on and ran into a serialization issue. I have a Draft that has ...
SpringBoot Deprecated testcontainers implementations are no longer detected
2025-10-25 14:00:13
333
Moving to Testcontainers 2.0 means new coordinates for both the module and the FQN. If you're using a deprecated contain...
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 Requesting additional enhancements to allowed path patterns
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...
上一页
下一页
1
2
3
4
5
6
7
…
366
.