Skip to content

Jackson JSR353 library is using wrong module name for javax json api #7

@moquinr

Description

@moquinr

In the jsr353 module, the javax json api module require statement is using the wrong module name, resulting in this error:

java.lang.module.FindException: Module javax.json.api not found, required by com.fasterxml.jackson.datatype.jsr353

The "correct" name (in quotes because there is no consistency in the jakarta projects on how they named the javax modules :( ) is java.json.

So it should be

requires java.json;

rather than

requires javax.json.api;

Metadata

Metadata

Assignees

No one assigned

    Labels

    jsr-353Issue related to JSR-353/JSONP datatype module

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions