Spring When using the new version of spring cloud gateway mvc, an exception occurs when the request address contains spaces

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

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

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

After https://github.com/spring-projects/spring-framework/commit/ea398d7b7e72d1e1a9f7a002a291f4e0b8660e70, DataBinder fa...

Spring Optimize initial size in ContentCachingRequestWrapper when contentCacheLimit set

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

https://github.com/spring-projects/spring-framework/blob/a01c6d57bb23bf885bed07060c98ffb8828521ff/spring-test/src/main/j...

Spring Inherit parent context in coRouter DSL

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

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

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

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

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

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

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

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

Affects: 5.3.16The interaction of Spring @Configuration annotated classes with @Bean annotated method and inheritance be...

Spring Circular dependencies reporting is unclear

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

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

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

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

Affects: 6.1.1It was not immediately clear to me, that custom exceptions cannot be any of the following types:Unchecked...
上一页 下一页
.