Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-3200

Support Jackson 2 out of the box

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Minor
    • 8.1.0.CR2
    • 8.0.0.Final
    • REST
    • None

    Description

      Wildfly can be configured to allow access to the native Jackson API. In order to accomplish this, you have to add a jboss-deployment-structure.xml that contains the following:

      <jboss-deployment-structure>
          <deployment>
              <exclusions>
                  <module name="org.jboss.resteasy.resteasy-jackson-provider"/>
              </exclusions>
              <dependencies>
                  <module name="org.jboss.resteasy.resteasy-jackson2-provider" services="import"/>
              </dependencies>
          </deployment>
      </jboss-deployment-structure>
      

      It would be better if Jackson 2 were the default provider and this were not necessary.

      Attachments

        Activity

          People

            sdouglas1@redhat.com Stuart Douglas
            nathanielinks Nathaniel A. Johnson (Inactive)
            Nathaniel A. Johnson Nathaniel A. Johnson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: