Skip to content

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

@cowtowncoder

Description

@cowtowncoder

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions