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....

Spring Support repeatable writes in FormHttpMessageConverter#writeMultipart

The FormHttpMessageConverter#writeMultipart method should support repeatable bodies, rather than only supporting single-...

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...

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...

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...

Spring consider return a distincted value of MultiValueMap for AnnotatedTypeMetadata.getAllAnnotationAttributes

Here is a simple code sample: @Configuration(proxyBeanMethods = false)public class FooAutoConfiguration { @Conditiona...

Spring Spel does not work when $ right after #

Given// Expression exp = EXPRESSION_PARSER.parseExpression("#${dynamic.enabled:false} == true ? T(com.util.Valid...

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...

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...

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...

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...

下一页
.