Skip to content

Commit 2170db6

Browse files
committed
Skip expression resolution in getShadowMatch (aligned with 6.1.x)
See gh-32793 See gh-32838
1 parent bc29194 commit 2170db6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJExpressionPointcut.java

-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ private ShadowMatch getTargetShadowMatch(Method method, Class<?> targetClass) {
456456
}
457457

458458
private ShadowMatch getShadowMatch(Method targetMethod, Method originalMethod) {
459-
String expression = resolveExpression();
460459
ShadowMatch shadowMatch = ShadowMatchUtils.getShadowMatch(this, targetMethod);
461460
if (shadowMatch == null) {
462461
PointcutExpression fallbackExpression = null;

0 commit comments

Comments
 (0)