You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I see from the README that MetaMapLite is tested/designed with Java 1.8; a quick experiment with Java 18 showed that it would compile just fine with a more modern dialect of the language, except for gov.nih.nlm.nls.tools.MedlineDomReader, which relies on a deprecated set of J2EE classes, specifically javax.xml.bind.annotation.W3CDomHandler. Has there been any thought to re-working this part of the program to use a different (and non-deprecated) method?
The text was updated successfully, but these errors were encountered:
Hello! I see from the README that MetaMapLite is tested/designed with Java 1.8; a quick experiment with Java 18 showed that it would compile just fine with a more modern dialect of the language, except for
gov.nih.nlm.nls.tools.MedlineDomReader
, which relies on a deprecated set of J2EE classes, specificallyjavax.xml.bind.annotation.W3CDomHandler
. Has there been any thought to re-working this part of the program to use a different (and non-deprecated) method?The text was updated successfully, but these errors were encountered: