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

org.eclipse.jetty.server.UserIdentity Not Found after Jetty Upgrade #12722

Open
ychaydhari opened this issue Jan 16, 2025 · 1 comment
Open
Labels

Comments

@ychaydhari
Copy link

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

@ychaydhari ychaydhari added the Bug For general bugs on Jetty side label Jan 16, 2025
@janbartel
Copy link
Contributor

It's org.eclipse.jetty.security.UserIdentity.

@joakime joakime added Question and removed Bug For general bugs on Jetty side labels Jan 21, 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

3 participants