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

Provider org.glassfish.json.JsonProviderImpl not found using module path #260

Closed
Verdent opened this issue Sep 25, 2020 · 1 comment · Fixed by #287
Closed

Provider org.glassfish.json.JsonProviderImpl not found using module path #260

Verdent opened this issue Sep 25, 2020 · 1 comment · Fixed by #287
Assignees

Comments

@Verdent
Copy link
Contributor

Verdent commented Sep 25, 2020

Provider org.glassfish.json.JsonProviderImpl was not found while using module path on JDK 11 with version 2.0.0. Everything works as expected while using 2.0.0-RC3

jakarta.json.JsonException: Provider org.glassfish.json.JsonProviderImpl not found
        at jakarta.json@2.0.0/jakarta.json.spi.JsonProvider.provider(JsonProvider.java:75)

Used JSON-P artifact

    <groupId>org.glassfish</groupId>
    <artifactId>jakarta.json</artifactId>
    <version>2.0.0</version>
@lukasj
Copy link
Contributor

lukasj commented Sep 29, 2020

Did you try using:

    <groupId>org.glassfish</groupId>
    <artifactId>jakarta.json</artifactId>
    <version>2.0.0</version>
    <classifier>module</classifier>

instead? See also readme

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

Successfully merging a pull request may close this issue.

2 participants