Spring Make QDox an implementation detail of spring-core-test

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

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

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

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

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

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

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

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

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

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

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

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

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)

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

The RuntimeHintsAgent agent fails at instrumenting the following case:@EnabledIfRuntimeHintsAgentclass RuntimeHintsAgent...

Spring Revisit ConcurrentLruCache implementation

ConcurrentLruCache was extracted from MimeTypeUtils for use in NamedParameterJdbcTemplate to improve its concurrent perf...

Spring Replace dependency management plugin with built-in platform support

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

Version: org.springframework:spring-webflux:5.3.21Problem: When I use RenderingResponse.create("redirect:/controller").s...

Spring WebFlux: multipart requests hang sometimes

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]

Marek Wiącek opened SPR-13829 and commentedSpring 4.2.4 fails to load a configuration class due to a security exception ...
上一页 下一页
.