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
Due to the amazingly annoying situation with the donation of JEE to the Eclipse Foundation whereby they were not allowed to employ the "javax." package prefix, all JEE libraries have changed package name to "jakarta.".
This makes for a massive break, which the JMS-specific parts of MatsBrokerMonitor must handle.
Only way is to split it up into two different versions.
I will release a 1.0 with javax.jms, and then a 1.1 with jakarta.jms.
The text was updated successfully, but these errors were encountered:
Due to the amazingly annoying situation with the donation of JEE to the Eclipse Foundation whereby they were not allowed to employ the "javax." package prefix, all JEE libraries have changed package name to "jakarta.".
This makes for a massive break, which the JMS-specific parts of MatsBrokerMonitor must handle.
Only way is to split it up into two different versions.
I will release a 1.0 with javax.jms, and then a 1.1 with jakarta.jms.
The text was updated successfully, but these errors were encountered: