Nineya
Home
Blog
Spring RestClient exchange methods are not nullable
2025-01-09 00:42:00
188
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
2025-01-09 00:41:58
1018
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
2025-01-09 00:41:56
183
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
2025-01-09 00:41:54
2308
PathMatchingResourcePatternResolver sorts files by name when loading via PathMatchingResourcePatternResolver#doFindPathM...
Spring Refactor SourceFilteringListener use Assert.state for null check
2025-01-09 00:41:52
1921
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
2025-01-09 00:41:49
5097
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
2025-01-09 00:41:46
946
Type: EnhancementCurrently, when creating a builder chain for HttpSecurity, and building FormLoginConfigurer inside of f...
Spring Connections are hanging up
2025-01-09 00:41:44
2261
https://github.com/spring-projects/spring-framework/issues/32249#issue-2130887143The solution is here seems like haven't...
Spring Add cookie support to RestClient
2025-01-09 00:41:41
160
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
2025-01-09 00:41:39
5290
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
2025-01-09 00:41:36
13253
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]
2025-01-09 00:41:34
16093
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
2025-01-09 00:41:32
192
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)
2025-01-09 00:41:30
1865
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
2025-01-09 00:41:27
162
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+
2025-01-09 00:41:24
1214
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
2025-01-09 00:41:22
1049
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
2025-01-09 00:41:19
551
Spring MVC has default handling for AsyncRequestNotUsableException after #33225 which is raised by our response wrapper ...
Spring Feature: Support primitive array to Object[] conversion.
2025-01-09 00:41:17
1358
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
2025-01-09 00:41:14
2607
Reproducer: https://gist.github.com/MikailBag/ed3b036da394aae7c57e89267920f522Actual expression: "#{m[‘c]}"(Please note ...
上一页
下一页
1
…
1137
1138
1139
1140
1141
…
2246
.