Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-19657

Module com.github.fge.json-patch dependencies

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 7.3.1.GA
    • Modules
    • None
    • Hide

      Make a PATCH request that is processed by PatchMethodFilter.

      Show
      Make a PATCH request that is processed by PatchMethodFilter.

      Module "com.github.fge.json-patch" depends on wrong version of the "com.github.fge.jackson-coreutils".
      PATCH operation fails with:

      java.lang.NoSuchMethodError: 'com.github.fge.jackson.jsonpointer.JsonPointer com.github.fge.jackson.jsonpointer.JsonPointer.parent()'
      

      I also had to add "msg-simple" and "btf" to the "com.github.fge.jackson-coreutils" module. This is my working module definition:

          <resources>
              <!--resource-root path="jackson-coreutils-1.0.0.redhat-1.jar"/-->
              <resource-root path="jackson-coreutils-1.6.jar"/>
              <resource-root path="btf-1.2.jar"/>
              <resource-root path="msg-simple-1.1.jar"/>
          </resources>
      

            thofman Tomas Hofman
            matejonnet Matej Lazar
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: