Spring Support default character encoding for response in MockMvc

Overview27214 introduced support for setting the default character encoding in MockHttpServletResponse, and the focus of...

Spring Resolve URI to baseUrl in RestClient

I started using the new RestClient today, and stumbled upon a surprise in the API/behavior.Creating a client instance ca...

Spring Kotlin Serialization support does not take null-safety into account

The json deserialization is broken if kotlinx-serialization-json is in classpath. It seems that type nullability informa...

Spring Introduce SmartHttpMessageConverter

SmartHttpMessageConverter adresses several GenericHttpMessageConverter limitations, while providing a contract more cons...

Spring Trace and Span IDs are no longer propagated RequestBodyAdvice beans

Originally raised in https://github.com/spring-projects/spring-boot/issues/41220 (with a reproducer project).It looks to...

Spring Support external methods referenced by fully-qualified name in @TestBean

OverviewCurrently, @TestBean factory methods must be defined in the test class, one of its superclasses, or in an implem...

Spring Add prior validation to the ResponseEntity#status method

Problem detailsThe following method accepts int values as http status code of the built response entity.There is a valid...

Spring Websocket handshake does not pass trough spring-security authorization

According to spring doc ( https://docs.spring.io/spring-framework/reference/web/websocket/stomp/authentication.html ) au...

Spring Set output_encoding in FreeMarkerView implementations

OverviewWhile researching #33071, I discovered that Spring's FreeMarkerView implementations should be configuring the ou...

Spring Improve documentation regarding encoding in FreeMarker support

Hello! I found an issue with Freemarker support.The following configuration will use the platform encoding instead of UT...

Spring Update Content-Type based on encoding in MVC FreeMarkerView

OverviewAs I mentioned in https://github.com/spring-projects/spring-framework/issues/33071#issuecomment-2184057455, if y...

Spring RestClient does not work when sending an object

I tried sending a POST request using Spring Boot 3.2.6 Http RestClient. The request fails when sending and object and pa...

Spring Include the bean name in the exception when an invalid factoryBeanObjectType attribute is found

Affects: 6.1Inspired by this question on Stack Overflow, the exception when an invalid factoryBeanObjectType attribute i...

Spring Fix ClassCastException from return value validation with proxy when adaptConstraintViolations=true

Fix argument in call to applyReturnValueValidation() method in MethodValidationInterceptor.java. Method argument was pas...

Spring Fix ClassCastException from return value validation with proxy when adaptConstraintViolations=true

Fixed method arguments of applyReturnValueValidation to be called with the return value, no the method arguments.Added s...

Spring Spring coroutines AOP is not compatible with @Transactional

previous issue : https://github.com/spring-projects/spring-framework/issues/33095There has been no answer since the prev...

Spring Reject ModelMap argument types in WebFlux

OverviewAlthough ModelMap is not officially supported as an argument type for a WebFlux controller method, it still poss...

Spring Trace and Span IDs are no longer propagated to Spring MVC after Async

Sorry, this is to reopen https://github.com/spring-projects/spring-framework/issues/33091 and bring to your notice that ...

Spring Example in Method Injection section of Spring Framework documentation refers to wrong bean names

Method Injection section of Spring Framework documentation contains following XML snippet:<!-- commandProcessor uses ...

Spring ReactorClientHttpConnector creates new HttpClient for every request

In 6.1.9, since commit https://github.com/spring-projects/spring-framework/commit/7785f94c4c2b7a35d80c28f197c87c54fffc65...
上一页 下一页
.