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

Issue #8606 - Fix to ContextScopeListener for AsyncIOServletTest #8619

Merged
merged 2 commits into from
Sep 30, 2022

Conversation

lachlan-roberts
Copy link
Contributor

@lachlan-roberts lachlan-roberts commented Sep 26, 2022

Closes #8606

This fixes the ContextScopeListener problems in AsyncIOServletTest but these tests still fail due to various other reasons some of which seem to be race conditions.

Still looking the other failures which might take longer, but this PR is just to fix the ContextScopeListener usage.


For EE10 there was an exit scope with no corresponding exit scope in doStart(), which has now been fixed. For EE9 the jetty-core ContextScopeListener was trying to be registed on an EE9 specific class which requires the EE9 ContextScopeListener.

@lachlan-roberts lachlan-roberts merged commit 04e1df9 into jetty-12.0.x Sep 30, 2022
@joakime joakime deleted the jetty-12.0.x-8606-scopeListeners branch October 5, 2022 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants