Skip to content

javax.json dependency or lack of #71

@visionset

Description

@visionset

JSR353Module.java has a direct javax.json import, but the pom does not have that dependency, only in test scope, and really why not come upto date and use jakarta.json ?
Our builds now fail having swapped from javax.json to jakarta.json in our own codebase, and hence the java.json jar is now not present.

Caused by: java.lang.NoClassDefFoundError: javax/json/spi/JsonProvider
at com.fasterxml.jackson.datatype.jsr353.JSR353Module.(JSR353Module.java:24)

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