Where did javax.xml.bind go in Java 9?

Dmitri Nesteruk picture Dmitri Nesteruk · Nov 7, 2017 · Viewed 12k times · Source

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?

Answer

javauser picture javauser · Nov 7, 2017

This is marked for removal( and moved to module java.xml.bind), you can refer to documentation here: Java Docs API