Spring Support bean override features with AOT and native image

OverviewAlthough @MockitoBean and @MockitoSpyBean will not work out-of-the-box within a GraalVM native image due to thei...

Spring Introspect pre-registered singletons in preDetermineBeanTypes as well

In 6.0/6.1, the preDetermineBeanTypes algorithm in GenericApplicationContext introspects bean definitions only. In case ...

Spring RestTemplate with interceptor calling response getBody() throws IOException even if BufferingClientHttpRequestFactory is set

Affects: at least 3.2.1 to 3.3.4The issue occurs when using RestTemplate to call another server as a client. There is a ...

Spring CODE_OF_CONDUCT references return 404

References to this file point to https://github.com/spring-projects/spring-framework/blob/main/CODE_OF_CONDUCT.adoc whic...

Spring Handle X-Forwarded-Prefix parsed by Reactor-Netty in ReactorServerHttpRequest

Following the Spring-Boot team's request in https://github.com/reactor/reactor-netty/issues/3432, reactor-netty starting...

Spring RestClient should auto-detect ReactorClientHttpRequestFactory

Reactor Netty client support was added in #30835, but it looks like DefaultRestClientBuilder was never updated after tha...

Spring Document non-default candidate beans and Java-based configuration of non-autowire candidate beans

Affects: 6.2As part of https://github.com/spring-projects/spring-boot/issues/22403, I'd like to link to some Spring Fram...

Spring Implement Eclipse Jetty core HTTP handler adapter

This provides an implementation of a HTTP Handler Adaptor that is coded directly to the Eclipse Jetty core API, bypassin...

Spring Add support for making MapAccessor read-only

Align to ReflectivePropertyAccessorComment From: snicollBefore we can consider this PR, we'd need to understand the use ...

Spring Add URL Parser for RFC 3986

Before 6.2, UriComponentsBuilder used regex expressions. Generally, they split on the main component delimiters, ":", "/...

Spring DelegatingFilterProxy Causes Pinned Virtual Threads

I have a Spring Boot 3.3.4 application running with Java 23. I am running my Spring Boot application with virtual thread...

Spring Spring MVC's locale resolver can no longer be customized in parent context

Affects: 5.3 snapshotsThe fix for #25209 appears to have removed or at least limited the ability to customize the locale...

Spring Polish CorsConfiguration

Changes & ConsiderationsThe * symbol was already handled as a constant, but the / symbol was not. Handling this as a...

Spring Refactor Locale logic and use Optional for null checks

Extracted repeated Locale resolution logic into a private method to reduce duplication.Replaced traditional null checks ...

Spring Remove unnecessary array length check

This is why I opened PR.ClassUtils.getAllInterfacesForClass does not return null.Even if the length of proxyInterfaces i...

Spring Spring webflux - ServerWebExchangeDecorator code is not executed when an exception is thrown

I have a Webflux application, where I have a ServerWebExchangeDecorator that decorates the request and responses. I have...

Spring Add unit tests for StringUtils.hasLength()

HI 🙋🏻‍♀️I noticed that there were no test cases for StringUtils's hasLength() method, so I added them.Please review the ...

Spring Remove Javadoc @since tag from MapAccessor default constructor

OverviewThis PR removes Javadoc @since tag from MapAccessor() as it seems to have been added accidentally.Related Issues...

Spring Simplify BeanOverrideTestExecutionListener

The current implementation of BeanOverrideTestExecutionListener is more complex than it needs to be, with duplicated cod...

Spring My debug commit

My debug commitComment From: pivotal-cla@lxcecho Please sign the Contributor License Agreement!Click here to manually sy...
上一页 下一页
.