Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove java.beans.Introspector dependency from JAXB module (to get rid of java.desktop module dep) #115

Closed
cowtowncoder opened this issue Nov 3, 2020 · 1 comment

Comments

@cowtowncoder
Copy link
Member

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.

@cowtowncoder
Copy link
Member Author

@GedMarc @XakepSDK removed java.desktop module dependency from JAXB annotations module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant