-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The current implementation is based on features only supported in Java 8 and below.
The easy workarounds for this, like using the --add-module flag (https://stackoverflow.com/questions/42966880/java-lang-noclassdeffounderror-javax-xml-bind-datatypeconverter/42971683), is discouraged by oracle since it will be most likely removed in java 11 (I believe it might already have been removed in Java 10, since I didn't manage to apply the workaround,
but this needs further investigation).
In order to keep the project up to date I suggest to timely investigate the needed steps to support newer java versions (https://docs.oracle.com/javase/9/migrate/toc.htm#JSMIG-GUID-7744EF96-5899-4FB2-B34E-86D49B2E89B6).
For reference I include he following screenshot showing the error produced when using Java 9 or newer.