New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@within not working Spring AOP [SPR-17285] #21818
Comments
sahil-ag commented Hi |
Andy Clement commented Sorry, haven't had a chance, but I will take a look at the project you attached (thanks for that!) as soon as I can. |
Ok, For the 3 testcases:
So I am saying it is working as designed. Does that help? |
Correct me if I am wrong but shouldn't |
|
Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use the issue tracker only for bugs and enhancements. Feel free to update this issue with a link to the re-posted question (so that other people can find it) or add some more details if you feel this is a genuine bug. |
sahil-ag opened SPR-17285 and commented
@within
point-cut doesn't seem to be working when we extend a class and annotate the extended class.This also doesn't seem to take into account the
@inherited
annotationSample project:
https://github.com/sahil-ag/Spring-AOP-Sample
Project works when we use
@target
but should also be working for@within
No further details from SPR-17285
The text was updated successfully, but these errors were encountered: