This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from cfa0238 CAMEL-15420: Improved test new 752511c Polished new 0d8117e CAMEL-15450: ClusteredRoutePolicyFactory throw NullPointerException when adding a route to CamelContext that has been started The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/camel/cluster/CamelClusterService.java | 6 +- .../camel/impl/cluster/ClusteredRoutePolicy.java | 33 +++- .../cluster/ClusteredRoutePolicyFactoryTest.java | 191 +++++++++++++++++++++ .../camel/cluster/ClusteredRoutePolicyTest.java | 190 ++++++++++++++++++++ 4 files changed, 407 insertions(+), 13 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/cluster/ClusteredRoutePolicyFactoryTest.java create mode 100644 core/camel-core/src/test/java/org/apache/camel/cluster/ClusteredRoutePolicyTest.java