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 677e434 CAMEL-14719: camel-core - Camel context started events should be emitted after its status is started. Also fix clustered route policy to only start routes after camel has been started up. new 67ae652 CAMEL-14720: Move cluster from core-engine to camel-cluster new 46f275e CAMEL-14720: Move cluster from core-engine to camel-cluster new 1725a02 CAMEL-14720: Move cluster from core-engine to camel-cluster new 7febb74 CAMEL-14627: We still have references to 3.1.0-SNAPSHOT The 4 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/pom.xml | 4 ++ apache-camel/src/main/descriptors/common-bin.xml | 1 + bom/camel-bom/pom.xml | 5 ++ components/camel-atomix/pom.xml | 4 ++ components/camel-consul/pom.xml | 9 ++++ components/camel-file/pom.xml | 4 ++ components/camel-jgroups-raft/pom.xml | 5 ++ components/camel-jgroups/pom.xml | 5 ++ components/camel-kubernetes/pom.xml | 9 ++++ components/camel-master/pom.xml | 4 ++ components/camel-zookeeper/pom.xml | 9 ++++ .../pom.xml | 8 +-- .../camel/cluster/ClusteredRouteConfiguration.java | 0 .../camel/cluster/ClusteredRouteController.java | 0 .../apache/camel/cluster/ClusteredRouteFilter.java | 0 .../camel/cluster/ClusteredRouteFilters.java | 0 .../apache/camel/cluster/ClusteredRoutePolicy.java | 0 .../camel/cluster/ClusteredRoutePolicyFactory.java | 0 .../java/org/apache/camel/cluster/package.html | 0 core/camel-core-languages/pom.xml | 2 +- .../services/org/apache/camel/language.properties | 2 +- core/camel-core/pom.xml | 6 ++- core/pom.xml | 1 + .../modules/ROOT/pages/camel-3x-upgrade-guide.adoc | 60 +++++++++++++--------- parent/pom.xml | 5 ++ .../karaf/features/src/main/resources/features.xml | 1 + .../test/resources/json/component_metadata.json | 4 +- .../src/test/resources/json/test_component.json | 2 +- .../src/test/resources/json/test_component2.json | 2 +- 29 files changed, 117 insertions(+), 35 deletions(-) copy core/{camel-core-languages => camel-cluster}/pom.xml (89%) rename core/{camel-core-engine => camel-cluster}/src/main/java/org/apache/camel/cluster/ClusteredRouteConfiguration.java (100%) rename core/{camel-core-engine => camel-cluster}/src/main/java/org/apache/camel/cluster/ClusteredRouteController.java (100%) rename core/{camel-core-engine => camel-cluster}/src/main/java/org/apache/camel/cluster/ClusteredRouteFilter.java (100%) rename core/{camel-core-engine => camel-cluster}/src/main/java/org/apache/camel/cluster/ClusteredRouteFilters.java (100%) rename core/{camel-core-engine => camel-cluster}/src/main/java/org/apache/camel/cluster/ClusteredRoutePolicy.java (100%) rename core/{camel-core-engine => camel-cluster}/src/main/java/org/apache/camel/cluster/ClusteredRoutePolicyFactory.java (100%) rename core/{camel-core-engine => camel-cluster}/src/main/java/org/apache/camel/cluster/package.html (100%)