玖涯软件开发
Home
Blog
Spring Spring5.3.1 to Spring5.3.2,the custom viewResolver cannot take effect.
2025-01-08 06:37:47
3687
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
2025-01-08 06:37:44
2811
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"
2025-01-08 06:37:42
2721
@Testpublic void resolvePreferredAgainstLanguageOnly() { this.resolver.setSupportedLocales(Arrays.asList(GERMANY, US)...
Spring WebSocketConnectionManager constructor with prepared URI
2025-01-08 06:37:39
247
Affects: \ spring-websocket-5.2.0.RELEASEin ConnectionManagerSupport , Whether or not the URI is encoded should be reso...
Spring Support Optional in PayloadMethodArgumentResolver
2025-01-08 06:37:37
1763
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
2025-01-08 06:37:35
559
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
2025-01-08 06:37:33
12243
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
2025-01-08 06:37:30
1047
public void upload(@RequestPart MultipartFile[] files){ ...}The above comments @RequestPart, Default property required=t...
Spring DataBuffer should offer restricted access to underlying ByteBuffer
2025-01-08 06:37:25
1566
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
2025-01-08 06:37:23
1397
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
2025-01-08 06:37:19
1230
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
2025-01-08 06:37:17
2032
Resolves: #29467Comment From: pivotal-cla@wplong11 Please sign the Contributor License Agreement!Click here to manually ...
Spring Refine CachedIntrospectionResults property introspection
2025-01-08 06:37:14
578
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
2025-01-08 06:37:12
4405
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.
2025-01-08 06:37:09
2373
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
2025-01-08 06:37:06
1509
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
2025-01-08 06:37:04
634
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
2025-01-08 06:37:01
1619
Update documentation according to testcontainer example. Fix #29936Comment From: pivotal-cla@samuelstein Please sign the...
Spring Unable to disable decoding Path Parameter in RestController
2025-01-08 06:36:58
3781
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
2025-01-08 06:36:56
3290
Affects: \<2.7.0>Hello!I've tried to make pageable request on JpaRepository with sort by argument, which led to Pr...
上一页
下一页
1
…
1371
1372
1373
1374
1375
…
2246
.