SAML-Toolkits / java-saml

Java SAML toolkit
MIT License
629 stars 392 forks source link

Jakarta supported version #401

Open npsakthi opened 1 year ago

npsakthi commented 1 year ago

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.

pietro-saccani commented 9 months ago

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...

Jerry29 commented 8 months ago

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

tjmackert commented 1 month ago

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