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
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:
I'm gonna link here #395 just so that more people can find it.
Man I wish there already was a jakarta-compatible version. We're gonna need it soon-ish and the alternative is a library that's hosted on yet another repository to add to the build.gradle file, and it also uses Guava, which we would rather not have...
Is there any update to this ? Can we expect a jakarta supported onelogin any time soon ? If not is there any work around.
I had to upgrade springboot in my project to 3.0.5 and stuck with the javax dependency in onelogin
Is there any update to this ? Can we expect a jakarta supported onelogin any time soon ? If not is there any work around. I had to upgrade springboot in my project to 3.0.5 and stuck with the javax dependency in onelogin
I worked around this issue with org.apache.felix.http.wrappers. Still waiting on full jakarta support
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: