Spring Fix link to chapter introduction

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

Hello, accessing the Spring Framework 6.0+ API documentation from this page: https://spring.io/projects/spring-framework...

Spring Not expecting UnexpectedRollbackException

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

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

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"

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

This PR renames the test method spr6063 to propertyDescriptorShouldMatchWithCachedDescriptors to better reflect the inte...

Spring Add content disposition setter to ResponseEntity

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

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 (":")

Our Webservice that uses WebFlux returns sometimes responses like:...(more requests on same connection)...POST /foo HTTP...

Spring Stop logging result in WebAsyncManager

OverviewThe changes made to WebAsyncManager in conjunction with #32340 resulted in the async result being logged at DEBU...

Spring Revise AdvisedSupport.MethodCacheKey.equals() implementation

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

Affects: spring-web 6.1.XHello,we are experiencing an issue when using StreamingResponseBody with the Undertow applicati...

Spring Open observation scope in RestClient

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

RestTemplate opens the scope when handling requests, whereas RestClient does not.This will cause the custom ClientHttpRe...

Spring WebTestClient leaks when ParameterizedTypeReference is used

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

spring version: 6.1.8example:@RestControllerclass DefaultController { @GetMapping("/defaultValue") fun d...

Spring MultipartFile transferTo() copies the previously uploaded file as a new file

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]

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

OverviewI think ControllerAdviceBean#resolveBean() should be tested, because it is a public API and depends on the cache...
上一页 下一页
.