-
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
WebSocket DistributionTests failure on JDK14 #4800
Comments
…ocket() Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
- It seems it is correct to use the `MethodHandles.publicLookup().in()` but this does not work if same webapp is deployed twice, so the MethodHandle changes have been reverted and the test has been disabled until a resolution to https://bugs.openjdk.java.net/browse/JDK-8244090. - The DistributionTest has been changed to properly reproduce the issue. There must be a class in the signature of the websocket endpoint which is available to both webapps and the client must send and receive an echo message to ensure that the onOpen MethodHandle is actually invoked. Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
…igation Issue #4800 - fix WebSocket LinkageError and invalid PathParam type handling
The failing test has been disabled on JDK 14, now waiting on https://bugs.openjdk.java.net/browse/JDK-8244090 to get a workaround or fix for this issue. |
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@lachlan-roberts looks like bug https://bugs.openjdk.java.net/browse/JDK-8244090 was fixed in JDK16, do we still need this issue open? |
Yep fixed in JDK16 so closing this issue. |
Jetty version
10.0.x
Java version
OpenJDK 14.0.1
Description
Test failure for
DistributionTests.testSimpleWebAppWithWebsocket()
:https://jenkins.webtide.net/blue/organizations/jenkins/jetty.project/detail/jetty-10.0.x/995/tests
The text was updated successfully, but these errors were encountered: