Spring Add AOT support for Kotlin constructors with optional parameters

Take the following kotlin @Service:@Serviceclass Service( private val applicationContext: ApplicationContext, priv...

Spring ClientHttpRequestFactory based on Reactor Netty HttpClient

We have a ReactorClientHttpConnector for use with the reactive WebClient, so we should have a Reactor-based ClientHttpRe...

Spring Fix example in Javadoc for MultipartBodyBuilder

The example of MultipartBodyBuilder was wrong, so it was corrected.Comment From: sbrannenHi @heoYH,Good catch, and congr...

Spring Pause/resume capability for ThreadPoolTaskExecutor and ThreadPoolTaskScheduler

Motivated by checkpoint restore (#29921), ThreadPoolTaskExecutor and ThreadPoolTaskScheduler would benefit from a SmartL...

Spring Instrument Async-annotated methods for observability

This is analogous to https://github.com/spring-projects/spring-framework/issues/29883 and https://github.com/spring-proj...

Spring Is there a plan to fix CVE-2016-1000027 on 5.3.x version?

Affects: 5.3.28Comment From: bclozelPlease take the time to search for issues before creating a new one. There are numer...

Spring Find all local @ContextConfiguration annotations on a test class

Very similar to issue #26141, I find that ContextConfiguration should be able to append to an existing ContextConfigurat...

Spring Find all local @TestExecutionListeners annotations on a test class

When using TestExecutionListeners, I have multiple times ended up getting severely hampered by the fact that there can (...

Spring Add RestClient documentation

Something similar to this should be added for RestClient so that we can link to it from the Spring Boot reference docs.C...

Spring Warn against direct usage of Servlet API in WebFlux applications

Affects: 5.x/currentI have a Servlet filter that adds request headers via decorating request object (the only way allowe...

Spring JavaMailSenderImpl got java.lang.NoClassDefFoundError: javax/activation/DataSource with java 17

Affects: Spring 5.3.10I upgraded the project to use java 17, the source code can compile but I got the java.lang.NoClass...

Spring Document limitations of Servlet Filter observations

Affects: 6.0.0-SNAPSHOTIf micrometer-observation is set-up and if I throw an exception from a controller:@GetMapping(&qu...

Spring Update inline comment in ProxyTransactionManagementConfiguration

I apologize for the lack of clarity in my previous PR(#30793). The original comment explained that protected methods all...

Spring Rearrange HttpHeader adapters

We should move HttpHeader adapters that are used in multiple places (client and server, reactive and non-reactive) to a ...

Spring Elaborate on ShallowEtagHeaderFilter limitations

Affects: 6.0.8Problem: ServletWebRequest::validateIfMatch(String eTag) compares etag of post-commit state with etag in r...

Spring ArrayToCollectionConverter should default to List if target type is Collection

If one asks ArrayToCollectionConverter to convert an array to a Collection the delegating call to CollectionFactory resu...

Spring ClientHttpRequestFactory based on JDK HttpClient

We have a JdkClientHttpConnector for use with the reactive WebClient, so we should have a JDK HttpClient-based ClientHtt...

Spring Allow JdkClientHttpRequest.DISALLOWED_HEADERS to be customized

Since https://bugs.openjdk.org/browse/JDK-8213696 the JDK HttpClient's list of disallowed headers can be customized by s...

Spring Accessing trace ID within reactive WebFilter

Affects: 6.0.8 (spring-webflux)I have a simple filter that should just inject current trace ID to the response:package s...

Spring Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString()

OverviewInspired by comments in the description of #30799.Related Issues30286306613079930805
上一页 下一页
.