Closed
Description
Juergen Hoeller opened SPR-15513 and commented
AbstractFallbackTransactionAttributeSource
and AbstractFallbackCacheOperationSource
add a 'null' entry to their attribute cache for every non-annotated method... even for every method of a totally non-annotated class. This is worth improving towards a class-level "not annotated" marker.
Affects: 5.0 RC1
Issue Links:
- CGLIB proxies should still consider @Transactional annotations on interface methods [SPR-14322] #18894 CGLIB proxies should still consider
@Transactional
annotations on interface methods