GitHub user borisvereertbrugghen opened a pull request:
https://github.com/apache/camel/pull/2154
Do not find if bean exists based on try catch.
There is a method to find out if the bean exists.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/borisvereertbrugghen/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2154.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 #2154
----
commit bd8aedb2309b8b678f448e39141cee0f411b161a
Author: Boris Vereertbrugghen <boris.vereertbrugghen@...>
Date: 2017-12-21T07:09:43Z
Do not find if bean exists based on try catch.
There is a method to find out if the bean exists.
----
---