-
Notifications
You must be signed in to change notification settings - Fork 396
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
Issues Javax EE to Jakarta EE using java-saml #419
Comments
What's the issue with running under java 17? |
Since java 17 many of the classes in javax package are moved to jakarta. |
Java 17 itself has nothing to do with the change from Java EE to Jakarta EE. |
Is there anything being done to support the change from Java EE to Jakarta EE for java-saml? |
There's PR #395 open. |
@mauromol Thanks. I checked and the PR has been for a year. Hopefully it will be merged soon. |
This package can be easily transformed with https://github.com/eclipse/transformer and then used. I am using this for this package and many others that don't support the jakarta migration. |
#349 (comment) is another workaround. |
How are you guys using the servlet API with the SAML library? Can you not just pass in the parameters, instead of wrapping the request? I've been using jarkarta for a while now, and that did not affect how I used saml core. |
Java-saml uses javax classes, java-saml-core does not. See https://github.com/SAML-Toolkits/java-saml#the-httprequest |
It'is impossible to use java-saml with java 17 at this point. Is there any work around? is the community working on releasing a new version with java 17?
The text was updated successfully, but these errors were encountered: