Spring RestClient exchange methods are not nullable

The retrieve workflow, a shortcut for exchange, can end with null, but exchange itself is not declared as Nullable. Ther...

Spring Remove proxyTargetAware attribute from @MockitoSpyBean

OverviewDuring my recent analysis of our @MockitoSpyBean support, it became apparent that we do not need the proxyTarget...

Spring Rework links to Spring Boot docs in reference documentation

Since Spring Boot refactored its reference documentation, quite a few links are relying on redirects on the Spring Boot ...

Spring PathMatchingResourcePatternResolver sorting of JAR resources

PathMatchingResourcePatternResolver sorts files by name when loading via PathMatchingResourcePatternResolver#doFindPathM...

Spring Refactor SourceFilteringListener use Assert.state for null check

DescriptionThis PR refactors the SourceFilteringListener class to replace the existing null check with Assert.state, in ...

Spring Infinite loop on ProxyCachingConfiguration when application context fails to load

I have just found a problem hard to diagnose that is giving challenge to IT resources.Short summaryWhen running Spring B...

Spring AbstractAuthenticationFilterConfigurer: add defaultSuccessUrl() function which doesn't override the successHandler field, or the variant with successHandler parameter

Type: EnhancementCurrently, when creating a builder chain for HttpSecurity, and building FormLoginConfigurer inside of f...

Spring Connections are hanging up

https://github.com/spring-projects/spring-framework/issues/32249#issue-2130887143The solution is here seems like haven't...

Spring Add cookie support to RestClient

This PR adds support for setting cookies, like with WebClient, to the RestClientIt would be nice if you could add the ha...

Spring Invalid transaction synchronization propagation behavior when used with multiple transaction managers

Affects: 6.1.13Transaction synchronization mechanism works incorrectly when used with nested (in terms of invocation) tr...

Spring Make @Sql work with R2DBC where no DataSource available

Currently, if the application does not have the DataSource/PlatofrmTransactionManager in the context, then the usage of ...

Spring @CacheEvict should allow multiple key values [SPR-10958]

Ashot Golovenko opened SPR-10958 and commentedCurrently you can evict only one or all elements in a single cache region....

Spring Remove support for Resin Servlet container

This Servlet container hasn't been supported since 6.0 because Spring Framework has now a JakartaEE baseline.We should r...

Spring parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver)

Affects: 6.1.12 (but can not say since when exactly, older versions are probably also affected) + Jetty 12.0.12Parts w/o...

Spring Upgrade to JUnit 5.11.3

JUnit 5.11.3 has been released: https://github.com/junit-team/junit5/releases/tag/r5.11.3Comment From: snicollThis isn't...

Spring Load-time weaving support for WildFly 24+

Support for wildfly delegating transformer is broken since wildfly-core 19 https://github.com/wildfly/wildfly-core/commi...

Spring Update HttpHeaders.setHost() to actually remove the Host header

This PR fixes a bug in org.springframework.http.HttpHeaders class.It was not possible to delete/clear the Host header be...

Spring Add default handling for disconnected client errors to Spring MVC

Spring MVC has default handling for AsyncRequestNotUsableException after #33225 which is raised by our response wrapper ...

Spring Feature: Support primitive array to Object[] conversion.

This commit fixes issue #33212. Context:Previously, attempting to convert a primitive array to an Object array caused a...

Spring Throw SpelParseException for unsupported character in SpelExpressionParser

Reproducer: https://gist.github.com/MikailBag/ed3b036da394aae7c57e89267920f522Actual expression: "#{m[‘c]}"(Please note ...
上一页 下一页
.