Spring Validator resolution can no longer be lazy

Affects: 6.1.0-SNAPSHOThttps://github.com/spring-projects/spring-framework/issues/28990 added support for configuring Me...

Spring Raise log level to warn when configuration class enhancement cannot apply due to circular reference

Our existing log message for a circular reference to the configuration class is not ideally worded since it suggests tha...

Spring graalvm native image feature PreComputeFieldFeature disable all netty native transports

During the graalvm native compile, the Spring provided Feature org.springframework.aot.nativex.feature.PreComputeFieldFe...

Spring Optimize Hibernate native footprint by making ByteBuddy unreachable

As experimented on https://github.com/sdeleuze/spring-framework/commit/hibernate-custom-initiators, various optimization...

Spring WebFlux blocking configuration documentation fix

The BlockingExecutionConfigurer.setExecutor takes an AsyncTaskExecutor not an Executor as the documentation states. With...

Spring JdbcClient: add varargs params method on StatementSpec

JdbcClient sql method returns a StatementSpec which gives several options to set positional and named parameters values....

Spring Document purpose of name attribute in @PropertySource

In Spring Framework, for the @PropertySource, according with its API or javadoc it has the name attributeIndicate the na...

Spring Look up @Component stereotype names using @AliasFor semantics

OverviewAlthough #20615 introduced the use of @AliasFor for @Component(value) in stereotype annotations (@Service, @Cont...

Spring Spring Webflux: CoRouterFunctionDsl should expose the used CoroutineContext

Affects: 5.3.7I am using the CoRouterFunctionDsl to build a Spring Webflux application with suspend handlers in Kotlin. ...

Spring typo in "such as"

Just a small typo, no more no less :)Comment From: pivotal-cla@Anton-Vasilev Please sign the Contributor License Agreeme...

Spring Prefer request hostName and hostPort in ReactorServerHttpRequest

Prefer request hostName and hostPort in ReactorServerHttpRequest#resolveBaseUrlThe request hostName and hostPort are der...

Spring Missing Netty native image hints for SelectorProvider

After compiled application to graalvm native image, and set log level for io.netty to TRACE, such exception will show up...

Spring Attempt to reset Servlet response before calling ExceptionHandlers

Fix #30702 If any other changes are needed, feel free to ask me. : )Comment From: bclozelThanks for your contribution @a...

Spring Support MultipartFile argument with HTTP interface client

When trying to send a multipart request over http interfaces, multipart is sent directly instead of resource and causin...

Spring Upgrade to commons-fileupload 1.5

fix https://security.snyk.io/vuln/SNYK-JAVA-COMMONSFILEUPLOAD-3326457potential DoS attackupgrade commons-fileupload to ...

Spring Avoid @Async create Future object when return value is not instance of Future type

submit method return a value, but it is useless, and memory is added. execute method can avoid this scene.Comment From: ...

Spring Attempt to reset Servlet response before calling ExceptionHandlers

After the postgis package was introduced, an HttpMessageConversionException exception occurred in the business code. Aft...

Spring Add more tests to DefaultClientRequestObservationConvention

Adding tests to increase coverage and test expected behavior for DefaultClientRequestObservationConventionclass. I would...

Spring Handle removal of query param when a single (null) value is sent to replaceQueryParam

The earlier definition of replaceQueryParam(String name, Object... values) didn't remove the query param if the passed ...

Spring Instrument EventListener-annotated methods for observability

This is analogous to #29883, just for @EventListener.Comment From: kubeheWould it be also possible to support propagatin...
上一页 下一页
.