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
JaxbAnnotationIntrospector class of JAXB annotations module makes a tiny use of java.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.