Spring @Transactional's noRollbackFor attribute ignored from caller's TransactionAttributeSource

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

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

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

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

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()

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

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

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]

Sam Brannen opened SPR-8644 and commentedStatus QuoReflectionUtils.findMethod(Class&lt;?&gt;, String, Class&lt;?&gt;...)...

Spring ReflectionUtils.USER_DECLARED_METHODS does not filter methods declared in java.lang.Object

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

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

studyComment From: pivotal-cla@lqstyle Please sign the Contributor License Agreement!Click here to manually synchronize ...

Spring Fix CaffeineCacheManager configuration in the documentation

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

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]

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"

when i debug i always find this.earlyApplicationListeners is nullComment From: sbrannenThanks for getting in touch, but ...

Spring Polish tests in spring-web

This PR polishes trivial things in tests in spring-web.Signed-off-by: shirohoo &#115;&#104;&#105;&#114;&#111;&#104;&#111...

Spring @RequestHeader doesn't accept RFC-1123 for conversion to java.time.Instant [SPR-14201]

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?

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

version: 5.3.8problem/bug: when throw exception with implement InitializingBean, spring always init beans, include faile...
上一页 下一页
.