SpringBoot AOT / CDS not working with javaagent

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

DescriptionCurrently, Spring invokes @EventListener and @TransactionalEventListener methods once per published event. Wh...

Spring getPubliclyAccessibleMethodIfPossible() returns hidden static method

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

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

OverviewIn a Spring Boot project, with a test such as this:@DataJpaTestclass PersonRepositoryTest { @Autowired Per...
上一页 下一页
.