You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our enterprise we are recently moved to JDK 17 and Jakarta 10.
The atmos-client library is quite old at the moment, as he still based on JDK 8 and javax import statements.
It is causing us issues with other libraries especially in contexts with a Jakarta container with module system, just like IBM Liberty Server. For example JAXB that is a necessary dependency of atmos client is not still present from JDK 11 onwards, and at the moment we need to add it through Maven dependency because using a liberty module (feature if you know) causes an error at runtime.
Can be planned an upgrade? Or is another solution, or library to be used?
Thank in advance
The text was updated successfully, but these errors were encountered:
Hello,
In our enterprise we are recently moved to JDK 17 and Jakarta 10.
The atmos-client library is quite old at the moment, as he still based on JDK 8 and javax import statements.
It is causing us issues with other libraries especially in contexts with a Jakarta container with module system, just like IBM Liberty Server. For example JAXB that is a necessary dependency of atmos client is not still present from JDK 11 onwards, and at the moment we need to add it through Maven dependency because using a liberty module (feature if you know) causes an error at runtime.
Can be planned an upgrade? Or is another solution, or library to be used?
Thank in advance
The text was updated successfully, but these errors were encountered: