You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/12 14:53:53 UTC

[camel] branch master updated (cef08ba -> 1f74ae4)

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 cef08ba  Regen docs
     add 1f74ae4  CAMEL-14285: Create bundle based karaf tests for camel-osgi-activator.

No new revisions were added by this update.

Summary of changes:
 components/camel-osgi-activator/pom.xml            | 132 ++++++++++++++++++++-
 .../src/assembly/test-bundles.xml                  |  50 ++++++++
 .../osgi/activator/CamelOsgiActivatorIT.java       |  34 +++---
 .../component/osgi}/activator/PaxExamOptions.java  |  47 ++++++--
 4 files changed, 238 insertions(+), 25 deletions(-)
 create mode 100644 components/camel-osgi-activator/src/assembly/test-bundles.xml
 copy tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/activator/CamelOsgiActivatorTest.java => components/camel-osgi-activator/src/test/java/org/apache/camel/component/osgi/activator/CamelOsgiActivatorIT.java (78%)
 copy {tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf => components/camel-osgi-activator/src/test/java/org/apache/camel/component/osgi}/activator/PaxExamOptions.java (60%)