Remove java.beans.Introspector
dependency from JAXB module (to get rid of java.desktop
module dep)
#115
Labels
Milestone
JaxbAnnotationIntrospector
class of JAXB annotations module makes a tiny use ofjava.beans.Introspector
. While it is fine with Java 8 and earlier, being part of JDK, it adds an unfortunate Module dependency to "java.desktop" on Java 11 and later. So let's get rid of it, if possible.The text was updated successfully, but these errors were encountered: