-
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
Handle duplicated context in the CacheResultInterceptor #37077
Handle duplicated context in the CacheResultInterceptor #37077
Conversation
cescoffier
commented
Nov 14, 2023
- Capture the context when calling the interceptor
- Make sure the item is emitted on the captured context
Waiting for @vsevel confirmation. |
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.
LGTM, thanks!
I will validate it this afternoon, tomorrow at the latest |
This comment has been minimized.
This comment has been minimized.
Will this be backported? |
b15e11e
to
f98313b
Compare
@mschorsch yes. but we are waiting for a confirmation first. |
- Capture the context when calling the interceptor - Make sure the item is emitted on the captured context
f98313b
to
f781b7f
Compare
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
I confirm this is working as expected. great work @cescoffier ! |
Please remove a backport to 2.13 label if it is not relevant |
Backport of quarkusio#37077 * Capture the context when calling the interceptor * Make sure the item is emitted on the captured context
Backport of quarkusio#37077 * Capture the context when calling the interceptor * Make sure the item is emitted on the captured context