Spring AntPathPatternMatcher hardcoded "/" separator in variables glob

If you don't use the default separator, "/" should not be special:jshell> new AntPathMatcher("\0").extractU...

Spring Fail fast if a @Bean method declares @Autowired as well

Along the lines of #31007 in 6.1, we intend to tighten @Bean processing further in 6.2: rejecting an accidental @Autowir...

Spring Move Testing below other framework concerns in the reference documentation TOC

Right now "Testing" is just below "Core Technologies" and yet the testing section has plenty of references to the rest o...

Spring Exclude GitHub Actions bot from changelog

The github actions bot is currently listed as a contributor. We should exclude it until https://github.com/spring-io/git...

Spring Document AssertJ support for MockMvc

With #21178 merged, we still need to work on the documentation. The current MockMvc section is really focused on Hamcres...

Spring Early LocalContainerEntityManagerFactoryBean initialization fails in case of null bean definition

Since upgrading the Spring Boot from version 3.2.5 to version 3.3.1 the following exception is thrown for every test cla...

Spring ReactorNettyClientRequest.convertException should include original exception if cause is null

one update:inyour fixyou throw in ReactorNettyClientRequest::convertException - after falling thru - the IOException thi...

Spring Exception mapping does not work as expected when plugging in ReactorNettyClientRequestFactory into RestTemplate and RestClient

Affects: Spring Framework Web 6.1.8I use the ReactorNettyClientRequestFactory within RestTemplate and RestClient.RestTem...

Spring Use lambda expressions consistently

In RouterFunctionDsl.kt, I saw several cases where lambda expressions were used mixed(placing lambda outside or inside t...

Spring Add support for GraalVM lambdaCapturingTypes

Affects: Spring Framework 6.0.2spring now support https://github.com/oracle/graal/commit/b455f23b624a1af149c7d5769443a47...

Spring @Transactional(noRollbackFor) is not respected when calling JpaRepository.save method

Description:I am experiencing an issue where the noRollbackFor attribute of the @Transactional annotation is not respect...

Spring The result of Kotlin suspend fun cannot be received from @AfterReturning in spring boot 3.2.x version.

Affects: org.springframework.boot: 3.2.5org.springframework: 6.1.6kotlin: 1.9After calling the suspend func, we are post...

Spring getTypeForFactoryMethod should catch NoClassDefFoundError

Environment: SpringBoot 3.2.6In the following scenario, this behavior makes it difficult to locate the root cause of the...

Spring Task :spring-webmvc:test FAILED for v6.0.18

Affects: \Hi Team,I am trying to build org.springframework:spring-webmvc:6.0.18 while executing ./gradlew test the build...

Spring Fix attribute return types in @DeleteExchange, @PatchExchange, and @PutExchange

value and url doesn't match with HttpExchange return type.Comment From: sbrannenThis has been merged into main.Thanks!p....

Spring AOT generates a raw type for a generic type with nested unresolved generics

Initially reported by @odrotbohm on Spring Restbucks.There is a check in code generator for ResolvableType: https://gith...

Spring Let custom ObjectProvider implementations declare a single method only

Historically, ObjectProvider comes with several default methods already but still requires concrete implementations to d...

Spring Move Servlet HTTP Message Conversion to its own section

While working on #25457 I noticed that, on the Servlet side, the HTTP Message converters were only documented in the cli...

Spring spring-form JSP tags should escape HTML value based on response character encoding

I notice that spring-form JSP tags always escapes attribute value with character encoding ISO-8859-1 defined in class We...

Spring Support all "connection reset" exception phrases in DisconnectedClientHelper

In recent versions org.springframework.web.util.DisconnectedClientHelper was added. But we are facing some other sort of...
上一页 下一页
.