Description
After starting up the dbptk-app the following errors occurred:
Errors:
WARN could not get type for name javax.xml.bind.annotation.adapters.XmlAdapter from any class loader
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
This issue seems to origin from an incompatibility with Java 15.
I use OpenJDK Runtime Environment (build 15.0.2+10) from BellSoft.
According to the following link the jaxb-api jar has to be integrated in the application:
https://www.studytonight.com/post/solved-javalangnoclassdeffounderror-javaxxmlbindjaxbexception-in-java-11
Question
Will there be soon a release which will tackle this issue?
Which would be a feasible workaround where the dbptk-app
is able to run with Java 15?