-
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
UserTransaction should fire CDI context lifecycle events #28725
Conversation
mkouba
commented
Oct 20, 2022
- such as @initialized(TransactionScoped.class)
- resolves QuarkusTransaction does not fire @Initialized(TransactionScoped.class) #28709
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.
Looks good from CDI point of view!
...yana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/NotifyingUserTransaction.java
Show resolved
Hide resolved
...yana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/NotifyingUserTransaction.java
Outdated
Show resolved
Hide resolved
9b66eef
to
f5afe2b
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.
Looks good, only added one small comment.
...ana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/TransactionScopedNotifier.java
Outdated
Show resolved
Hide resolved
@mmusgrov feel free to push the "merge' button if you're ok with this fix. |
@mmusgrov can you take a look at this? |
Thanks @mmusgrov |
@mmusgrov comments resolved :-) |
...yana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/NotifyingUserTransaction.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
- such as @initialized(TransactionScoped.class) - resolves quarkusio#28709
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.
Nice
@mkouba Is this included in any 2.15.X? Because I can not see it in the release notes. |
Yes, it is. The release blog posts do not list all the bugfixes/features. You can find it in the full changelog of 2.15.0.CR1 though: https://github.com/quarkusio/quarkus/releases/tag/2.15.0.CR1 |