Nineya
Home
Blog
Spring Fix link to chapter introduction
2025-01-08 23:08:36
911
ContextIn https://docs.spring.io/spring-framework/reference/core/beans/context-introduction.html, you can read as first ...
Spring Docs: Spring Framework 6.0+ API Documentation Link Returns 404 Error
2025-01-08 23:08:34
240
Hello, accessing the Spring Framework 6.0+ API documentation from this page: https://spring.io/projects/spring-framework...
Spring Not expecting UnexpectedRollbackException
2025-01-08 23:08:31
4151
A synthetic (typical?) merge operation handling OptimisticLockException:try { transactionTemplate.execute(_ -> ent...
Spring Breaking change from 6.0.11 to 6.0.12 if you expect query parameters in @RequestBody
2025-01-08 23:08:28
3176
I discovered a breaking change between Spring Boot 3.1.3 and 3.1.4. It only affects users that are doing something wron...
Spring Wrong warning logged for multiple @RequestMapping annotations
2025-01-08 23:08:26
12387
The following creates a false log warning message:@ControllerDefaults@RestController("/rest")public class Exam...
Spring RestTemplate with jetty client leads to IllegalArgumentException with "Self-suppression not permitted"
2025-01-08 23:08:23
1083
Affects:- spring-web 6.1.11There is a bug in the exception handling of the JettyClientHttpRequest.If a RestTemplate is u...
Spring Rename test method to clarify the purpose related to SPR-6063
2025-01-08 23:08:20
689
This PR renames the test method spr6063 to propertyDescriptorShouldMatchWithCachedDescriptors to better reflect the inte...
Spring Add content disposition setter to ResponseEntity
2025-01-08 23:08:17
416
see https://github.com/spring-projects/spring-framework/issues/33342Comment From: sdeleuzeI understand the ask and thank...
Spring java.lang.NoClassDefFoundError: org/reactivestreams/Publisher in suspending @EventListener
2025-01-08 23:08:15
2820
Hey, I have a problem using my kotlin spring boot app.When using mvc stack and defining a suspending EventListener metho...
Spring Webservice returns invalid response containing Empty Headers (":")
2025-01-08 23:08:12
16737
Our Webservice that uses WebFlux returns sometimes responses like:...(more requests on same connection)...POST /foo HTTP...
Spring Stop logging result in WebAsyncManager
2025-01-08 23:08:10
418
OverviewThe changes made to WebAsyncManager in conjunction with #32340 resulted in the async result being logged at DEBU...
Spring Revise AdvisedSupport.MethodCacheKey.equals() implementation
2025-01-08 23:08:08
7513
spring-aop AdvisedSupport.MethodCacheKey.equals() use hashCodeComment From: pivotal-cla@3163116959 Please sign the Contr...
Spring Memory Leak in StreamingResponseBody in Spring-Web 6.1.X
2025-01-08 23:08:01
3453
Affects: spring-web 6.1.XHello,we are experiencing an issue when using StreamingResponseBody with the Undertow applicati...
Spring Open observation scope in RestClient
2025-01-08 23:07:53
616
This is to address issue - RestClient doesn't open a scope for the processing of the request #33397. The scope is now op...
Spring RestClient doesn't open a scope for the processing of the request
2025-01-08 23:07:50
2569
RestTemplate opens the scope when handling requests, whereas RestClient does not.This will cause the custom ClientHttpRe...
Spring WebTestClient leaks when ParameterizedTypeReference is used
2025-01-08 23:07:47
1877
WebTestClient has a special case when a Void response is expected. Method WebTestClient.ResponseSpec#returnResult(java.l...
Spring spring native not support method handler with kotlin default value
2025-01-08 23:07:45
4502
spring version: 6.1.8example:@RestControllerclass DefaultController { @GetMapping("/defaultValue") fun d...
Spring MultipartFile transferTo() copies the previously uploaded file as a new file
2025-01-08 23:07:43
1550
This project uses the springframework: spring-web:6.1.4. It uses the MultipartFile transferTo to upload files. However, ...
Spring Support AssertJ variant in MockMvc [SPR-16637]
2025-01-08 23:07:41
11534
Brian Clozel opened SPR-16637 and commentedThis Spring Boot issue shows that many developers would like to use AssertJ-s...
Spring Add tests for ControllerAdviceBean#resolveBean() and revise existing tests
2025-01-08 23:07:36
1234
OverviewI think ControllerAdviceBean#resolveBean() should be tested, because it is a public API and depends on the cache...
上一页
下一页
1
…
1160
1161
1162
1163
1164
…
2246
.