We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when caching the Uni response of a rest call, the wrong duplicated context may be reused across multiple calls.
Uni
see the details in this conversation.
Fixed by #37077
No response
see https://github.com/vsevel/reproducer_dupctxlocal
uname -a
ver
java -version
3.5.1
mvnw --version
gradlew --version
The text was updated successfully, but these errors were encountered:
You added a link to a Zulip discussion, please make sure the description of the issue is comprehensive and doesn't require accessing Zulip
This message is automatically generated by a bot.
Sorry, something went wrong.
Hi Vincent, I believe #37077 has resolved it, thanks
No branches or pull requests
Describe the bug
when caching the
Uni
response of a rest call, the wrong duplicated context may be reused across multiple calls.see the details in this conversation.
Fixed by #37077
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
see https://github.com/vsevel/reproducer_dupctxlocal
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.5.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: