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.
omit a715ef5 CAMEL-16400: split unit and integration tests for camel-etcd (#5336) This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history. * -- * -- N refs/heads/regen_bot (8bfca93) \ O -- O -- O (a715ef5) Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: components/camel-etcd/pom.xml | 73 +++++++++++++++++++--- .../EtcdKeysIT.java => EtcdKeysTest.java} | 5 +- .../EtcdStatsIT.java => EtcdStatsTest.java} | 5 +- .../EtcdWatchIT.java => EtcdWatchTest.java} | 5 +- ...lRouteIT.java => EtcdServiceCallRouteTest.java} | 4 +- ...coveryIT.java => EtcdServiceDiscoveryTest.java} | 6 +- ... => SpringEtcdServiceCallDefaultRouteTest.java} | 4 +- ...IT.java => SpringEtcdServiceCallRouteTest.java} | 4 +- 8 files changed, 79 insertions(+), 27 deletions(-) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/{integration/EtcdKeysIT.java => EtcdKeysTest.java} (96%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/{integration/EtcdStatsIT.java => EtcdStatsTest.java} (96%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/{integration/EtcdWatchIT.java => EtcdWatchTest.java} (96%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{integration/EtcdServiceCallRouteIT.java => EtcdServiceCallRouteTest.java} (97%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{integration/EtcdServiceDiscoveryIT.java => EtcdServiceDiscoveryTest.java} (94%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{integration/SpringEtcdServiceCallDefaultRouteIT.java => SpringEtcdServiceCallDefaultRouteTest.java} (95%) rename components/camel-etcd/src/test/java/org/apache/camel/component/etcd/cloud/{integration/SpringEtcdServiceCallRouteIT.java => SpringEtcdServiceCallRouteTest.java} (96%)