玖涯软件开发
Home
Blog
Spring Make QDox an implementation detail of spring-core-test
2025-01-08 05:59:27
404
Previously, com.thoughtworks.qdox:qdox was declared as an api dependency of spring-core-test despite it only being used ...
Spring Reinstate RuntimeHints agent tests
2025-01-08 05:59:24
736
As part of #28967, we've revisited our annotation support and more generally which hints are registered for annotations....
Spring Provide better DevXP for missing reflection hints where inference is not possible
2025-01-08 05:59:22
4673
The purpose of this issue is to provide a reasonable developer experience for missing reflection hints on types invisibl...
Spring Avoid shipping AWT classes in native images
2025-01-08 05:59:20
670
java.beans.Introspector#findCustomizerClass JDK implementation references java.awt.Component.class which has the annoyin...
Spring Spring-RSocket: potential server file descriptors exhaustion with idle connections
2025-01-08 05:59:17
1753
Spring-RSocket server accepts idle connections that never send anything, then stay forever because initial frame is not ...
Spring Spring-RSocket: server memory overflow with request-stream
2025-01-08 05:59:14
372
Spring's RSocket server terminates with OutOfMemoryError if bad client starts request-stream, then sendsseries of small ...
Spring Spring-RSocket: server memory overflow with request-response
2025-01-08 05:59:11
313
Spring's RSocket server terminates with OutOfMemoryError if bad client sendsrequests without reading responses from sock...
Spring Spring-RSocket: server channel overflow if request does not respect backpressure
2025-01-08 05:59:09
3756
Bad client may send arbitrary (very large, limited only by connection bandwidth) number of channel request messages rega...
Spring Add native-image support for TransactionalEventListener
2025-01-08 05:59:06
5058
When running the transactional-event-listener sample, it fails in a native-image with:org.springframework.beans.factory....
Spring Stop implementing SynthesizedAnnotation in annotation proxies
2025-01-08 05:59:03
1704
OverviewThis PR has two commits: one that stops using SynthesizedAnnotation and a second that deprecates SynthesizedAnno...
Spring Improve so that KotlinSerialization can be applied before Jackson2
2025-01-08 05:59:01
1728
Reference Issue: Issue-29008I expect to need test code, but I can't find the previously written test code. Can you give ...
Spring Mechanism to access request bound objects in WebClient filter in servlet env
2025-01-08 05:58:59
23545
In servlet environment, when migrating RestTemplate to WebClient, one of the challenges people face is to access http re...
Spring Reflection field hints can downgrade allowWrite
2025-01-08 05:58:56
679
A field hint customizer can downgrade allowWrite if true is called before false. Here's a failing test: @Test void...
Spring Introduce AnnotationUtils.isSynthesizedAnnotation(Annotation)
2025-01-08 05:58:54
292
OverviewSince SynthesizedAnnotation will be deprecated (and potentially completely removed) in Spring Framework 6.0, we ...
Spring IllegalAccessException while instrumenting invocation of non-public method with RuntimeHintsAgent
2025-01-08 05:58:52
910
The RuntimeHintsAgent agent fails at instrumenting the following case:@EnabledIfRuntimeHintsAgentclass RuntimeHintsAgent...
Spring Revisit ConcurrentLruCache implementation
2025-01-08 05:58:49
3703
ConcurrentLruCache was extracted from MimeTypeUtils for use in NamedParameterJdbcTemplate to improve its concurrent perf...
Spring Replace dependency management plugin with built-in platform support
2025-01-08 05:58:46
290
This PR should address https://github.com/spring-projects/spring-framework/issues/28931. Some exclusion declarations tha...
Spring RenderingResponse does not set status code on redirect views
2025-01-08 05:58:43
1555
Version: org.springframework:spring-webflux:5.3.21Problem: When I use RenderingResponse.create("redirect:/controller").s...
Spring WebFlux: multipart requests hang sometimes
2025-01-08 05:58:42
526
Sometimes multipart/form-data requests containing a file with size of less than a megabyte hang, they do not reach contr...
Spring Regression: Spring 4.2.4 fails to load configuration class on Google App Engine [SPR-13829]
2025-01-08 05:58:39
11603
Marek Wiącek opened SPR-13829 and commentedSpring 4.2.4 fails to load a configuration class due to a security exception ...
上一页
下一页
1
…
1412
1413
1414
1415
1416
…
2246
.