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

Android reports "Missing class java.lang.Module" #34

Open
chefchefchef opened this issue Dec 23, 2024 · 1 comment
Open

Android reports "Missing class java.lang.Module" #34

chefchefchef opened this issue Dec 23, 2024 · 1 comment
Labels

Comments

@chefchefchef
Copy link

Jetty-ALPN version: 11.0.24

On android one cannot use SSL:
Missing class java.lang.Module (referenced from: boolean org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor.appliesTo(javax.net.ssl.SSLEngine))

problematic method is:

public boolean appliesTo(SSLEngine sslEngine)
{
    Module module = sslEngine.getClass().getModule();
    return module != null && "java.base".equals(module.getName());
}

Is it possible to provide a functioning version for android? Thank you in advance!

@joakime
Copy link
Member

joakime commented Dec 23, 2024

Jetty 11 is now at End of Community Support.

It will be End-of-Life on January 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants