ibm-messaging / mq-dev-badge-sample

Sample code of the MQ developer essentials badge
Apache License 2.0
13 stars 37 forks source link

javax classes have been removed in java11 #10

Closed chughts closed 2 years ago

chughts commented 2 years ago

As of Java 11 the javax.xml.bind classes have been removed. These classes are deprecated in Java 9.

The code needs to be updated to create a dependency on jakarta.xml.bind-api for Java 11.

chughts commented 2 years ago

As this is an extra dependency, this could be an opportunity to add a maven pom.xml file.

chughts commented 2 years ago

Closing as code is now Java 11 compliant.