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>
- duplicates
-
JBEAP-19187 [GSS](7.3.z) RestEasy - java.lang.NoClassDefFoundError handling PATCH request
- Closed