Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-3210

Fix transitive dependencies issues with the JSON Binding Provider

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Blocker
    • 6.2.0.Final
    • None
    • Providers
    • None

    Description

      The JSON binding provider requires Yasson which requires a different version of Parsson than provided. The Yasson dependency should be configured to exclude the Eclipse Parsson dependency.

      +-io.quarkus:quarkus-resteasy-common:999-jakarta-SNAPSHOT
        +-org.jboss.resteasy:resteasy-json-binding-provider:6.2.0.Beta1
          +-org.eclipse.parsson:parsson:1.1.1
      and
      +-io.quarkus:quarkus-resteasy-common:999-jakarta-SNAPSHOT
        +-org.jboss.resteasy:resteasy-json-binding-provider:6.2.0.Beta1
          +-org.eclipse:yasson:3.0.1
            +-org.eclipse.parsson:parsson:1.1.0
      

      Attachments

        Activity

          People

            rsearls r searls
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: