May I know what's the new release version and target date to support jakarta namespace change for servlet-api (javax.servlet) #844
Replies: 8 comments 5 replies
-
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. |
Beta Was this translation helpful? Give feedback.
-
hello, namespace issue maybe handled by migration tools like this, if anyone will give it a try and report back? thanks! |
Beta Was this translation helpful? Give feedback.
-
I tried this but I'm having issue with transient dependencies of openam-federation and openam-shared |
Beta Was this translation helpful? Give feedback.
-
+1, in the last version there are still methods relying on javax |
Beta Was this translation helpful? Give feedback.
-
Can we get a response to the original question please? When will there be a version of OpenAM that supports the jakarta.* namespace and what is the timescale? Tomcat 11 no longer supports javax.* namespace so we can't use Apache Felix as a bridge any more. |
Beta Was this translation helpful? Give feedback.
-
When will OpenAM support the jakarta namespace? This is becoming increasingly critical as more application containers now require the use of jakarta.* instead of javax.*. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
OpenAM tested on java '8', '11', '17', '21', '24' os: 'ubuntu-latest', 'macos-latest', 'windows-latest'
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions