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/11/05 09:29:50 UTC

[camel] branch master updated (13cff56 -> e82274c)

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 13cff56  Upgrade Brave Zipkin to version 5.9.0
     add 12bf089  CAMEL-14134 - Remove Karaf features and Itests for Debezium
     add 65624b9  CAMEL-14134 - Remove Karaf featurs and Itests for Debezium
     add bd1afa5  CAMEL-14134 - Added a note about OSGi support for Debezium MySQL component
     add 936959c  CAMEL-14134 - Added a note about OSGi support for Debezium PostgresSQL component
     add b0159b2  CAMEL-14134 - Added a note about OSGi support for Debezium Mongodb component
     add e82274c  Regen

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/debezium-mongodb-component.adoc  |  2 ++
 .../src/main/docs/debezium-mysql-component.adoc    |  2 ++
 .../src/main/docs/debezium-postgres-component.adoc |  2 ++
 .../ROOT/pages/debezium-mongodb-component.adoc     |  2 ++
 .../ROOT/pages/debezium-mysql-component.adoc       |  2 ++
 .../ROOT/pages/debezium-postgres-component.adoc    |  7 +++--
 .../karaf/features/src/main/resources/features.xml | 30 -------------------
 .../itest/karaf/CamelDebeziumMongodbTest.java      | 35 ----------------------
 .../camel/itest/karaf/CamelDebeziumMysqlTest.java  | 35 ----------------------
 .../itest/karaf/CamelDebeziumPostgresTest.java     | 35 ----------------------
 10 files changed, 15 insertions(+), 137 deletions(-)
 delete mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDebeziumMongodbTest.java
 delete mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDebeziumMysqlTest.java
 delete mode 100644 tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDebeziumPostgresTest.java