OpenAM icon indicating copy to clipboard operation
OpenAM copied to clipboard

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

Open JasmineXieCCD opened this issue 2 years ago • 4 comments

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

JasmineXieCCD avatar Feb 09 '23 06:02 JasmineXieCCD

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.

joelcharlebois avatar Feb 20 '23 17:02 joelcharlebois

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

chinkinsei avatar Jun 13 '23 08:06 chinkinsei

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

OnelSarmiento avatar Oct 26 '23 07:10 OnelSarmiento

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

saugion avatar Dec 21 '23 16:12 saugion