Skip to content

Support JDK versions newer than JDK8 #85

Description

@markaren

osp-validator will only work on JDK8 systems due to the dependency on JAXB. This might be hard to swallow for many.
However, JAXB can be used on newer JDKs if the dependency is explicitly listed.

    implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
    implementation group: 'org.glassfish.jaxb', name: 'jaxb-core', version: '2.3.0.1'
    implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3'

Developers that want to autogenerate sources from xsd still need JDK8, but users may use any JVM version.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions