Jayeshkumar created AMQ-9297:
--------------------------------
Summary: Activemq jakarta namespace support still depends on some
javax.jms packages
Key: AMQ-9297
URL: https://issues.apache.org/jira/browse/AMQ-9297
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.18.2
Reporter: Jayeshkumar
Hello,
I am currently moving from 5.16.5 version to activemq 5.18.2 which has support
for jakarta namespace, however there are still references to old javax
packages, I am getting ClassNotFoundException for javax.jms.JMSException, but
the right package should be jakarta.jms which is already present
In the 5.18.2 zip distribution, I see jakarta-jms-api-2.X is used for which the
underlying package is still javax and not jakarta. Rather to fully support
jakarta namespace, we should plan and move to jakarta-jms-3.X which has the
right package structure. Any reference to javax.jms should be replaced to use
the new namespace
So the existing support needs some more work before we can use it seamlessly.
Can you please review and share your views on this
--
This message was sent by Atlassian Jira
(v8.20.10#820010)