JAXB not available on Tomcat 9 and Java 9/10
Analysis First some random facts: if not given a class loader, JAXBContext::newInstance will use the thread’s context class loader when looking for the JAXB implementation – this is the case even if you call newInstance(Class…) (one might mistakenly think it uses the provided class instances’ loader) Tomcat builds a small class loader hierarchy to separate … Read more