Aurora Blog
Home
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...
2025-06-09 14:00:08
5004
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...
2025-06-07 14:00:26
9079
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 ...
2025-06-07 14:00:22
2216
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...
2025-06-07 14:00:19
236
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...
2025-06-07 14:00:15
12984
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...
2025-06-07 14:00:09
612
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...
2025-06-07 14:00:07
5593
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...
2025-06-06 14:01:28
883
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...
2025-06-06 14:01:24
5587
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...
2025-06-06 14:01:22
5765
Spring Add Kotlin body advices
Following the changes done as part of #33798, KotlinRequestBodyAdvice and KotlinResponseBodyAdvice should be introduced ...
2025-06-06 14:01:18
292
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...
2025-06-06 14:01:16
6861
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...
2025-06-06 14:00:19
3258
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...
2025-06-06 14:00:14
301
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...
2025-06-06 14:00:12
4528
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...
2025-06-05 14:00:24
3398
Spring PathPattern#combine throws StringIndexOutOfBoundsException
SituationI've had the situation that a @Controller was defined with @RequestMapping("/*") to manage all request for that...
2025-06-05 14:00:20
1250
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...
2025-06-05 14:00:16
732
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...
2025-06-05 14:00:13
1608
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...
2025-06-01 14:01:16
24197
上一页
下一页
1
2
3
.