OpenIdentityPlatform / OpenAM

OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
https://www.openidentityplatform.org/openam
Other
769 stars 149 forks source link

May I know what's the new release version and target date to support jakarta namespace change for servlet-api (javax.servlet) #579

Open JasmineXieCCD opened 1 year ago

JasmineXieCCD commented 1 year ago

May I know what's the new release version and target date to support jakarta namespace change for servlet-api (javax.servlet) Such as File: https://github.com/OpenIdentityPlatform/OpenAM/blob/master/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/SAML2ActorFactory.java https://github.com/OpenIdentityPlatform/OpenAM/blob/master/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/ConfiguratorFilter.java https://github.com/OpenIdentityPlatform/OpenAM/blob/master/openam-shared/src/main/java/com/sun/identity/common/ShutdownServletContextListener.java

joelcharlebois commented 1 year ago

Jakarta EE 10 Support - Roadmap or Timelines

I am also interested to know if there is a roadmap or timeline to release a Jakarta EE 10 compliant version of OpenAM.

The latest Wildfly 27 and JBoss EAP 8.x (currently in Beta) are Jakarta EE 10 compliant and no longer support the older Java EE 8 javax namespaces. The latest release of OpenAM does not appear to deploy and run correctly on Jakarta EE 10 compliant application servers due to the dependencies on the older Java EE 8 javax namespaces.

I imagine there may be two major versions of OpenAM supported in parallel for a short while, to allow time for OpenAM users to migrate, with the current major version being Java EE 8 compliant and another being Jakarta EE 10 compliant, and with bug fixes applied to both.

Thanks.

chinkinsei commented 1 year ago

hello, namespace issue maybe handled by migration tools like this, if anyone will give it a try and report back? thanks!

https://tomcat.apache.org/download-migration.cgi

OnelSarmiento commented 11 months ago

hello, namespace issue maybe handled by migration tools like this, if anyone will give it a try and report back? thanks!

https://tomcat.apache.org/download-migration.cgi

I tried this but I'm having issue with transient dependencies of openam-federation and openam-shared

saugion commented 9 months ago

+1, in the last version there are still methods relying on javax