Spring Clearly document that DataClassRowMapper supports Java records

The current Javadoc for DataClassRowMapper is a bit vague and does not spell out that it actually supports Java records....

Spring Possible infinite forward loop with MockMvcWebConnection

Backport of gh-29483Comment From: simonbasleClosed by 4e00aec

Spring Restrict forwards in MockMvcWebConnection to 100

When a filter is configured to conditionally forward, and it is configured to handle FORWARD dispatches as well, and it ...

Spring Update @DynamicPropertySource examples regarding changes in Testcontainers

Backport of gh-29939Comment From: sbrannenClosed in 782ee34cb735c0d3f8e867f04efb31a4afe2b46dComment From: sbrannenReopen...

Spring Add MockMvc.multipart() Kotlin extensions with HttpMethod

This PR adds MockMvc.multipart() Kotlin extensions with HttpMethod for methods added in #28545 and #28631.Comment From: ...

Spring Update @DynamicPropertySource examples regarding changes in Testcontainers

While reviewing #29937, I realized that our Testcontainers examples are outdated: there is no longer a RedisContainer. I...

Spring Make @Scheduled's fixedDelay work with methods returning Mono

ContextConsider this method@Scheduled(fixedDelay = 1000)void job(){ // some syncronous work}The job() method can be c...

Spring Messaging: PayloadMethodArgumentResolver should call certain Decoders even if the message is empty

Affects: Spring-Messaging 6.0.3I am currently implementing an application, that uses Protobuf over RSocket for communica...

Spring Inject @PathVariable variables in argument DTO

Hi, I have this code in one of my controllers: @PutMapping("{id}") public EntityDTO update(@PathVariable(&qu...

Spring Update documentation according to testcontainer example

According to the testcontainer example the container should be started first. Otherwise it could lead to container port ...

Spring Fix RFC-7807 content negotiation

This PR fixes #29588, where we discussed the intended behavior concerning content negotiation with RFC-7807 content type...

Spring MvcUriComponentsBuilder adds trailing slash if path is defined at controller level only

Affects: spring-webmvc 6.0.4I use MvcUriComponentsBuilder.fromMethodCall(...) to compute paths to controller endpoints a...

Spring Loca 5.3x

Comment From: pivotal-cla@niunius-code Please sign the Contributor License Agreement!Click here to manually synchronize ...

Spring Webflux support for decoding/parsing of "multipart/related" requests

I have queried support for the decoding/parsing of "multipart/related" requests on Stack Overflow with no response in ne...

Spring rsocket : resume not supported

resume not supported. Cause client exception2022-08-09 07:26:26.063 DEBUG 46773 --- [ctor-http-nio-2] io.rsocket.FrameLo...

Spring Change default encoding in WebClientResponseException

Occasionally, response body that are not in the ISO-8859-1 range cause encoding problems.Comment From: pivotal-cla@ooeun...

Spring heartbeat frames not sent on STOMP over websocket messaging using simple broker

I'm connecting to the server using a JS client using the stompjs lib.If I set heartbeat parameters in the connection set...

Spring Optimize CorsConfiguration::checkHeaders

In the checkHeaders method, if allowedHeaders contains * the result size can be requestHeaders.size(), but if this is no...

Spring Dev

Comment From: pivotal-cla@zhoouon Please sign the Contributor License Agreement!Click here to manually synchronize the s...

Spring cannot be obtained correctly method annotation with MergedAnnotations.from

Affected version: Spring core 5.3.23@Target({ElementType.METHOD})@Retention(RetentionPolicy.RUNTIME)public @interface M...
上一页 下一页
.