This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from 8bfca93 CAMEL-16400: split unit and integration tests for camel-elasticsearch-rest (#5335) add a715ef5 CAMEL-16400: split unit and integration tests for camel-etcd (#5336) add f91cefa Upgrade JNats to version 2.10.0 add 500669c Sync deps add b7335c3 Regen No new revisions were added by this update. Summary of changes: camel-dependencies/pom.xml | 2 +- components/camel-etcd/pom.xml | 73 +++------------------- .../EtcdServiceCallRouteIT.java} | 4 +- .../EtcdServiceDiscoveryIT.java} | 6 +- .../SpringEtcdServiceCallDefaultRouteIT.java} | 4 +- .../SpringEtcdServiceCallRouteIT.java} | 4 +- .../EtcdKeysIT.java} | 5 +- .../EtcdStatsIT.java} | 5 +- .../EtcdWatchIT.java} | 5 +- parent/pom.xml | 2 +- 10 files changed, 29 insertions(+), 81 deletions(-) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{EtcdServiceCallRouteTest.java => integration/EtcdServiceCallRouteIT.java} (97%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{EtcdServiceDiscoveryTest.java => integration/EtcdServiceDiscoveryIT.java} (94%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{SpringEtcdServiceCallDefaultRouteTest.java => integration/SpringEtcdServiceCallDefaultRouteIT.java} (95%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{SpringEtcdServiceCallRouteTest.java => integration/SpringEtcdServiceCallRouteIT.java} (96%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/{EtcdKeysTest.java => integration/EtcdKeysIT.java} (96%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/{EtcdStatsTest.java => integration/EtcdStatsIT.java} (96%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/{EtcdWatchTest.java => integration/EtcdWatchIT.java} (96%)