-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
ArC - fix @TransientReference destruction #27914
Conversation
mkouba
commented
Sep 14, 2022
- remove the transient dependent instance from the parent creational context when the invocation completes
- fixes @TransientReference results in @Dispose method being called multiple times #27906
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, but I'm not terribly familiar with @TransientReference
, so a second pair of eyes would be good :-) @manovotn could you please take a look? Thanks!
This comment has been minimized.
This comment has been minimized.
- remove the transient dependent instance from the parent creational context when the invocation completes - fixes quarkusio#27906
This comment has been minimized.
This comment has been minimized.
Failing Jobs - Building bcffcb4
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 17 #- Failing: integration-tests/oidc-code-flow
📦 integration-tests/oidc-code-flow✖
|
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.
Debugged it a little to understand what's going on and it LGTM!