Nineya
Home
Blog
Spring Allow to ignore null values in BeanUtils.copyProperties()
2025-01-08 19:59:05
694
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
2025-01-08 19:59:02
123
ScriptUtils.splitSqlScript: Change not to use ; character between $$ ... $$ or ( ... ) as statement separatorExisting Is...
Spring Support dollar sign quoting and parentheses in ScriptUtils
2025-01-08 19:59:00
454
spring-r2dbc ScriptUtils.splitSqlScript: Change not to use ; character between $$ ... $$ or ( ... ) as statement separat...
Spring web.reactive.function.server.ServerRequest.awaitBody() exception handling
2025-01-08 19:58:57
3536
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
2025-01-08 19:58:54
5230
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
2025-01-08 19:58:51
4867
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
2025-01-08 19:58:48
477
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
2025-01-08 19:58:45
432
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
2025-01-08 19:58:42
2709
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
2025-01-08 19:58:40
1959
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
2025-01-08 19:58:37
1716
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
2025-01-08 19:58:34
669
Spring Framework: 6.0.11The Javadoc of org.springframework.web.reactive.function.client.WebClientResponseException#getRe...
Spring Polish resolveArgument method in RequestResponseBodyMethodProcessor
2025-01-08 19:58:31
567
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
2025-01-08 19:58:28
17848
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
2025-01-08 19:58:26
170
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
2025-01-08 19:58:23
169
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
2025-01-08 19:58:21
756
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)
2025-01-08 19:58:18
1733
Affects: \ @Override public Mono<Void> handlePreFlight(ServerWebExchange exchange) { return Flux.from...
Spring Make ReactorResourceFactory lifecycle-aware
2025-01-08 19:58:15
138
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
2025-01-08 19:58:12
1199
Sanjaya Kumar Patel opened SPR-16234 and commentedTraditionally (non-reactive), we had been doing method parameter valid...
上一页
下一页
1
…
1310
1311
1312
1313
1314
…
2246
.