Spring Allow to ignore null values in BeanUtils.copyProperties()

I try to use BeanUtils.copyProperties in my local project and looking for ways to avoid copying null value. I saw this c...

Spring Support dollar sign quoting and parentheses in ScriptUtils

ScriptUtils.splitSqlScript: Change not to use ; character between $$ ... $$ or ( ... ) as statement separatorExisting Is...

Spring Support dollar sign quoting and parentheses in ScriptUtils

spring-r2dbc ScriptUtils.splitSqlScript: Change not to use ; character between $$ ... $$ or ( ... ) as statement separat...

Spring web.reactive.function.server.ServerRequest.awaitBody() exception handling

Affects: Spring v6.0.6What is the recommended approach on handling ServerRequest.awaitBody()Right now, the API is using ...

Spring Improve documentation on applicability of mapped interceptors with the Spring MVC config

Affects: 5.3.29 (most likely current as well)In the documentation for Interceptors in Spring MVC the methods for adding ...

Spring WebClient upload using MultipartBodyBuilder have no option to exclude some headers

Affects: 6.0.11With the WebClient upload snippet below, trying to upload file with some parameters. The body sent have u...

Spring Improve specificity of the UriComponentsBuilder path() method

The documentation of the function specifically mentions that the path is appended but the naming of the methoddid not re...

Spring Clarify and log that return value of HandlerMethod is ignored if reason of @ResponseStatus present

Supersedes GH-31113See https://github.com/spring-projects/spring-boot/issues/37098#issuecomment-1692958851Comment From: ...

Spring HTTP request with invalid "Accept" header causes HTTP 500

Steps to reproduce:Create new app at https://start.spring.io/ with Spring Web dependency - configStart the app ./gradlew...

Spring Support Jakarta validation constraint annotations on Mono parameter types in WebFlux controller methods

Affects: 6.0.11I am using Spring WebFlux and generating Controller APIs using openapi generator. I have defined a @jaka...

Spring Revise FilePatternResourceHintsRegistrar API and improve documentation

FilePatternResourceHintsRegistrar is not used anywhere in the Spring Framework code base, but it is used in Spring Boot....

Spring WebClientResponseException.getResponseBodyAs throws exception instead of returning null for empty body

Spring Framework: 6.0.11The Javadoc of org.springframework.web.reactive.function.client.WebClientResponseException#getRe...

Spring Polish resolveArgument method in RequestResponseBodyMethodProcessor

String name = Conventions.getVariableNameForParameter(parameter);The above code is only used in conditional statements.S...

Spring Exception thrown in jpa query with List parameter after Spring Boot 3 upgrade

I have a query with List parameter that gets recognised as StringJavaType. This was working in Spring Boot 2.7.X.example...

Spring Document RestClient in the reference manual

We should have reference documentation for the new RestClient.Comment From: anbusampathpossible duplicate https://github...

Spring Stop referring to JDO and outdated JDBC versions in documentation

There are several places in the Javadoc and reference manual that still refer to JDO and outdated JDBC versions.We shoul...

Spring HTTP Interface client should not fail if @RequestPart used with MultipartFile

In #30342 we added support for MultipartFile in a separate arguments resolver. The resolver is documented as not requiri...

Spring WebFlux - DispatcherHandler.handlePreFlight(ServerWebExchange exchange)

Affects: \ @Override public Mono<Void> handlePreFlight(ServerWebExchange exchange) { return Flux.from...

Spring Make ReactorResourceFactory lifecycle-aware

In order to improve the compatibility with JVM Checkpoint Restore (aka CRaC), ReactorResourceFactory should implement Li...

Spring MethodValidationInterceptor support for Mono and Flux method parameters

Sanjaya Kumar Patel opened SPR-16234 and commentedTraditionally (non-reactive), we had been doing method parameter valid...
上一页 下一页
.