Skip to content
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

Support AspectJ Load-Time Weaving #111

Open
KJoyner opened this issue Apr 23, 2018 · 2 comments
Open

Support AspectJ Load-Time Weaving #111

KJoyner opened this issue Apr 23, 2018 · 2 comments

Comments

@KJoyner
Copy link

KJoyner commented Apr 23, 2018

A number of Spring projects support AdviceMode.ASPECTJ (e.g. @EnableCaching, @EnableTransactionManagement) to enable support for AspectJ load-time-weaving. Would it make since for spring-retry to also support this feature.

@sandeepkshirsagar04
Copy link

I am looking for AdviceMode.ASPECTJ for @Retryable as well.

@michaelwiles
Copy link

With compile time weaving I can have a Tranasctional annotation that is honoured on internal method calls (and thus private methods).

This is what adding support for aspectj mode adds. Currently I can only retry methods that are called from an external location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants