Spring Spring5.3.1 to Spring5.3.2,the custom viewResolver cannot take effect.

Goal : Need upgrade to 5.3.20 at least. To solve spring-core bug that is some CVE.My process : Originally, my version wa...

Spring InMemoryWebSessionStore#changeSessionId makes blocking calls to UUID.randomUUID

While using blockhound to detect blocking operations in general, it was found for logout operation in reactive web suppo...

Spring Improve documentation on support for a language-only Locale requested via "Accept-Language"

@Testpublic void resolvePreferredAgainstLanguageOnly() { this.resolver.setSupportedLocales(Arrays.asList(GERMANY, US)...

Spring WebSocketConnectionManager constructor with prepared URI

Affects: \ spring-websocket-5.2.0.RELEASEin ConnectionManagerSupport , Whether or not the URI is encoded should be reso...

Spring Support Optional in PayloadMethodArgumentResolver

Sometime the data for payload method argument is optional and we cover that with a @Payload(required = false).It would b...

Spring Allow MockRest to match header/queryParam value list with one Matcher

This commit adds a header variant and a queryParam variant to theMockRestRequestMatchers API which take a single Matcher...

Spring Add support in MockRestServiceServer to assert ALL header and queryParam values with a single Matcher

Affects: 5.3.21The current API for MockRestServiceServer and MockRestRequestMatchers does not allow a test to validate t...

Spring @RequestPart with array of MultipartFile doesn't raise exception when no file part is received

public void upload(@RequestPart MultipartFile[] files){ ...}The above comments @RequestPart, Default property required=t...

Spring DataBuffer should offer restricted access to underlying ByteBuffer

Netty 4's ByteBuf allowed for direct, unrestricted access of the underlying ByteBuffer(s) through the nioBuffers method....

Spring Set reason for WebSocket CloseStatus.SESSION_NOT_RELIABLE

Providing a reason in CloseStatus gives a better understanding of the root cause on the WebSocket client side.Comment Fr...

Spring Setting a default timeout for all requests from Jetty reactive httpclient

I am using Jetty reactive http client as the httpclient in webClient. I would like to set a default timeout for all requ...

Spring Support coroutine for HttpServiceProxyFactory

Resolves: #29467Comment From: pivotal-cla@wplong11 Please sign the Contributor License Agreement!Click here to manually ...

Spring Refine CachedIntrospectionResults property introspection

Comment From: tcrassHi,we used to access a read-only property the type of which happened to implement AutoCloseable like...

Spring WS: SimpMessagingTemplate.convertAndSend*(...) should allow for null payloads

This code will cause an exception to be thrown:SimpMessagingTemplate template = ...;template.convertAndSendToUser(dest, ...

Spring When I use exchangeToMono I get "Only one connection receive subscriber allowed." An error occurs.

I want to log the responsebody of the webclient.My exchangeFilter next.exchange() .map { respo...

Spring Violation of a unique index on insert in MSSQL is translated to DataIntegrityViolationException instead of DuplicateKeyException

Affects: 6.0.4 (spring-r2dbc)When inserting a row in MSSQL, using spring-r2dbc, that results in a unique constraint viol...

Spring jdbc related new features and test cases

The original issue can be refer as: https://github.com/spring-projects/spring-framework/issues/28371Since there is no wa...

Spring Update documentation according to Testcontainers example

Update documentation according to testcontainer example. Fix #29936Comment From: pivotal-cla@samuelstein Please sign the...

Spring Unable to disable decoding Path Parameter in RestController

Using Spring-Boot 2.3.12, we followed the solution on https://github.com/spring-projects/spring-framework/issues/20211 a...

Spring Pageable request query column name mismatch in sortBy section

Affects: \<2.7.0>Hello!I've tried to make pageable request on JpaRepository with sort by argument, which led to Pr...
上一页 下一页
.