thymeleaf-extras-eclipse-plugin icon indicating copy to clipboard operation
thymeleaf-extras-eclipse-plugin copied to clipboard

Replace JAXB w/ Jackson for XML deserialization?

Open ultraq opened this issue 5 years ago • 0 comments

Some of the Java compatibility problems have stemmed from using JAXB, which was included with Java in 8-, but some of its dependencies have been excluded in 9+ as part of Java's goal of making the core more modular.

It might help with future compatibility to remove this dependency, using something outside of it like Jackson for XML deserialization 🤔

ultraq avatar Jan 15 '20 21:01 ultraq