Nineya
Home
Blog
Spring Improve RSocketClientToServer*IntegrationTests reliability
2025-01-08 17:37:28
267
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
2025-01-08 17:37:26
468
AnnotationUtils.isCandidateClass(Class<?> clazz, Class<? extends Annotation> annotationType) is being called...
Spring Reinstate dependency injection support for legacy JSR-250 @javax.annotation.Resource annotation
2025-01-08 17:37:24
1778
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
2025-01-08 17:37:13
767
Issue: SPR-16620Comment From: jhoellerApplied with different tradeoffs but addressing the same concerns. Thanks for rais...
Spring Simplify DefaultSingletonBeanRegistry.isDependent()
2025-01-08 17:37:07
503
Move alreadySeen out of for-loop.Comment From: pivotal-cla@bnbakp0582 Please sign the Contributor License Agreement!Clic...
Spring Simplify DefaultSingletonBeanRegistry.isDependent()
2025-01-08 17:37:04
137
Backport of #30839 Comment From: sbrannenClosed via 85eec5d344b3e90393709ef2b6e2485930be9cc3 and 6ea4d3794a7542599c9c045...
Spring Consistent thread-safe iteration in DefaultSingletonBeanRegistry [SPR-16620]
2025-01-08 17:37:02
1984
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
2025-01-08 17:36:59
1629
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
2025-01-08 17:36:56
2121
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(…)
2025-01-08 17:36:54
441
ResolvableType.forRawClass(…) returns an anonymous subclass of ResolvableType that alters its behavior but does not over...
Spring NullBean breaks transitivity-contract of Object.equals
2025-01-08 17:36:52
1480
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
2025-01-08 17:36:49
510
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
2025-01-08 17:36:40
477
Hello, i try to set last-modified header in controller to ResponseEntity for get request, but HttpEntityMethodProcessor ...
Spring Ask for an answer about AbstractNamedValueMethodArgumentResolver
2025-01-08 17:36:38
665
Ask for an answer about AbstractNamedValueMethodArgumentResolverI submitted a question on stack flow, I hope someone can...
Spring Doc: JdbcTransactionManager vs DataSourceTransactionManager
2025-01-08 17:36:35
3523
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
2025-01-08 17:36:32
4665
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]
2025-01-08 17:36:30
2283
Peter Szanto opened SPR-16271 and commentedI would like to have multiple scheduled tasks in my application, with multipl...
Spring Annotation 'Cacheable' causes NoSuchFieldException
2025-01-08 17:36:24
2912
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
2025-01-08 17:36:20
689
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
2025-01-08 17:36:17
3873
Currently, ExecutorConfigurationSupport#shutdown() encapsulate multiple scenarios for shutting down internal ExecutorSer...
上一页
下一页
1
…
1335
1336
1337
1338
1339
…
2246
.