You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/11/07 01:37:09 UTC

[camel-kafka-connector] branch camel-master updated (6c0b12b -> 260a233)

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

github-bot pushed a change to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


 discard 6c0b12b  Temporarily disable a test affected by CAMEL-15789
 discard e2c9496  Include the common infra as required test dependency
 discard ff60b14  Point to 3.7.0-SNAPSHOT
 discard 8e37fd1  [create-pull-request] automated change
     add 4753785  Updated CHANGELOG.md
     add 80c22fe  Decouple the JMS client from the service to simplify using the test infra from Camel
     add e85aa5c  Do initialize the container at the correct callback
     new dd171fc  [create-pull-request] automated change
     new f63eac8  Point to 3.7.0-SNAPSHOT
     new 8939e42  Include the common infra as required test dependency
     new 260a233  Temporarily disable a test affected by CAMEL-15789

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6c0b12b)
            \
             N -- N -- N   refs/heads/camel-master (260a233)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 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:
 CHANGELOG.md                                       | 10 +++++
 .../kafkaconnector/sjms2/clients/JMSClient.java    | 45 ++++++++++++++++++++++
 .../sjms2/services/ArtemisContainer.java           |  6 ---
 .../sjms2/services/ContainerLocalService.java      | 10 +----
 .../sjms2/services/JMSContainer.java               |  7 ----
 .../kafkaconnector/sjms2/services/JMSService.java  |  7 ----
 .../services/QpidDispatchRouterContainer.java      |  6 ---
 .../sjms2/services/RemoteJMSService.java           | 12 ------
 .../sjms2/sink/CamelSinkJMSITCase.java             |  2 +-
 .../sjms2/source/CamelSourceJMSITCase.java         |  2 +-
 .../source/CamelSourceJMSWithAggregation.java      |  2 +-
 11 files changed, 60 insertions(+), 49 deletions(-)


[camel-kafka-connector] 03/04: Include the common infra as required test dependency

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 8939e42eb5043e2611ba35b4c24e9c49bb67e857
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Thu Nov 5 16:06:00 2020 +0100

    Include the common infra as required test dependency
---
 tests/itests-parent/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tests/itests-parent/pom.xml b/tests/itests-parent/pom.xml
index 65e47c4..7765f27 100644
--- a/tests/itests-parent/pom.xml
+++ b/tests/itests-parent/pom.xml
@@ -59,6 +59,14 @@
 
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-test-infra-common</artifactId>
+            <version>${camel.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-test-infra-kafka</artifactId>
             <version>${camel.version}</version>
             <type>test-jar</type>


[camel-kafka-connector] 04/04: Temporarily disable a test affected by CAMEL-15789

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 260a233d08b041a6bee68964d850637c9bdb2826
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Fri Nov 6 10:57:46 2020 +0100

    Temporarily disable a test affected by CAMEL-15789
---
 .../camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java b/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java
index fd51530..6c75920 100644
--- a/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java
+++ b/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java
@@ -184,6 +184,7 @@ public class CamelSinkCouchbaseITCase extends AbstractKafkaTest {
         runTest(factory);
     }
 
+    @Disabled("Due to CAMEL-15789")
     @Test
     @Timeout(90)
     public void testBasicSendReceiveUsingUrl() throws Exception {


[camel-kafka-connector] 02/04: Point to 3.7.0-SNAPSHOT

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit f63eac8bfc5f9c45571ac75099b7769bc38f059a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 26 15:52:50 2020 +0100

    Point to 3.7.0-SNAPSHOT
---
 parent/pom.xml | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 247898e..1699380 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,7 +28,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <kafka.version>2.6.0</kafka.version>
-        <camel.version>3.6.0</camel.version>
+        <camel.version>3.7.0-SNAPSHOT</camel.version>
         <apicurio.registry.version>1.3.1.Final</apicurio.registry.version>
         <resteasy.version>4.5.6.Final</resteasy.version>
         <version.java>1.8</version.java>
diff --git a/pom.xml b/pom.xml
index 7a44882..8d17c87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.6.0</version>
+        <version>3.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.kafkaconnector</groupId>


[camel-kafka-connector] 01/04: [create-pull-request] automated change

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit dd171fc4239c05695871b7c5bbcab08b96cec498
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Fri Nov 6 03:51:12 2020 +0000

    [create-pull-request] automated change
---
 docs/modules/ROOT/pages/connectors.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/connectors.adoc b/docs/modules/ROOT/pages/connectors.adoc
index 997777a..7a88ca6 100644
--- a/docs/modules/ROOT/pages/connectors.adoc
+++ b/docs/modules/ROOT/pages/connectors.adoc
@@ -2,7 +2,7 @@
 = Supported connectors and documentation
 
 // kafka-connectors list: START
-Number of Camel Kafka connectors: 347 
+Number of Camel Kafka connectors: 346 
 
 [width="100%",cols="4,1,1,1,1,1,1",options="header"]
 |===