Spring Validate that JUnit Jupiter test methods and lifecycle methods are not annotated with @Autowired

It would be nice to consider adding validation of @Autowired on tests. For example, a user may be trying to use paramete...

Spring Avoid multiple volatile reads/writes in a row where only one is enough

in MethodInvocationProceedingJoinPoint use the same approach as in InjectionPoint.getAnnotations() to do only one volati...

Spring Multipart request with content length (WebFlux)

Affects: spring-webflux:5.2.10If I try to send http-multipart request with precalculation content length - webclient wil...

Spring Provide possibility to configure base path for WebTestClient instance

I don't get why #26039 is closed, but I think my use case is valid.I use WebTestClient to write integration tests (using...

Spring Cannot be cast to class Publisher error with non suspending @Transactional functions

Such transactional function:fun findMessages(): Flow<Foo> { return fooRepository.findAll()}Currently generates ...

Spring @Transactional on suspending function returning a value always rollbacks

Affects: 5.3.0Comment From: sdeleuzeCould you please provide a repro project ?Comment From: lujijiangThe Repro:https://g...

Spring WebClient: encoded slashes in query string gets double-encoded

Affects: 5.2.11.RELEASEI'm getting URI from third party service which contains percent encoded slashes in the query par...

Spring Expose a public method "isClosed" to indicate whether the connection has been closed in WebSocketSession (WebFlux)

Contextspring-webflux:5.3.0.org.springframework.web.reactive.socket.WebSocketSessionMotivationIt's common to decide what...

Spring setTaskScheduler in StompBrokerRelayRegistration breaks chaining

The recently added setTaskScheduler returns void instead of StompBrokerRelayRegistration and so does setTcpClient which ...

Spring Fix wrong reference in UrlPathHelper.removeSemicolonContentInternal()

This PR fixes a wrong reference in UrlPathHelper.removeSemicolonContentInternal().This PR also changes to short-circuit ...

Spring Spring frameworh 5.3.0 does not find beans in external jars.

Affects: 5.3.0I have 2 beans: 1. the first one (org.xxx.spring.multi.ExternalAPIOperation) is in SubSpring module and 2....

Spring Fix kotlin example code which does not compile

This kotlin code does not compile:Overload resolution ambiguity. All these functions match.default RowsFetchSpec map(Fu...

Spring Delete explicit type arguments that can be inferred

Comment From: pivotal-issuemaster@NaNrailgun Please sign the Contributor License Agreement!Click here to manually synchr...

Spring Spring 5.2.10.RELEASE tries too flush closed OutputStream on HTTP response

Affects: \Starting from version 5.2.10.RELEASE on HTTP response AbstractGenericHttpMessageConverter (Jackson) tries too ...

Spring Merge pull request #1 from spring-projects/master

更新spring-projects框架源码Comment From: pivotal-issuemaster@ChovaVea Please sign the Contributor License Agreement!Click here...

Spring Merge pull request #1 from spring-projects/master

更新spring-projects框架源码Comment From: pivotal-issuemaster@ChovaVea Please sign the Contributor License Agreement!Click here...

Spring WebFlux missing programmatic handling of MappingJacksonValue

WebFlux, using annotation routing, does not recognize and handle MappingJacksonValue. See demo here.

Spring Inefficient request handling inside ServletRequestDataBinder

Affects: Spring web 4.2+, 5.x (confirmed, possibly others)A large, publicly-facing application receives more than 100 re...

Spring StompSubProtocolHandler logs failed authentication with error stack trace

StompSubProtocolHandler logs every exception, including failed authentication errors from spring-security-messaging, wit...

Spring ReactorNettyTcpClient constructor with callback to initialize TcpClient [SPR-17523]

Gabriel Dogaru opened SPR-17523 and commentedThis is the same issue as #17057The solution there does not apply anymore b...
上一页 下一页
.