This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
from eb362013 camel-velocity integration test (#356)
add c39ae250 Ref #376: Add camel-arangodb integration test and fix feature
(#377)
No new revisions were added by this update.
Summary of changes:
components/camel-arangodb/pom.xml | 36 -------
features/src/main/feature/camel-features.xml | 24 ++++-
pom.xml | 1 +
.../pom.xml | 9 +-
.../camel/test/CamelArangodbRouteSupplier.java | 114 +++++++++++++++++++++
.../karaf/camel/itest/CamelArangodbITest.java} | 24 +++--
tests/features/pom.xml | 1 +
7 files changed, 158 insertions(+), 51 deletions(-)
copy tests/features/{camel-azure-storage-blob => camel-arangodb}/pom.xml (87%)
create mode 100644
tests/features/camel-arangodb/src/main/java/org/apache/karaf/camel/test/CamelArangodbRouteSupplier.java
copy
tests/features/{camel-http/src/test/java/org/apache/karaf/camel/itest/CamelHttpITest.java
=>
camel-arangodb/src/test/java/org/apache/karaf/camel/itest/CamelArangodbITest.java}
(64%)