Aurora Blog
Home
Spring Upgrade to Gradle 9.2
OverviewGradle 9.2 has been released.Related Issueshttps://github.com/gradle/gradle/issues/35049
2025-10-30 14:00:30
96
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 ...
2025-10-30 14:00:10
322
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...
2025-10-30 14:00:06
552
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...
2025-10-28 14:00:12
10728
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...
2025-10-28 14:00:10
5641
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...
2025-10-28 14:00:05
387
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...
2025-10-26 14:00:05
413
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...
2025-10-25 14:00:07
2465
Spring Add support for batching event delivery in @EventListener and @TransactionalEventListener
DescriptionCurrently, Spring invokes @EventListener and @TransactionalEventListener methods once per published event. Wh...
2025-10-23 14:00:22
1303
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...
2025-10-23 14:00:18
2861
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...
2025-10-23 14:00:16
5484
Spring No transaction in progress for @Nested test class
OverviewIn a Spring Boot project, with a test such as this:@DataJpaTestclass PersonRepositoryTest { @Autowired Per...
2025-10-23 14:00:11
8179
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...
2025-10-23 14:00:09
6295
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...
2025-10-22 14:00:27
4087
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...
2025-10-22 14:00:13
2193
Spring Validating byte[]s may produce OutOfMemoryError
Spring WebMVC allows validating method parameters of controller methods - for example like this: @PostMapping(value ...
2025-10-22 14:00:10
3788
Spring Introduce isAutowirableConstructor(Executable, PropertyProvider) in TestConstructorUtils and deprecate existing variants
TestConstructorUtils in spring-test contains multiple isAutowirableConstructor(...) overloads for historical reasons.How...
2025-10-22 14:00:06
872
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 ...
2025-10-18 14:00:12
3014
Spring @Import multiple BeanRegistrar does not work
When using @Import to import multiple BeanRegistrars, not all beans are registeredwhen using an ApplicationContextInitia...
2025-10-17 14:00:16
487
Spring Improve wording in exception message of NoSuchBeanDefinitionException
https://github.com/spring-projects/spring-framework/blob/22ecab5aab80eb09a3e099264fb4bece8f860558/spring-beans/src/main/...
2025-10-17 14:00:14
299
上一页
下一页
1
2
3
4
5
6
7
…
23
.