This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 38a96ae Fixed test and allow to configure global influxdb on component level. new 37956a2 CAMEL-14715 - Removed camel-test-karaf (camel-karaf migration) new 891bf1a CAMEL-14715 - Removed camel-test-karaf (camel-karaf migration), docs 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/src/main/descriptors/common-bin.xml | 1 - bom/camel-bom/pom.xml | 5 - components/camel-test-karaf/pom.xml | 216 ---------- .../services/org/apache/camel/other.properties | 7 - .../src/generated/resources/test-karaf.json | 14 - .../camel-test-karaf/src/main/docs/test-karaf.adoc | 10 - .../camel/test/karaf/AbstractFeatureTest.java | 479 --------------------- .../camel/test/karaf/CamelKarafTestSupport.java | 390 ----------------- components/pom.xml | 1 - docs/components/modules/ROOT/nav.adoc | 1 - docs/components/modules/ROOT/pages/aws-xray.adoc | 2 +- docs/components/modules/ROOT/pages/index.adoc | 4 +- docs/components/modules/ROOT/pages/test-karaf.adoc | 11 - docs/user-manual/modules/ROOT/pages/index.adoc | 1 - parent/pom.xml | 5 - 15 files changed, 2 insertions(+), 1145 deletions(-) delete mode 100644 components/camel-test-karaf/pom.xml delete mode 100644 components/camel-test-karaf/src/generated/resources/META-INF/services/org/apache/camel/other.properties delete mode 100644 components/camel-test-karaf/src/generated/resources/test-karaf.json delete mode 100644 components/camel-test-karaf/src/main/docs/test-karaf.adoc delete mode 100644 components/camel-test-karaf/src/main/java/org/apache/camel/test/karaf/AbstractFeatureTest.java delete mode 100644 components/camel-test-karaf/src/main/java/org/apache/camel/test/karaf/CamelKarafTestSupport.java delete mode 100644 docs/components/modules/ROOT/pages/test-karaf.adoc