Skip to content

Redesign inner Pointcut implementations as standalone classes #30621

Closed
@jhoeller

Description

@jhoeller

In the course of #26266, it turned out to be suboptimal to have Pointcut implementations attached to an enclosing class, e.g. for transaction attribute sources and cache operation sources. It is preferable for the necessary state to be locally concealed within the Pointcut instance.

Also, JCacheOperationSourcePointcut turned out to be accidentally public and will be deprecated as of 6.0.10 now.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions