GitHub user mikeschippers opened a pull request:
https://github.com/apache/camel/pull/2265
CAMEL-12399: CxfRsProducer configures CxfRsEndpointConfigurer while using
the Proxy API
With this change CxfRsProducer configures CxfRsEndpointConfigurer while
using the Proxy API (invokeProxyClient)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mikeschippers/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2265.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 #2265
----
commit b1ad26ab133b50d91c298fbb82113f5ecc9b79cb
Author: Schippers <mike.schippers@...>
Date: 2018-03-23T09:51:14Z
CAMEL-12399: fix CxfRsProducer doesn't configure CxfRsEndpointConfigurer
while using Proxy API
----
---