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

fixes for jetty 12 ee8 websocket demos #10205

Merged
merged 4 commits into from
Aug 7, 2023

Conversation

lachlan-roberts
Copy link
Contributor

The jakarta -> javax conversion does not do the @ServerEndpoint annotation mapping, so rename the mapping from /jakarta.websocket/ to /javax.websocket/ so it works for both ee8 and ee9.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@lachlan-roberts lachlan-roberts changed the title Jetty 12.0.x websocket demos fixes for jetty 12 ee8 websocket demos Aug 1, 2023
@sbordet
Copy link
Contributor

sbordet commented Aug 1, 2023

@lachlan-roberts this PR broke a few tests.

@sbordet sbordet self-requested a review August 1, 2023 08:21
@lachlan-roberts
Copy link
Contributor Author

@sbordet fixed the tests

@lachlan-roberts lachlan-roberts merged commit af7127c into jetty-12.0.x Aug 7, 2023
2 checks passed
@lachlan-roberts lachlan-roberts deleted the jetty-12.0.x-websocket-demos branch August 7, 2023 03:12
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