Spring Upgrade to Gradle 9.2

OverviewGradle 9.2 has been released.Related Issueshttps://github.com/gradle/gradle/issues/35049

Spring Remove Joda-Time support

Following up on #25736, Joda-Time support will be removed for Spring Framework 6 now.Comment From: nealeuBit behind the ...

Spring Update in FragmentsRendering to names of static methods

FragmentsRendering#with methods have caused some confusion, making it look like adding a full template name first, and t...

Spring Spring Boot 4.0.0-RC1: JUnit test discovery fails depending on a test name

Hello! I am using Spring Boot 4.0.0-RC1 + JUnit 6 + Kotlin 2.2.21 + Gradle 8.14.3I created a simple class that generates...

Spring NullPointerException When Handling 407 with JdkClientHttpConnector in WebClient

When using a WebClient that is configured with a proxy and using the JdkClientHttpConnector,when a 407 Proxy Authenticat...

Spring Consider to add the dedicated MediaType for the application zip

In our application we use spring-web, and we sometimes serve the ZIP archives over the network. Unfortunately, MediaType...

Spring Consider extending the BeanRegistrar.register(...) method to include an additional AnnotationMetadata argument.

Currently, it is not possible to obtain the AnnotationMetadata of the importing class, while both ImportSelector and Imp...

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

Spring Validating byte[]s may produce OutOfMemoryError

Spring WebMVC allows validating method parameters of controller methods - for example like this: @PostMapping(value ...

Spring Introduce isAutowirableConstructor(Executable, PropertyProvider) in TestConstructorUtils and deprecate existing variants

TestConstructorUtils in spring-test contains multiple isAutowirableConstructor(...) overloads for historical reasons.How...

Spring Add a method to RestTestClient API that provides a JsonContentAssert

The RestTestClient API provides a .json(String expected) method that allows the entire JSON response to be verified via ...

Spring @Import multiple BeanRegistrar does not work

When using @Import to import multiple BeanRegistrars, not all beans are registeredwhen using an ApplicationContextInitia...

Spring Improve wording in exception message of NoSuchBeanDefinitionException

https://github.com/spring-projects/spring-framework/blob/22ecab5aab80eb09a3e099264fb4bece8f860558/spring-beans/src/main/...

下一页
.