GitHub user player13 opened a pull request:
https://github.com/apache/camel/pull/2297
CAMEL-12449: DefaultServiceLoadBalancer throws IndexOutOfBoundsException
If no services remains after applying ServiceFilter in
DefaultServiceLoadBalancer, expecting exception RejectedExecutionException("No
active services with name " + serviceName), but throws
IndexOutOfBoundsException.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/player13/camel CAMEL-12449
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2297.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 #2297
----
commit d7e85d89f1d2469862c9eadd5ecd82cb4a7aea8f
Author: Vadim R <8365723+player13@...>
Date: 2018-04-16T14:43:33Z
CAMEL-12449: DefaultServiceLoadBalancer throws IndexOutOfBoundsException
after applying ServiceFilter
----
---