Nineya
Home
Blog
Spring Support default character encoding for response in MockMvc
2025-01-08 22:52:38
5012
Overview27214 introduced support for setting the default character encoding in MockHttpServletResponse, and the focus of...
Spring Resolve URI to baseUrl in RestClient
2025-01-08 22:52:35
2794
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
2025-01-08 22:52:32
13851
The json deserialization is broken if kotlinx-serialization-json is in classpath. It seems that type nullability informa...
Spring Introduce SmartHttpMessageConverter
2025-01-08 22:52:29
525
SmartHttpMessageConverter adresses several GenericHttpMessageConverter limitations, while providing a contract more cons...
Spring Trace and Span IDs are no longer propagated RequestBodyAdvice beans
2025-01-08 22:52:27
3235
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
2025-01-08 22:52:23
1538
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
2025-01-08 22:52:20
2045
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
2025-01-08 22:52:18
8289
According to spring doc ( https://docs.spring.io/spring-framework/reference/web/websocket/stomp/authentication.html ) au...
Spring Set output_encoding in FreeMarkerView implementations
2025-01-08 22:52:15
1116
OverviewWhile researching #33071, I discovered that Spring's FreeMarkerView implementations should be configuring the ou...
Spring Improve documentation regarding encoding in FreeMarker support
2025-01-08 22:52:13
6117
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
2025-01-08 22:52:10
1938
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
2025-01-08 22:52:08
5974
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
2025-01-08 22:52:06
2378
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
2025-01-08 22:52:04
1008
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
2025-01-08 22:52:01
535
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
2025-01-08 22:51:58
551
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
2025-01-08 22:51:56
1079
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
2025-01-08 22:51:54
906
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
2025-01-08 22:51:51
516
Method Injection section of Spring Framework documentation contains following XML snippet:<!-- commandProcessor uses ...
Spring ReactorClientHttpConnector creates new HttpClient for every request
2025-01-08 22:51:48
3929
In 6.1.9, since commit https://github.com/spring-projects/spring-framework/commit/7785f94c4c2b7a35d80c28f197c87c54fffc65...
上一页
下一页
1
…
1174
1175
1176
1177
1178
…
2246
.