Nineya
Home
Blog
Spring Improve javadoc for PropertySourcesPlaceholderConfigurer
2025-01-08 21:11:49
2809
Hello Spring TeamCurrently about the Javadoc for the PropertySourcesPlaceholderConfigurer class, it contains as first pa...
Spring Introduce toString(Charset) in FastByteArrayOutputStream
2025-01-08 21:11:46
873
Add a toString overload that accepts a Charset to mirror the method that has been on ByteArrayOutputStream since JDK10; ...
Spring Use relative path for javadoc overview
2025-01-08 21:11:43
969
Updates the build configuration to use a relative path when setting the :framework-api:javadoc tasks's overview property...
Spring Polish Javadoc
2025-01-08 21:11:37
405
remove final keyword in final class.I noticed that WriteResultSubscription is declared as a final class, so in my opinio...
Spring Avoid byte array copy in getContentAsString
2025-01-08 21:11:34
572
The getContentAsString method was originally added in d9b8826 to avoid the extra copying inherent to calling ByteArrayOu...
Spring Constructor binding fails for Duration argument if request parameter is not present
2025-01-08 21:11:32
1058
Affects:Spring Web 6.1.1Spring Boot 3.2.0When having a Kotlin class as a container for request parameters with a default...
Spring The webclient persistent connection reads the responsed data of the chunked type.
2025-01-08 21:11:29
2569
After the webclient is used to create the persistent connection, when the server returns data, the returned data is not ...
Spring Same-origin requests are classified as cross-origin
2025-01-08 21:11:25
7983
Hello 👋 The isCorsRequest utility classifies our same-origin requests as cross-origin because we use the Host header for...
Spring RestClient ResponseSpec.body() throws an exception instead of returning null if no response body is available
2025-01-08 21:11:22
2395
From RestClient.ResponseSpec:/** * ... * @return the body, or {@code null} if no response body was available */@Nullable...
Spring Optimistic lock does not work correctly when REST call is received
2025-01-08 21:11:19
10671
Affects: Spring boot 2.4.1 and earlierAffects: spring-boot-starter-data-jpa 2.4.1 and earlierAffects: spring-boot-sta...
Spring Csv HttpMessageConverter [SPR-15457]
2025-01-08 21:11:16
4299
Julien Bouyoud opened SPR-15457 and commentedHi,I'd like to submit a new HttpMessageConverter in spring-web module wich ...
Spring Support string templates in JdbcTemplate
2025-01-08 21:11:12
4321
It would be great if JdbcOperations or JdbcTemplate could be enhanced to support String Template.The easiest way to supp...
Spring @Param parameters substitution dose not work when in single quotes inside @Query
2025-01-08 21:11:10
1352
I have filed the bug in spring-data-jdbc that describes the problem in details. I am linking it here for you to understa...
Spring WebClient retains body of first request in memory
2025-01-08 21:11:07
6868
Affects: 5.3.25 (Spring boot 2.7.8)When the first action used with WebClient is a POST or PUT with some body, that body ...
Spring DataBufferUtils can throw inconsistent exceptions
2025-01-08 21:11:04
1889
The following code catch IOException:public static Flux read( Resource resource, long position, DataBufferFactory buffer...
Spring URI format's value from application YAML has different value depending on hypen count
2025-01-08 21:11:01
7859
Spring Boot Versionplugins { id 'java' id 'org.springframework.boot' version '3.1.0' id 'io.spring.dependency-m...
Spring IllegalArgumentException: Null key returned for cache operation
2025-01-08 21:10:58
2965
When upgrading to Spring Boot 3.2.0 (spring-framework 6.1.1), we have the following error evaluating cache key and the k...
Spring Allow functional bean registration to set bean order (equivalent to @Order)
2025-01-08 21:10:55
1364
Presently there is no equivalent to @Order when using functional bean registration to allow ordering of beans outside of...
Spring Add ability to rollback before close on SingleConnectionDataSource
2025-01-08 21:10:53
4202
We use SingleConnectionDataSource with the Oracle driver for integration tests. Although we use the Spring TestContext F...
Spring WebClient: IllegalArgumentException when adding request header with value <null>
2025-01-08 21:10:50
3544
Affects: spring-web-6.1.1 / spring-boot-starter-web:3.2.0We are adding headers to WebClient requests, which sometimes ha...
上一页
下一页
1
…
1253
1254
1255
1256
1257
…
2246
.