Spring Potential Refactoring Estimate

SummaryI have identified a few classes with refactoring potential along with its estimated time to refactor, specificall...

Spring Remove code duplication in AopUtils.isAopProxy() to improve readability

Comment From: sbrannenThanks for the suggestion.However, the current arrangement is intentional and optimized for perfor...

Spring Regression in resolving merged annotation attributes in multi-level annotation hierarchy

d6768ccc1852f4720781d490e13529e0283d9d63 seems to have introduced a regression when resolving merged annotation values.T...

Spring PathResourceResolver leaks URI paths

SummaryWhen resolving a resource path Spring creates a class path resource for the URI path. In use cases where the appl...

Spring Add Javadoc @since tag for CannotGetJdbcConnectionException(String, IllegalStateException)

This PR adds Javadoc @since tag for CannotGetJdbcConnectionException(String, IllegalStateException).See gh-28669Comment ...

Spring Use putAll in WebFlux for possibly better performance

Comment From: bclozel@sbrannen Could you elaborate on why this is in the triage queue? Is there something to be discusse...

Spring Avoid parsing request body in DispatcherServlet for "parameters={masked}" log message

Affects: spring-webmvc-5.3.20 and possibly many moreWhen having trace logging enabled... e.g.logging: level: org.spr...

Spring native-image: Support for MethodValidationPostProcessor

When running the native-image from the spring-native sample cloud-config/configserver on the sb-3.0.x branch, i get the ...

Spring Async can't be used in EndpointInterceptor

I have a web service, and want to log the SOAP request and response messages. I am attempting to do this in a EndpointIn...

Spring kotlin @ComponentScan annotation cannot scanning ApplicationEventPublisherAware implementation

example:https://github.com/SchroedingersGitHub/Example-ApplicationEventPublisherAware/tree/mainComment From: sbrannenYou...

Spring Provide testing infrastructure for RuntimeHints

27829 introduced RuntimeHints - a new infrastructure to register the need for runtime reflection, resources, proxying, a...

Spring MockHttpServletResponse addHeader does not allow Comment part with Set-Cookie header

I'm using the following dependency for using MockHttpServletResponse for unit tests.<dependency> <groupId&gt...

Spring Add runtime hints for AbstractHandshakeHandler

When running the native-image from the spring-native sample websocket on the sb-3.0.x branch, i get the following except...

Spring Jackson well-known module support in native image

When running the binary from the webflux-kotlin sample from spring-native, I get the following exception:org.springframe...

Spring suggestion for Aop

When we use aop to catch one function, offering a paramsMap for the method is very useful ! because we can not find any ...

Spring Upgrade to Gradle Enterprise Conventions 0.0.10

This PR upgrades to Gradle Enterprise Conventions 0.0.10.Comment From: sbrannenThis has been merged into 5.3.x and main ...

Spring spring-flex 1.0.3.RELEASE issue with spring 5.3.20

Currently using spring-flex 1.0.0.M2, As part of spring upgrade to 5.3.20, upgraded spring-flex to 1.5.2.RELEASE.I'm get...

Spring Move BindingReflectionHintsRegistrar to spring-context

Move BindingReflectionHintsRegistrar to spring-context module in org.springframework.context.aot package because: - Othe...

Spring Add support for records in BindingReflectionHintsRegistrar

Using BindingReflectionHintsRegistrar with records lead to this Jackson exception on native image runtime:Exception in t...

Spring Open GraalVM internals to the ConstantFieldFeature

This is needed as GraalVM 22.2 enabled the module system when buildingnative-images and all plugins have to participate ...
上一页 下一页
.