You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/04/15 13:44:25 UTC

[camel-quarkus] 03/04: Reinstate MongoDB extensions

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 2574671fc22c4e554a16cd5ec055ca3f40993e04
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Apr 15 09:52:58 2020 +0100

    Reinstate MongoDB extensions
    
    Fixes #1064
---
 .github/workflows/pr-build.yaml | 2 +-
 extensions-jvm/pom.xml          | 2 +-
 extensions/pom.xml              | 2 +-
 integration-tests/pom.xml       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml
index f337c2a..f7eda72 100644
--- a/.github/workflows/pr-build.yaml
+++ b/.github/workflows/pr-build.yaml
@@ -206,10 +206,10 @@ jobs:
               servicenow
               slack
           - category: SQL
-            # TODO: re-add mongodb
             test-modules: >
               couchdb
               jdbc
+              mongodb
               sql
           - category: Social
             test-modules: >
diff --git a/extensions-jvm/pom.xml b/extensions-jvm/pom.xml
index d014b84..0dc9b5f 100644
--- a/extensions-jvm/pom.xml
+++ b/extensions-jvm/pom.xml
@@ -50,7 +50,7 @@
         <module>aws2-translate</module>
         <module>cassandraql</module>
         <module>couchbase</module>
-        <!--module>debezium-mongodb</module-->
+        <module>debezium-mongodb</module>
         <module>debezium-mysql</module>
         <module>debezium-postgres</module>
         <module>debezium-sqlserver</module>
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 2554d57..5e7598e 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -100,7 +100,7 @@
         <module>mail</module>
         <module>microprofile-health</module>
         <module>microprofile-metrics</module>
-        <!--        <module>mongodb</module>-->
+        <module>mongodb</module>
         <module>mustache</module>
         <module>netty</module>
         <module>netty-http</module>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 5e32424..f520f90 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -92,7 +92,7 @@
         <module>mail</module>
         <module>messaging</module>
         <module>microprofile</module>
-        <!--        <module>mongodb</module>-->
+        <module>mongodb</module>
         <module>mustache</module>
         <module>netty</module>
         <module>olingo4</module>