GitHub user ninckblokje opened a pull request:
https://github.com/apache/camel/pull/2487
CAMEL-12740: HttpAsyncClientBuilder is now used when no ClientBuilderâ¦
I have changed the Olingo2 and Olingo4 components do use the created
HttpAsyncClientBuilder when no builder is specified. In the previous scenario
the created HttpAsyncClientBuilder was ignored.
See CAMEL-12740
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ninckblokje/camel CAMEL-12740
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2487.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 #2487
----
commit 602ba1c50a997b9bad7375a673b36a4fab8dbb4e
Author: ninckblokje <jeroen.ninckblok@...>
Date: 2018-08-19T16:09:21Z
CAMEL-12740: HttpAsyncClientBuilder is now used when no ClientBuilder is
specified
----
---