Spring Improve javadoc for PropertySourcesPlaceholderConfigurer

Hello Spring TeamCurrently about the Javadoc for the PropertySourcesPlaceholderConfigurer class, it contains as first pa...

Spring Introduce toString(Charset) in FastByteArrayOutputStream

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

Updates the build configuration to use a relative path when setting the :framework-api:javadoc tasks's overview property...

Spring Polish Javadoc

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

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

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.

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

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

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

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]

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

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

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

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

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

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

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)

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

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>

Affects: spring-web-6.1.1 / spring-boot-starter-web:3.2.0We are adding headers to WebClient requests, which sometimes ha...
上一页 下一页
.