Nineya
Home
Blog
Spring When using the new version of spring cloud gateway mvc, an exception occurs when the request address contains spaces
2025-01-08 21:18:27
692
Describe the bugException occurs when the request address contains spaces: Invalid character ' ' for QUERY_PARAM in "202...
Spring Avoid potential refresh deadlock with AbstractApplicationContext#registerShutdownHook
2025-01-08 21:18:20
463
Originally reported in #29692. Courtesy of @wilkinsona, looking at the original PR:It looks to me like a better fix coul...
Spring Optimize ContentCachingRequestWrapper allocation for known request size
2025-01-08 21:18:17
129
See https://github.com/spring-projects/spring-framework/pull/29775#issuecomment-1852557532This should also build on top ...
Spring Ensure DataBinder once again binds null values for nullable/optional constructor arguments
2025-01-08 21:18:14
468
After https://github.com/spring-projects/spring-framework/commit/ea398d7b7e72d1e1a9f7a002a291f4e0b8660e70, DataBinder fa...
Spring Optimize initial size in ContentCachingRequestWrapper when contentCacheLimit set
2025-01-08 21:18:11
5525
To avoid over-allocating the initial buffer for content caching:1. If the content size is known and is smaller than the ...
Spring Consider adding/updating docs to clarify target value from getContentLength method
2025-01-08 21:17:58
1344
https://github.com/spring-projects/spring-framework/blob/a01c6d57bb23bf885bed07060c98ffb8828521ff/spring-test/src/main/j...
Spring Inherit parent context in coRouter DSL
2025-01-08 21:17:56
736
As reported in this Stackoverflow question, the CoroutineContext defined in the parent router is lost in nested routers,...
Spring <replaced-method /> unnecessarily requires explicit arg-type since 6.0
2025-01-08 21:17:54
8426
Affects: 6.1.1We are migrating from Spring 5.3.x to 6.1.1 and found seems not working in the XML definition. Consider t...
Spring Get Serialized Names in Exception Handler
2025-01-08 21:17:50
1663
In the ExceptionHandler for MethodArgumentNotValidExceptions a way for getting the serialized names of the violated fiel...
Spring MergedAnnotations finds duplicate annotations on method in multi-level interface hierarchy
2025-01-08 21:17:47
3287
Related to https://github.com/spring-projects/spring-security/issues/13625 (GitHub reproducer)In a hierarchy like this:i...
Spring Add support for tuning the code generation for bean property values
2025-01-08 21:17:43
1290
Affects: 6.0The failure described in https://github.com/spring-projects/spring-boot/issues/37637 occurs because there's ...
Spring Extract common value generator out of BeanDefinitionPropertyValueCodeGenerator
2025-01-08 21:17:40
543
When writing custom code, it's handy to be able to pass basic types and let something generate a CodeBlock for us. Havin...
Spring Support selective ErrorResponse logging
2025-01-08 21:17:37
1942
As a user I would like to be able to easily log any ErrorResponse that is returned as response to a web request. This lo...
Spring Exclude Part from nested constructor binding in WebFlux
2025-01-08 21:17:33
1524
Related to: https://github.com/spring-projects/spring-framework/issues/31669 and https://github.com/spring-projects/spri...
Spring Unexpected @Bean Definition Behavior when Using Inheritance in @Configuration Classes
2025-01-08 21:17:30
8588
Affects: 5.3.16The interaction of Spring @Configuration annotated classes with @Bean annotated method and inheritance be...
Spring Circular dependencies reporting is unclear
2025-01-08 21:17:27
2899
Sometimes circular dependencies reporting functionality is not very clear and doesn't help to understand where exactly c...
Spring use Resttemplate occur mijobake Chinese characters
2025-01-08 21:17:24
3410
Affects: \version : see Springboot version on the below pictureWhen you use Spring Boot mvc, provide a endpoint,request ...
Spring Custom Init or Destroy method from an interface cannot be invoked in a native image
2025-01-08 21:17:17
5021
Affected spring version: 6.1.1(native image)r2dbc connectionFactory will clean up the connection pool when the applicati...
Spring Improve "active" metrics handling in WebClient observations
2025-01-08 21:17:14
7271
Current behavior:WebClient long task timer task active metrics does not show "destination host" in "client_name" label, ...
Spring Improve documentation for custom exception requirements for RestClient
2025-01-08 21:17:10
5045
Affects: 6.1.1It was not immediately clear to me, that custom exceptions cannot be any of the following types:Unchecked...
上一页
下一页
1
…
1247
1248
1249
1250
1251
…
2246
.