Nineya
Home
Blog
Spring Clearly document that DataClassRowMapper supports Java records
2025-01-08 06:35:50
429
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
2025-01-08 06:35:48
61
Backport of gh-29483Comment From: simonbasleClosed by 4e00aec
Spring Restrict forwards in MockMvcWebConnection to 100
2025-01-08 06:35:45
1084
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
2025-01-08 06:35:43
313
Backport of gh-29939Comment From: sbrannenClosed in 782ee34cb735c0d3f8e867f04efb31a4afe2b46dComment From: sbrannenReopen...
Spring Add MockMvc.multipart() Kotlin extensions with HttpMethod
2025-01-08 06:35:40
160
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
2025-01-08 06:35:37
1468
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
2025-01-08 06:35:35
7634
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
2025-01-08 06:35:32
1449
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
2025-01-08 06:35:29
1578
Hi, I have this code in one of my controllers: @PutMapping("{id}") public EntityDTO update(@PathVariable(&qu...
Spring Update documentation according to testcontainer example
2025-01-08 06:35:27
692
According to the testcontainer example the container should be started first. Otherwise it could lead to container port ...
Spring Fix RFC-7807 content negotiation
2025-01-08 06:35:23
1280
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
2025-01-08 06:35:19
1896
Affects: spring-webmvc 6.0.4I use MvcUriComponentsBuilder.fromMethodCall(...) to compute paths to controller endpoints a...
Spring Loca 5.3x
2025-01-08 06:35:17
195
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
2025-01-08 06:35:15
1945
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
2025-01-08 06:35:12
2844
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
2025-01-08 06:35:10
542
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
2025-01-08 06:35:07
1940
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
2025-01-08 06:35:04
415
In the checkHeaders method, if allowedHeaders contains * the result size can be requestHeaders.size(), but if this is no...
Spring Dev
2025-01-08 06:35:02
190
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
2025-01-08 06:34:59
2393
Affected version: Spring core 5.3.23@Target({ElementType.METHOD})@Retention(RetentionPolicy.RUNTIME)public @interface M...
上一页
下一页
1
…
1373
1374
1375
1376
1377
…
2246
.