Nineya
Home
Blog
Spring Add AOT support for Kotlin constructors with optional parameters
2025-01-08 17:36:15
1480
Take the following kotlin @Service:@Serviceclass Service( private val applicationContext: ApplicationContext, priv...
Spring ClientHttpRequestFactory based on Reactor Netty HttpClient
2025-01-08 17:36:12
201
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
2025-01-08 17:36:10
512
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
2025-01-08 17:36:06
844
Motivated by checkpoint restore (#29921), ThreadPoolTaskExecutor and ThreadPoolTaskScheduler would benefit from a SmartL...
Spring Instrument Async-annotated methods for observability
2025-01-08 17:36:03
210
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?
2025-01-08 17:36:00
241
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
2025-01-08 17:35:58
3570
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
2025-01-08 17:35:55
5180
When using TestExecutionListeners, I have multiple times ended up getting severely hampered by the fact that there can (...
Spring Add RestClient documentation
2025-01-08 17:35:52
176
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
2025-01-08 17:35:49
3720
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
2025-01-08 17:35:46
1926
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
2025-01-08 17:35:43
5692
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
2025-01-08 17:35:41
1107
I apologize for the lack of clarity in my previous PR(#30793). The original comment explained that protected methods all...
Spring Rearrange HttpHeader adapters
2025-01-08 17:35:38
150
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
2025-01-08 17:35:36
12069
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
2025-01-08 17:35:34
996
If one asks ArrayToCollectionConverter to convert an array to a Collection the delegating call to CollectionFactory resu...
Spring ClientHttpRequestFactory based on JDK HttpClient
2025-01-08 17:35:31
452
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
2025-01-08 17:35:28
404
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
2025-01-08 17:35:26
7742
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()
2025-01-08 17:35:23
92
OverviewInspired by comments in the description of #30799.Related Issues30286306613079930805
上一页
下一页
1
…
1336
1337
1338
1339
1340
…
2246
.