Spring Introduce TestSocketUtils as a replacement for SocketUtils

This PR introduces TestSocketUtils as a replacement for the deprecated SocketUtils. It was borrowed from https://github....

Spring Reorganize server observability packages

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

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

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

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()

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

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

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?

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

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

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

ConcurrentModificationException Diagram:Summary:Hello. -ConcurrentModificationException occurs when one thread is modify...

Spring Correct documentation for "other return values" from a web controller method

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

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

This is currently possible, but could be better:RouterFunctions.route() .GET("/path", request -> { ...

Spring Use unquoted value in assertion message in MediaType.checkParameters()

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

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

reproduce project link : https://github.com/toohandsome/springdemo/Spring Boot version: 2.7.1<dependency> <g...

Spring Change StringHttpMessageConverter default encoding to UTF-8

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

Related to https://github.com/spring-projects/spring-framework/issues/29411Comment From: mdeinumThis is a breaking chang...
上一页 下一页
.