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

fix: get @TransactionConfiguration from the class #3422

Conversation

loicmathieu
Copy link
Contributor

This fixes the case, when there is no @TransactionConfiguration at a method, it return null instead of searching the annotation at class level.

It fixes #3420

This fixes the case, when there is no @TransactionConfiguration at a method, it return null instead of searching the annotation at class level.
It fixes quarkusio#3420
@emmanuelbernard emmanuelbernard merged commit e85c209 into quarkusio:master Aug 6, 2019
@loicmathieu loicmathieu deleted the fix/transactioninterceptor-annotation-on-class branch August 6, 2019 12:48
@geoand geoand added this to the 0.21.0 milestone Aug 7, 2019
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

Successfully merging this pull request may close these issues.

@TransactionConfiguration not read when put on classes (vs methods)
3 participants