Nineya
Home
Blog
Spring Speed up WebFlux tests by reducing the period used in Flux interval
2025-01-09 00:40:16
121
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
2025-01-09 00:40:14
191
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
2025-01-09 00:40:12
641
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)
2025-01-09 00:40:09
37107
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.
2025-01-09 00:40:06
1590
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
2025-01-09 00:40:03
2494
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
2025-01-09 00:40:01
2242
We'd like to support something like this:@MockitoSpyBeanProxiedBean<Service> service;ProxiedBean would then provid...
Spring DefaultServerRequestObservationConvention throws when response status is zero
2025-01-09 00:39:58
769
DefaultServerRequestObservationConvention#outcome tests whether the response is null, and if so, returns HTTP_OUTCOME_UN...
Spring Fix Javadoc in ReactorNetty2ResourceFactory
2025-01-09 00:39:56
154
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
2025-01-09 00:39:54
424
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
2025-01-09 00:39:51
4016
Verified on: 6.2.0-SNAPSHOT (https://github.com/spring-projects/spring-framework/commit/cbdfe815aa3562c6b05c066e6570e59e...
Spring Remove ServerResponse.AsyncBuilder interface
2025-01-09 00:39:48
1253
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
2025-01-09 00:39:46
1511
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
2025-01-09 00:39:43
1046
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)
2025-01-09 00:39:38
3526
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
2025-01-09 00:39:35
3739
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
2025-01-09 00:39:32
122
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]
2025-01-09 00:39:30
4061
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
2025-01-09 00:39:28
695
QualifierAnnotationAutowireCandidateResolver.checkQualifiers() currently checks if Java annotations are qualifier annota...
Spring Exclude authorization messages from ERROR logging in StompSubProtocolHandler
2025-01-09 00:39:26
4281
Affects: 5.3.17As part of #26026 the logging in StompSubProtocolHandler was improved to prevent the logging of exception...
上一页
下一页
1
…
1139
1140
1141
1142
1143
…
2246
.