Spring NoSuchMethodException on Struts 2 Action proxied by Spring AOP (CGLIB) on Java 21

Hello Spring Team,We are currently migrating a large legacy application from Java 1.6/Spring 3 to a modern stack. We hav...

Spring Unhandled exceptions logging should be easy configurable, without affecting rest od stystem

I would like to back to issue that Tomcat servlet logs unhandled exceptions without trace/span id.When unhandled excepti...

Spring StandardMultipartHttpServletRequest.StandardMultipartFile#getBytes can not release Direct Memory

Verson:JDK21spring-boot-starter-web 3.5.0When I upload file to springmvc applicaion, and use MultipartFile#getBytes. it ...

Spring Disable Gradle auto-provisioning

In order to provide more control on which JDK is used for the build, this change intends to disable Gradle auto-provisio...

Spring Random CancellationException instead of ResourceAccessException after upgrading to Spring Boot 3.4.0

Hi Spring-Team,After upgrading to Spring Boot 3.4.0, we have encountered an issue with RestTemplate where random Cancell...

Spring Update Guidance on Best Practices To Test Code That Uses RestClient and RestTemplate

Spring Framework provides MockRestServiceServer for testing the imperative stack (RestTemplate, RestClient, etc). Howeve...

Spring Clarify what @RestControllerAdvice vs @ControllerAdvice apply to by default

SummaryThis request is to improve the documentation around the behavior of @RestControllerAdvice and @ControllerAdvice w...

Spring AbstractFileResolvingResource.exists closes JAR resource input streams with v6.2.7

Calling org.springframework.core.io.Resource#exists is called on a resource inside a JAR file (actually org.springframew...

Spring InternalResourceViewResolver.forwrad() causes output to close before ShallowEtagHeaderFilter can write to the output

The ProblemUsing Springframework v6.2.6 (not spring boot) and Tomcat v11.0.6 (not embedded) I cannot use the ShallowEtag...

Spring Scale hotspot in DefaultSingletonBeanRegistry#registerDependentBean

I work for an enterprise company and we are working on a very high scale use case that involves request throughput in th...

Spring Add Kotlin body advices

Following the changes done as part of #33798, KotlinRequestBodyAdvice and KotlinResponseBodyAdvice should be introduced ...

Spring Problem after context restart

I have an issue where the autowiring is failing after an application context restart, calls appear to be being made on t...

Spring Support OutputStream and InputStream in HTTP Interface clients

HTTP Interfaces are great but it's impossible to replace pure RestClient calls in all cases.For instance, code likerestC...

Spring Add a heartbeat executor for SSE

It looks like the general recommendation about SSE is to send messages at fixed interval to clients to probe the connect...

Spring Support links to controller method with a model attribute in MvcUriComponentsBuilder

I'm developing a Spring boot with Spring MVC web app using rest controllers. I'd like to redirect URLs that have empty p...

Spring Document http_server_requests_active_seconds

To me http_server_requests_active_seconds seems to be completly undocumented, so it would be nice to document that metri...

Spring PathPattern#combine throws StringIndexOutOfBoundsException

SituationI've had the situation that a @Controller was defined with @RequestMapping("/*") to manage all request for that...

Spring Duplicate given setup in @beforeEach and test methods in JpaTransactionManagerTests

I've noticed that some given setup logic in the @BeforeEach method is also repeated in several individual test methods i...

Spring Validation is not enforced on HttpExchange interfaces

Hello there,I've been trying to get validation to trigger for outward HTTP calls in the context of @HttpExchange interfa...

Spring Support @MockitoBean in @Configuration classes

VersionsSpring Boot 3.4.0Spring Framework 6.2.0Hi Spring team,While upgrading our apps to Spring Boot 3.4.0, I've encoun...

下一页
.