Spring Speed up WebFlux tests by reducing the period used in Flux interval

In WebFlux, we have various tests using a period of 50 or 100ms. We should use a smaller value like 1ms to speedup tests...

Spring 5.3.27

Comment From: pivotal-cla@lshstyle Please sign the Contributor License Agreement!Click here to manually synchronize the ...

Spring Add micrometer instrumentation for transactions to spring-tx

With the migration from Spring Cloud Sleuth to Micrometer Tracing, the direction was to move instrumentation support to ...

Spring Malformed multipart message causes memory leak in direct memory (ByteBuf.release() was not called)

When using WebClient with codec MultipartHttpMessageReader/DefaultPartHttpMessageReader parts that only consist of a new...

Spring SSE: Make Handler and initialize method public to improve testing.

Motivation: When I have my own SseEmitter and populate it with events, then I would like to write a unit test with TestH...

Spring Redirect is not followed on 301 with default RestClient

Default RestClient does not follow redirect (in case of 301 at least.Response body is null@RestControllerclass SampleCon...

Spring When using @MockitoBean and @MockitoSpyBean make it easier to inject any underlying proxy target as well as the mock or spy

We'd like to support something like this:@MockitoSpyBeanProxiedBean<Service> service;ProxiedBean would then provid...

Spring DefaultServerRequestObservationConvention throws when response status is zero

DefaultServerRequestObservationConvention#outcome tests whether the response is null, and if so, returns HTTP_OUTCOME_UN...

Spring Fix Javadoc in ReactorNetty2ResourceFactory

This PR simply applies the changes made in #33338 for the ReactorResourceFactory to the ReactorNetty2ResourceFactory.Com...

Spring Add a WebFlux integration test with a request body and delayed response

While upgrading to Undertow 2.3.18.Final, we discovered a regression that is not visible with current Spring Framework t...

Spring Jackson2Decoder leaks on WebClient timeout

Verified on: 6.2.0-SNAPSHOT (https://github.com/spring-projects/spring-framework/commit/cbdfe815aa3562c6b05c066e6570e59e...

Spring Remove ServerResponse.AsyncBuilder interface

In #32710, we introduced a new contract for streaming responses with MVC functional endpoints. While doing, so we introd...

Spring WebClient builder can't change content-type

EnvironmentSpring boot version: 2.4.1implementation 'org.springframework.boot:spring-boot-starter-webflux'Problem isI ch...

Spring PropertySourcesPropertyResolver no longer converts to non CharSequence types

Commit b6fbbeccdcc89a2637dcd5f548516edec0a591b0 has updated the PropertySourcesPropertyResolver to check that the target...

Spring X-Forwarded-For header is not acessible for Spring Boot app (2.3.4.RELEASE)

We have updated Spring framework to 5.2.9.RELEASE (from 5.1.5.RELEASE) and Sprint boot to 2.3.4.RELEASE (from 2.1.4.RELE...

Spring Support record canonical constructor in BeanUtils

Affected version where noticed: spring-beans: 6.2.0-RC1I'm not sure is it crucial or not, but method becomes to be invok...

Spring Add Javadoc since for headers() in Delete/Patch/Post/PutExchange

This PR add Javadoc @since tags for headers() in DeleteExchange, PatchExchange, PostExchange, and PutExchange.See gh-333...

Spring Improve MockMvc to follow redirects and forwards [SPR-14342]

Sofia opened SPR-14342 and commentedIt would be very convenient to improve MockMvc to follow redirects and forwards. @dy...

Spring Skip processing of Java annotations in QualifierAnnotationAutowireCandidateResolver

QualifierAnnotationAutowireCandidateResolver.checkQualifiers() currently checks if Java annotations are qualifier annota...

Spring Exclude authorization messages from ERROR logging in StompSubProtocolHandler

Affects: 5.3.17As part of #26026 the logging in StompSubProtocolHandler was improved to prevent the logging of exception...
上一页 下一页
.