I tried migrating my project from JDK 1.8 to Java 9, but it wouldn't compile. My project uses a lot of javax.xml.bind.annotation classes and it seems they are missing. Were they moved somewhere or deprecated?
1 Answer
This is marked for removal( and moved to module java.xml.bind), you can refer to documentation here: Java Docs API
org.glassfish.jaxbrather thancom.sun.xml.bind.