-
Notifications
You must be signed in to change notification settings - Fork 40
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
Compile error for @Cacheable annotation when class is marked as @Transactional #49
Comments
With But this seems to be only a workaround. Is there probably a type checking extension required? |
Grails 3.3.x depends on 4.x version of this plugin. Since Please release this fix ASAP. |
@timic I am not sure if I follow, do you mean releasing v4.0.2? |
Yes, maybe. I'm not familiar with your release plan. |
yeilds the following compiler error
If I remove the @transactional annotation, it compiles and works as expected
The text was updated successfully, but these errors were encountered: