Open JasmineXieCCD opened 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.
hello, namespace issue maybe handled by migration tools like this, if anyone will give it a try and report back? thanks!
hello, namespace issue maybe handled by migration tools like this, if anyone will give it a try and report back? thanks!
I tried this but I'm having issue with transient dependencies of openam-federation and openam-shared
+1, in the last version there are still methods relying on javax
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