玖涯软件开发
Home
Blog
Spring Introduce TestSocketUtils as a replacement for SocketUtils
2025-01-08 06:17:37
444
This PR introduces TestSocketUtils as a replacement for the deprecated SocketUtils. It was borrowed from https://github....
Spring Reorganize server observability packages
2025-01-08 06:17:34
3249
As part of #29334, the HTTP observability types were moved from org.springframework.web.observation to org.springframewo...
Spring Ignore httpcomponents Javadoc as it fails the build
2025-01-08 06:17:32
945
Currently the HttpComponents Javadoc is unavailable and responds with a 403 Forbidden status.We should ignore it complet...
Spring Introduce TestSocketUtils as a replacement for SocketUtils
2025-01-08 06:17:29
974
SocketUtils was officially deprecated in 5.3.16 (#28052) and removed in 6.0 M3 (#28054); however, there is still need fo...
Spring Fix two typos in integration.adoc and webflux.adoc
2025-01-08 06:17:26
325
fix two typos in integration.adoc and webflux.adocchange "English names can also be used for the day-of-month and day-o...
Spring SpEL ternary and Elvis expressions are missing enclosing parentheses in toStringAST()
2025-01-08 06:17:23
1847
Affects: 5.2.23HiToday I faced with the following problem: ternary operator loses parenthesis after I call .toStringAST...
Spring Document Ahead of Time processing in the reference guide
2025-01-08 06:17:21
1565
Comment From: sdeleuzeAs discussed in spring-projects/spring-boot#32903, we should add documentation for @ImportRuntimeH...
Spring Webflux fails to apply the rule for controller methods returning void to kotlin suspend functions returning Unit
2025-01-08 06:17:18
1346
Affects: 5.3.12Webflux fails to apply the rule for controller methods returning void to suspend functions returning Unit...
Spring SpEL: Propose a way to access properties with Set type?
2025-01-08 06:17:16
560
Affects: 5.0.8.RELEASEContext: We built a library to validate Java bean with use of Spring's expression interface. Curre...
Spring Allow test classes to provide runtime hints via declarative mechanisms
2025-01-08 06:17:13
727
Affects: 6.0.0-RC4There are situations where tests needs to be able to perform reflection that isn't required at runtime...
Spring DefaultWebClient logging sensitive information in URI
2025-01-08 06:17:10
888
Affects: v5.3.22 and prior. Module is spring-webfluxThe insertCheckpoint method in DefaultWebClient seems to log the URI...
Spring Update RestTemplate Javadoc with regards to setting interceptors on startup vs at runtime
2025-01-08 06:17:08
16300
ConcurrentModificationException Diagram:Summary:Hello. -ConcurrentModificationException occurs when one thread is modify...
Spring Correct documentation for "other return values" from a web controller method
2025-01-08 06:17:04
829
In https://docs.spring.io/spring-framework/docs/5.3.23/reference/html/web.html#mvc-ann-return-types, document states Any...
Spring Filter out null WebSocket session attributes
2025-01-08 06:17:01
10837
Affects: \my codesstep 0(optional): prepare the spring boot project, add dependency: org.springframework.boot:spring-boo...
Spring Simplify creating RFC 7807 responses from functional endpoints
2025-01-08 06:16:56
652
This is currently possible, but could be better:RouterFunctions.route() .GET("/path", request -> { ...
Spring Use unquoted value in assertion message in MediaType.checkParameters()
2025-01-08 06:16:54
319
Prior to 2a853aea6754341a069191999a53d2065f49cf34, unquoted values were used there, but it seems that double quotes coul...
Spring Commit a2ef6ba breaks SseEmitter because of incorrect newline character
2025-01-08 06:16:51
1070
The following commit https://github.com/spring-projects/spring-framework/commit/a2ef6badc4c76790128910851fdde0df55ec15f9...
Spring in asynchronous tasks use request.getParameter(), It may cause the next "get request" to fail to obtain parameters
2025-01-08 06:16:48
6072
reproduce project link : https://github.com/toohandsome/springdemo/Spring Boot version: 2.7.1<dependency> <g...
Spring Change StringHttpMessageConverter default encoding to UTF-8
2025-01-08 06:16:41
2544
I think it's time to change the default encoding to UTF-8.There some modules already use UTF-8 as the default encoding.#...
Spring Added comma checker for string to collection converter
2025-01-08 06:16:39
1218
Related to https://github.com/spring-projects/spring-framework/issues/29411Comment From: mdeinumThis is a breaking chang...
上一页
下一页
1
…
1392
1393
1394
1395
1396
…
2246
.