Skip to content

Conversation

swallez
Copy link
Member

@swallez swallez commented Dec 15, 2021

With the move from javax.json to jakarta.json, the Glassfish reference implementation of JSON-P has been updated to implement interfaces from jakarta.json but its class names haven't changed, causing conflicts in environments where the javax.json variant is present such as JEE8.

The jakarta.json variant of Glassfish is now available under a new name, Eclipse Parsson. This PR updates the dependencies to replace Glassfish with Parsson.

Fixes #55

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