GitHub user spegelref opened a pull request: https://github.com/apache/camel/pull/934
Support for PATCH method in Rest DSL Added new verb to the Rest model, the PatchVerbDefinition and made made the jaxb parser aware of this new file. Added instructions in RestDefinition and VerbDefinition on how to handle this new verb. You can merge this pull request into a Git repository by running: $ git pull https://github.com/spegelref/camel add-patch-rest-dsl Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/934.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 #934 ---- commit f3341435a727e0c39c495387cf8a4f43a1820381 Author: Martin Lind <mar...@spegelreflex.se> Date: 2016-04-07T06:58:38Z Support for PATCH method in Rest DSL Added new verb to the Rest model, the PatchVerbDefinition and made made the jaxb parser aware of this new file. Added instructions in RestDefinition and VerbDefinition on how to handle this new verb. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---