Skip to content
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

Cherry picks of PR's 3207 and 3214 for Helidon 2.3.3 #3274

Merged
merged 3 commits into from
Aug 16, 2021

Conversation

spericas
Copy link
Member

@spericas spericas commented Aug 16, 2021

Cherry picks of PR's #3207 and #3214 for Helidon 2.3.3

…s problematic when running async operations (such as in auth) and continuing work on the request thread. Instead, provide our own implementation of ScopeManager that allows closing a scope from any thread, not just the one that created it. Some new tests. (helidon-io#3207)

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
(cherry picked from commit f6c983f)
… in a normal scope. Not manually destroying these instances resulted in the context' map monotonically growing in size as described in Issue helidon-io#3199. (helidon-io#3214)

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
(cherry picked from commit 75846f5)
@spericas spericas added this to the 2.3.3 milestone Aug 16, 2021
@spericas spericas self-assigned this Aug 16, 2021
@spericas spericas added this to Backport In progress in Helidon-2.3.3 Aug 16, 2021
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas merged commit 04d8087 into helidon-io:helidon-2.3.3 Aug 16, 2021
@spericas spericas moved this from Backport In progress to Backport Done in Helidon-2.3.3 Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Helidon-2.3.3
Backport Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants