Nineya
Home
Blog
Spring @Transactional's noRollbackFor attribute ignored from caller's TransactionAttributeSource
2025-01-08 05:15:59
2173
https://github.com/spring-projects/spring-framework/blob/5b2ace57423148bc9fd6af864e4c7c1eb04d515b/spring-tx/src/main/jav...
Spring Use native trim() of String instead of iterating through String in trimWhitespace of StringUtils
2025-01-08 05:15:56
302
I think we can use the native method trim() of String instead of iterating through String in trimWhitespace of StringUti...
Spring Add CacheErrorHandler implementation that logs exceptions rather than rethrowing them
2025-01-08 05:15:53
407
issue #27788I have some more configurable version prepared but I think it is too much (see attachment)configurable-versi...
Spring Bean 'org.springframework.retry.annotation.RetryConfiguration' not eligible for getting processed by all BeanPostProcessors
2025-01-08 05:15:50
2282
Affects: Spring Boot 2.3.12.RELEASEGiven these dependencies:plugins { id 'org.springframework.boot' version '2.3.12.R...
Spring Spring 5.2 with cglib proxies: An illegal reflective access operation has occurred
2025-01-08 05:15:48
8769
To reproduce, create a minimal Spring-based application (Spring Framework 5.2) with cglib proxies enabled and run it wit...
Spring Inconsistent behaviour in spring-orm between EntityManagerFactoryUtils.closeEntityManager() and SessionFactoryUtils.closeSession()
2025-01-08 05:15:45
897
Whereas EntityManagerFactoryUtils.closeEntityManager() will check if EntityManager is open before trying to close it, Se...
Spring Provide a variant of ListableBeanFactory.findAnnotationOnBean(String, Class<A>) that does not initialize factory beans
2025-01-08 05:15:43
3726
Affects: 5.3.xDefaultListableBeanFactory's implementation of findAnnotationOnBean calls getType(String) which allows fac...
Spring Add a way to register the need for runtime reflection, resources, proxying, and serialization on components
2025-01-08 05:15:40
616
Spring Native has a component called NativeConfigurationRegistry that offers a programmatic API to register the need for...
Spring ReflectionUtils should find methods with compatible argument types [SPR-8644]
2025-01-08 05:15:38
3615
Sam Brannen opened SPR-8644 and commentedStatus QuoReflectionUtils.findMethod(Class<?>, String, Class<?>...)...
Spring ReflectionUtils.USER_DECLARED_METHODS does not filter methods declared in java.lang.Object
2025-01-08 05:15:35
2796
When I saw the AOP source code, I found that the getAdvisorMethods method in ReflectiveAspectJAdvisorFactory introspects...
Spring Document that @Transactional does not propagate to new threads
2025-01-08 05:15:33
2158
When you make a new thread in the method enclosed by @Transactional, transaction does not propagate to the new thread. F...
Spring 5.1.x
2025-01-08 05:15:30
195
studyComment From: pivotal-cla@lqstyle Please sign the Contributor License Agreement!Click here to manually synchronize ...
Spring Fix CaffeineCacheManager configuration in the documentation
2025-01-08 05:15:28
236
With Spring Framework 6.0.0-M2, the caches property is not valid and may be replaced by cacheNamesComment From: snicollT...
Spring Fix Javadoc links to JSR 305 annotations
2025-01-08 05:15:25
1433
Take a look at https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/lang/NonNull.html:@T...
Spring Unable to configure more than one AsyncConfigurer implementation classes [SPR-17541]
2025-01-08 05:15:22
583
Kannadasan opened SPR-17541 and commentedI want to have a multiple implementation of AsyncConfigurer for my use cases.(i...
Spring In AbstractApplicationContext prepareRefresh() "this.earlyApplicationListeners is not null"
2025-01-08 05:15:20
479
when i debug i always find this.earlyApplicationListeners is nullComment From: sbrannenThanks for getting in touch, but ...
Spring Polish tests in spring-web
2025-01-08 05:15:17
645
This PR polishes trivial things in tests in spring-web.Signed-off-by: shirohoo shiroho...
Spring @RequestHeader doesn't accept RFC-1123 for conversion to java.time.Instant [SPR-14201]
2025-01-08 05:15:15
5695
James Howe opened SPR-14201 and commentedFor example, I'm trying to receive an HTTP date header:@RequestHeader(HttpHeade...
Spring Can I use a SpEL expression to call a local Java method?
2025-01-08 05:15:12
413
Comment From: bclozelThanks for getting in touch, but it feels like this is a question that would be better suited to St...
Spring Dead loop init when InitializingBean failed
2025-01-08 05:15:09
1342
version: 5.3.8problem/bug: when throw exception with implement InitializingBean, spring always init beans, include faile...
上一页
下一页
1
…
1458
1459
1460
1461
1462
…
2246
.