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 Relax multiple segment matching constraints in PathPattern

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...

Spring JUnit Jupiter TEST_METHOD ExtensionContextScope is not fully supported

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

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

Hi TeamIt is general question, I asked in stackoverflow also but needed your input.We are upgrading Spring 5.x to Spring...
上一页 下一页
.