-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
java.lang.Error should rollback the JTA transaction #16459
java.lang.Error should rollback the JTA transaction #16459
Conversation
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
|
extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/SneakyThrow.java
Outdated
Show resolved
Hide resolved
04ff67a
to
01de0ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ochaloup would it be possible to also add a test?
01de0ce
to
8200f12
Compare
@manovotn here we go |
8200f12
to
80aca3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ochaloup!
Is this backport material? |
@famod definitely backportable 👍🏻 |
Fix #16455