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 0b39b97 Upgrade Json Validator to version 1.0.3 new 6b0a8ef Remove CamelIbatisTest for Karaf features, since the feature doesn't exist anymore new 3459b19 Remove CamelMinaTest for Karaf features, since the feature doesn't exist anymore new 64f1ff1 Remove CamelNettyTest for Karaf features, since the feature doesn't exist anymore new 9def341 Remove CamelNettyHttpTest for Karaf features, since the feature doesn't exist anymore new 56e288c Remove CamelRxTest for Karaf features, since the feature doesn't exist anymore The 35430 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/itest/karaf/CamelIbatisTest.java | 33 --------------------- .../apache/camel/itest/karaf/CamelMinaTest.java | 34 ---------------------- .../camel/itest/karaf/CamelNettyHttpTest.java | 34 ---------------------- .../apache/camel/itest/karaf/CamelNettyTest.java | 34 ---------------------- .../org/apache/camel/itest/karaf/CamelRxTest.java | 34 ---------------------- 5 files changed, 169 deletions(-) delete mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIbatisTest.java delete mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelMinaTest.java delete mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelNettyHttpTest.java delete mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelNettyTest.java delete mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelRxTest.java