Skip expression resolution in getShadowMatch (aligned with 6.1.x)
See gh-32793 See gh-32838
This commit is contained in:
@@ -456,7 +456,6 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
|
||||
}
|
||||
|
||||
private ShadowMatch getShadowMatch(Method targetMethod, Method originalMethod) {
|
||||
String expression = resolveExpression();
|
||||
ShadowMatch shadowMatch = ShadowMatchUtils.getShadowMatch(this, targetMethod);
|
||||
if (shadowMatch == null) {
|
||||
PointcutExpression fallbackExpression = null;
|
||||
|
||||
Reference in New Issue
Block a user