Spring Improve RSocketClientToServer*IntegrationTests reliability

Recently, there have been a bunch of test failures on the CI with RSocketClientToServer*IntegrationTests. I have been ab...

Spring Tolerate AnnotationUtils.isCandidateClass call with null as annotation type

AnnotationUtils.isCandidateClass(Class<?> clazz, Class<? extends Annotation> annotationType) is being called...

Spring Reinstate dependency injection support for legacy JSR-250 @javax.annotation.Resource annotation

spring-web 6.0.9i just upgrade spring boot from 2.4.10 to 3.0.7. then spring-boot-starter-web auto upgrade from 5.3.9 to...

Spring Refactor concurrency within DefaultSingletonBeanRegistry

Issue: SPR-16620Comment From: jhoellerApplied with different tradeoffs but addressing the same concerns. Thanks for rais...

Spring Simplify DefaultSingletonBeanRegistry.isDependent()

Move alreadySeen out of for-loop.Comment From: pivotal-cla@bnbakp0582 Please sign the Contributor License Agreement!Clic...

Spring Simplify DefaultSingletonBeanRegistry.isDependent()

Backport of #30839 Comment From: sbrannenClosed via 85eec5d344b3e90393709ef2b6e2485930be9cc3 and 6ea4d3794a7542599c9c045...

Spring Consistent thread-safe iteration in DefaultSingletonBeanRegistry [SPR-16620]

László Magyar opened SPR-16620 and commentedRefactor concurrency within org.springframework.beans.factory.support.Defaul...

Spring Issue with Spring Boot 2.4.0 Actuator Startup Endpoint and spring-core version compatibility

Description:I'm encountering an issue with the Spring Boot 2.4.0 Actuator feature, specifically related to the startup e...

Spring ResolvableType should allow to determine matching type argument for generic return type

Assume a declaration like the following where you need to identify the one method parameter where the generic type match...

Spring Issue with equals(…)/hashCode() for ResolvableType.forRawClass(…)

ResolvableType.forRawClass(…) returns an anonymous subclass of ResolvableType that alters its behavior but does not over...

Spring NullBean breaks transitivity-contract of Object.equals

The NullBean class violates the transitivity property which is required by the contract for overwriting Object.equals ( ...

Spring websocket blocked when spring mvc cors with websocket

Affects: \6.0.10my websocket config ismy webmvc cors config is when i use sockjs it fire an errorComment From: bclozelTh...

Spring Setting last-modified to ResponseEntity

Hello, i try to set last-modified header in controller to ResponseEntity for get request, but HttpEntityMethodProcessor ...

Spring Ask for an answer about AbstractNamedValueMethodArgumentResolver

Ask for an answer about AbstractNamedValueMethodArgumentResolverI submitted a question on stack flow, I hope someone can...

Spring Doc: JdbcTransactionManager vs DataSourceTransactionManager

Through the javadoc of PlatformTransactionManager I did realize about the JdbcTransactionManager class. The latter is a ...

Spring spring-framework does not conform to @PostConstruct documentation

I think spring-framework 6.0.7 does not fully conform to the contract defined by the jakarta.annotation.PostConstruct an...

Spring Multiple TaskSchedulers to be supported with @Scheduled [SPR-16271]

Peter Szanto opened SPR-16271 and commentedI would like to have multiple scheduled tasks in my application, with multipl...

Spring Annotation 'Cacheable' causes NoSuchFieldException

Summary: When a class has a @Cacheable method, accessing that class's instance variable(s) in a test via reflection caus...

Spring Update documentation on customizing validation errors with MessageSource

There is an i18n section, but it's more general, how to customize RFC 7807 error responses for any exception. For valida...

Spring ExecutorConfigurationSupport API refinement to control internal executor shutdown

Currently, ExecutorConfigurationSupport#shutdown() encapsulate multiple scenarios for shutting down internal ExecutorSer...
上一页 下一页
.