We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are upgrading Jetty from 11.0.19 to 12.0.14, But after upgrading we are getting following error
java: cannot access org.eclipse.jetty.server.UserIdentity class file for org.eclipse.jetty.server.UserIdentity not found
Jetty versions we are using
jetty-server: 12.0.14 jetty-ee10-servlet - 12.0.14 jetty-util: 12.0.14
We are following below page from upgrade but not found any content related to UserIdentity class https://jetty.org/docs/jetty/12/programming-guide/migration/11-to-12.html
Java version :- OpenJDk 17
The text was updated successfully, but these errors were encountered:
It's org.eclipse.jetty.security.UserIdentity.
org.eclipse.jetty.security.UserIdentity
Sorry, something went wrong.
No branches or pull requests
We are upgrading Jetty from 11.0.19 to 12.0.14, But after upgrading we are getting following error
java: cannot access org.eclipse.jetty.server.UserIdentity
class file for org.eclipse.jetty.server.UserIdentity not found
Jetty versions we are using
jetty-server: 12.0.14
jetty-ee10-servlet - 12.0.14
jetty-util: 12.0.14
We are following below page from upgrade but not found any content related to UserIdentity class
https://jetty.org/docs/jetty/12/programming-guide/migration/11-to-12.html
Java version :- OpenJDk 17
The text was updated successfully, but these errors were encountered: