-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Improve JPMS testing for websocket in Jetty 12 #9396
Labels
Comments
lachlan-roberts
added a commit
that referenced
this issue
Jun 15, 2023
Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Jun 19, 2023
Signed-off-by: Lachlan Roberts <[email protected]>
lachlan-roberts
added a commit
that referenced
this issue
Jul 3, 2023
…s-review Issue #9396 - fixes to resolve WebSocket JPMS warnings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added
--jpms
to some of the websocket tests inDistributionTests
and got some failures. These should be investigated and extra tests should be added to confirm that this works.Also add a test for the
JakartaWebSocketShutdownContainer
which is an internal class and not in a package exported with JPMS but is exposed for the service loader, and does aprotectAndExpose
in theJakartaWebSocketConfiguration
class.The text was updated successfully, but these errors were encountered: