-
Notifications
You must be signed in to change notification settings - Fork 399
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
Jakarta supported version #401
Comments
I'm gonna link here #395 just so that more people can find it. |
Is there any update to this ? Can we expect a jakarta supported onelogin any time soon ? If not is there any work around. |
I worked around this issue with org.apache.felix.http.wrappers. Still waiting on full jakarta support |
Currently, the latest version of java-saml (2.9.0?) is running 'javax'. 「The type javax.servlet.http.HttpServletResponse cannot be resolved. It is indirectly referenced from required type com.onelogin.saml2.Auth」 Is there a way to make it work in jakarta? |
A workaround is right above your post. You can use the Apache Felix Http Wrappers library to provide java-saml objects that wrap Jakarta ones and "pretend" to be Javax ones. If you don't want to use a workaround then no, currently there's no way. You may want to follow this issue: #395 |
Using java-saml for security. its depends on javax.servlet. my project migrated from 'javax 'namespace to 'jakarta'. current version not supporting for jakarta servlet.
The text was updated successfully, but these errors were encountered: