Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
QPIDJMS-568 introduced Jakarta Messaging 3.0 support, i.e use of the jakarta.jms-api 3.0.0 API dependency, using the jakarta.jms api package rather than prior javax.jms. The jakarta.jms-api 3.1.0 / Jakarta Messaging 3.1 artifacts (for use in Jakarta EE 10) have been staged for a few months but have now been released, we should update.
There are no changes of any particular effect. It now requires Java 11, which we already did. Updates some annotations we dont use. Adds some new exception constructors which simplify passing the linked exception, which we already did the old way and wont use to remain compatible with the older API artifact for now.