You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
…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>
Jetty 10 JPMS
proxy
module requires JPMSclient
andalpn.client
module.However, Jetty
proxy.mod
does not have thejetty-alpn-client
jar in LIB, so starting the JVM with JPMS results in:The text was updated successfully, but these errors were encountered: