Aurora Blog
Home
Spring jakarta.validation.constraints.NotNull and Kotlin non-nullable type
DTO kotlin data classpackage edu.tyut.spring_boot_ssm.dtoimport edu.tyut.spring_boot_ssm.annotation.Stateimport jakarta....
2025-06-11 14:00:41
16304
Spring Support repeatable writes in FormHttpMessageConverter#writeMultipart
The FormHttpMessageConverter#writeMultipart method should support repeatable bodies, rather than only supporting single-...
2025-06-11 14:00:35
790
Spring Aspect Not Triggered After Restart in Spring Boot 3.4.x (But Works in 3.3.10)
In my Spring Boot 3.4.0 based application, I have an @Aspect named TenantServiceAspect that intercepts repository method...
2025-06-11 14:00:33
35725
Spring Revise @Nullable declarations for contains*() methods in CollectionUtils
OverviewAs a follow up to #34934 (specifically, https://github.com/spring-projects/spring-framework/issues/34934#issueco...
2025-06-11 14:00:21
333
Spring Reject conditional @EnableScheduling / @EnableCaching declarations that rely on the REGISTER_BEAN phase
Minimal example reproducing the problem: https://github.com/klach-ocado/enablescheduling-configurationphase-issueAaaUnre...
2025-06-11 14:00:17
2491
Spring consider return a distincted value of MultiValueMap for AnnotatedTypeMetadata.getAllAnnotationAttributes
Here is a simple code sample: @Configuration(proxyBeanMethods = false)public class FooAutoConfiguration { @Conditiona...
2025-06-11 14:00:15
1087
Spring Spel does not work when $ right after #
Given// Expression exp = EXPRESSION_PARSER.parseExpression("#${dynamic.enabled:false} == true ? T(com.util.Valid...
2025-06-11 14:00:09
3009
Spring OutOfMemoryError in springboot stomp/websocket server with embedded tomcat when many clients connect
I have a springboot application that acts as a websocket server using stomp. The embedded server is tomcat. I am using s...
2025-06-10 14:00:22
5628
Spring RSocket Interfaces doesn't work with coroutines.
Hello, dear team. I use Spring Boot starters of recent 3.4.5 version to investigate Spring RSocket Interfaces. Here is m...
2025-06-10 14:00:12
17241
Spring Serializer hint registration is broken for some Kotlin classes
ReproduceThe issue does not occur in the JVM environment, but it fails in the native environment.kotlin generic classkot...
2025-06-10 14:00:09
3114
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
上一页
下一页
1
2
3
4
.