Hello, I am currently migrating to activemq5.18 which has support for jakarta namespace, however there are still references to old javax packages, I am getting ClassNotFoundException for javax.jms.JMSException, the right package should be jakarta.jms
In the zip distribution, I see jakarta-2.X is used for which the underlying package is still javax. Rather to fully support jakarta namespace, we should move to jakarta 3.x Seems we are not fully compliant yet. can we make changes to fix this THanks