-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Closed
Copy link
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancementA general enhancement
Milestone
Description
Stéphane Nicoll opened SPR-11954 and commented
TransactionAspectSupport#determinePlatformTransactionManager
does not cache the result of the lookup and perform that same lookup for every cache operation.
Affects: 4.0.5
Issue Links:
- AnnotationTransactionAspect retains reference to JpaTransactionManager from closed context [SPR-12518] #17123 AnnotationTransactionAspect retains reference to JpaTransactionManager from closed context ("is depended on by")
- @Transactional qualifier is ignored by TransactionAspectSupport if default transaction manager is set [SPR-12541] #17145
@Transactional
qualifier is ignored by TransactionAspectSupport if default transaction manager is set ("is depended on by") - Transaction manager bean in TransactionInterceptor retained after JUnit test class completes [SPR-14511] #19080 Transaction manager bean in TransactionInterceptor retained after JUnit test class completes
Metadata
Metadata
Assignees
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancementA general enhancement