I am thinking about introducing some xml serialization/deserialization library for 20 year old code which uses string appending to construct xml documents. I would like to stick to JAXB api if possible. But I get deprecated warnings in Eclipse and if I am not wrong it has been removed in Java 9. The question then is, is it gone like, poof!!! ?
That seems unlikely seeing how widely xml is used. Or is it gone because jdk has an alternative for it ? If it hasn't disappeared completely how does one use JAXB and be future proof.
I am on jdk 1.8.