-
Notifications
You must be signed in to change notification settings - Fork 150
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
@Loggable in combination with springframework's @Cachable and @Async #247
Comments
@yegor256 please, pay attention to this issue |
@bernieatenovlab I've never seen this before. Looks like a bug in AspectJ... Maybe you can report it to them somehow? https://github.com/eclipse/org.aspectj |
Hi, I also got this warning message when I use jcabi-aspects. ./gradlew clean build
And I have put the test on https://github.com/shiziwen/test_retry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Love the @loggable annotation!!! A few of our methods are annotated with spring's @cachable or @async tags which seem to collide with the @loggable tag.
Are you aware of this issue? An example of an error is below...
The text was updated successfully, but these errors were encountered: