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

Module org.eclipse.jetty.alpn.client not found, required by org.eclipse.jetty.proxy #4150

Closed
sbordet opened this issue Oct 2, 2019 · 0 comments

Comments

@sbordet
Copy link
Contributor

sbordet commented Oct 2, 2019

Jetty 10 JPMS proxy module requires JPMS client and alpn.client module.

However, Jetty proxy.mod does not have the jetty-alpn-client jar in LIB, so starting the JVM with JPMS results in:

Error occurred during initialization of boot layer
java.lang.module.FindException: Module org.eclipse.jetty.alpn.client not found, required by org.eclipse.jetty.proxy
sbordet added a commit that referenced this issue Oct 2, 2019
…d by org.eclipse.jetty.proxy

Made jetty-alpn-client required by jetty-client.
Fixed groupId for test-proxy-webapp.
Added test case for the failing configuration.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet added a commit that referenced this issue Oct 3, 2019
…pn_client

Fixes #4150 - Module org.eclipse.jetty.alpn.client not found, require…
@sbordet sbordet closed this as completed Oct 10, 2019
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

No branches or pull requests

1 participant