-
Bug
-
Resolution: Done
-
Critical
-
3.6.3.Final
-
None
-
None
PatchMethodFilter is internally crating an instance of ObjectMapper instead of taking the one that can be defined as Provider (ContextResolver<ObjectMapper>).
The fact that ObjectMapper is instantiated intrenally makes impossible to use custom configurations of ObjectMapper.
I'm looking for a workaround, I registered a CustomPatchMethodFilter, but can't find a way how to disable the build-in one ?
- is incorporated by
-
JBEAP-17125 (7.2.z) RESTEASY-2281 - PatchMethodFilter not using provided ObjectMapper
- Closed