GitHub user yihtserns opened a pull request: https://github.com/apache/camel/pull/2229
camel-jsonpath - It is not necessary to explicitly set default jsonProvider, as ConfigurationBuilder.build will do that anyway You can merge this pull request into a Git repository by running: $ git pull https://github.com/yihtserns/camel yihtserns/refac-camel-jsonpath-config-building Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2229.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2229 ---- commit aa310a189409a3263477dc509466ab8b44f648cd Author: yihtserns <sim_yihtsern@...> Date: 2018-02-17T05:13:30Z camel-jsonpath - It is not necessary to explicitly set default jsonProvider, as ConfigurationBuilder.build will do that anyway. commit d08105c82e536ac3cb23e49fa7b063c74ed2d3f5 Author: yihtserns <sim_yihtsern@...> Date: 2018-02-17T05:22:05Z camel-jsonpath - Remove duplications. ---- ---