Spring Refine ModelAttributeMethodProcessor Kotlin exception handling

I have a kotlin class with a non-nullable property, which is not using a primitive type in the jvm, and I'm trying to us...

Spring ex.getPropertyName() is not initialized in ResponseEntityExceptionHandler#handleTypeMismatch

https://github.com/spring-projects/spring-framework/blob/main/spring-webmvc/src/main/java/org/springframework/web/servle...

Spring Fail more explicitly when AOT attempts to handle a bean definition that uses an instance supplier

As revealed by #29555, we should throw a more tailored exception when a bean definition uses an instance supplier. If on...

Spring Add RFC-8246 "immutable" attribute to CacheControl

This commit adds the "immutable" Cache-Control directives in CacheControl.Comment From: bclozelThanks for the PR @making...

Spring DefaultHandlerExceptionResolver::doResolveException no longer returns ModelAndView customized via protected method

Impacted Version: spring-webmvc-6.0.4Previously DefaultHandlerExceptionResolver::doResolveException(HttpServletRequest r...

Spring Support "multipart/mixed" and "multipart/related" in DefaultServerWebExchange

DefaultServerWebExchange ignores "multipart/mixed" and "multipart/related" and returns an empty MultiValueMap although M...

Spring Use overloaded method with java.net.URI of Reactor Netty HttpClient

I was doing some flame graph analysis and found that despite passing a URI into the WebClient, a string version of the U...

Spring Using @Transactional(isolation = SERIALIZABLE) will cause exception in integration tests

System Status- JDK 17- SpringBoot -> 2.5.6- DB -> PostgreSQL (13.3)- Connecting with JDBC driverI'm trying to writ...

Spring Introduce andPerformRequest() method in ResponseActions

Prior to this commit it wasn't possible to achieve realclient-side Rest using a restTemplate that was bound by MockRestS...

Spring Release R2DBC connection when cleanup fails in transaction

Backport of gh-29703, commit e050c37.Comment From: simonbasleClosed by 0851b0f

Spring Consistent @Bean method return type for equivalence with XML example

Via @maciejwalkowiak and https://github.com/spring-projects/spring-boot/issues/32763, I think Framework's reference docu...

Spring CSRF token not available to FreeMarker templates

Hi Team!After upgrading to SpringBoot 3 a freemarker form no longer renders because the _csrf attribute is null.Sample a...

Spring CgLib$SET_THREAD_CALLBACK exception in native image

This bug seems to reappear, it was fixed already twice in the past (https://github.com/spring-projects/spring-framework/...

Spring Empty Response body for unsafe character in URL

Affects: spring-webflux : 5.3.23Spring Boot: 2.7.5netty : 4.1.84.Finalreactor-netty-core : 1.0.22Java VM : OpenJDK 64-B...

Spring ResourceUrlEncodingFilter throws StringIndexOutOfBoundsException in tests

Affects: 6.0.4After adding a FilterRegistrationBean into my project, I swapped from MockMvcBuilder to Spring Boots @Auto...

Spring Make BeanThatListens, TestApplicationListener, ResourceUrlProvider threadsafe

The listener could be invoked concurrently by multiple thread, we should make them threadsafe.https://github.com/spring-...

Spring Cannot handle connection error with WebClient without getting a stacktrace in the logs

Coming from RestTemplate, it was fairly easy catching all sorts of exceptions related to the connectivity with an extern...

Spring MockRestServiceServer.verify() did not work with single API testing if project has more than one API

Affects: 5.3.18MockRestServiceServer.verify() did not work with single API testing if project has more than one API.Exam...

Spring Support Kotlin suspending functions with @Scheduled

This commit provides a scheduled task to support coroutines, but I'm not sure how to do a full unit testComment From: sd...

Spring Autowire doesn't work in ConstraintValidators in native mode

Affects: 6.0.4Autowire doesn't seem to work in ConstraintValidators when running in native mode. I've added hints but th...
上一页 下一页
.