Revisit storage of null attributes in AbstractFallbackTransaction/CacheAttributeSource [SPR-15513] #20072
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
in: data
Issues in data modules (jdbc, orm, oxm, tx)
type: enhancement
A general enhancement
Milestone
Juergen Hoeller opened SPR-15513 and commented
AbstractFallbackTransactionAttributeSource
andAbstractFallbackCacheOperationSource
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:
@Transactional
annotations on interface methodsThe text was updated successfully, but these errors were encountered: