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 2020/12/15 14:12:57 UTC

[camel-kafka-connector] branch camel-master-3.7.0-staging updated (6d3cc8c -> 238d590)

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

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


    omit 6d3cc8c  Added repositories for staging where needed
    omit 771c20b  Added Staging repositories and update to Camel 3.7.0 to be ready
    omit e068e69  Regen catalog
    omit e02e379  Regen and removed an assertion
    omit 14b27fd  Regen catalog
    omit c932631  Ensure the I/O exception is logged if thrown in the SSH transformation
    omit b0e599a  Prevent an NPE in the ssh transformation the unlikely case value is null
    omit 4c55a12  (chores) Use log markers
    omit 35b8590  (chores) Use diamond operators instead of type specification
    omit 65450d0  Avoid creating an anonymous extra class
    omit 9637560  Prevents a potential null pointer dereference if the conversion cannot be made in the SinkPojoToSchemaAndStructTransform
    omit d7a565b  Added max redelivery delay to source config in basic configuration
    omit 76f4ff9  Added documentation for remove headers in basic configuration docs
    omit 58ac0ac  Add enum in Catalog - code generator change #645
    omit 287774a  Made source and binary distribution names compliant with camel site download page generation. See #754 Skipped publication of complete source artifact
    omit 00fcb1c  Factorize code in CollectConnectorDescriptorMojo
    omit a1fa486  Added another test about removal of headers based on reg exp
     add e25cc4a  Added another test about removal of headers based on reg exp
     add d55c582  Factorize code in CollectConnectorDescriptorMojo
     add 9b721f9  Made source and binary distribution names compliant with camel site download page generation. See #754 Skipped publication of complete source artifact
     add d8c8c04  Add enum in Catalog - code generator change #645
     add 2e013d2  Added documentation for remove headers in basic configuration docs
     add 0f2b03d  Added max redelivery delay to source config in basic configuration
     add d250840  Prevents a potential null pointer dereference if the conversion cannot be made in the SinkPojoToSchemaAndStructTransform
     add ce017a3  Avoid creating an anonymous extra class
     add 993b191  (chores) Use diamond operators instead of type specification
     add 6f1269a  (chores) Use log markers
     add ad3588a  Prevent an NPE in the ssh transformation the unlikely case value is null
     add d52b9f8  Ensure the I/O exception is logged if thrown in the SSH transformation
     add 6650346  Regen catalog
     add 163d42d  Regen and removed an assertion
     add e96bf49  Regen catalog
     add e52977d  Work-around Couchbase timeout issue in URL-based test
     add adbda2f  Fixed the timeout issues on Couchbase Sink test with URL
     new 111c90e  Added Staging repositories and update to Camel 3.7.0 to be ready
     new 238d590  Added repositories for staging where needed

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   (6d3cc8c)
            \
             N -- N -- N   refs/heads/camel-master-3.7.0-staging (238d590)

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 2 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:
 tests/itests-couchbase/pom.xml                     | 29 ++++++-
 .../services/CouchbaseLocalContainerService.java   | 89 ----------------------
 .../couchbase/services/CouchbaseRemoteService.java | 58 --------------
 .../couchbase/services/CouchbaseService.java       | 52 -------------
 .../services/CouchbaseServiceFactory.java          | 46 -----------
 .../couchbase/sink/CamelSinkCouchbaseITCase.java   | 50 +++++++++++-
 6 files changed, 71 insertions(+), 253 deletions(-)
 delete mode 100644 tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/services/CouchbaseLocalContainerService.java
 delete mode 100644 tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/services/CouchbaseRemoteService.java
 delete mode 100644 tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/services/CouchbaseService.java
 delete mode 100644 tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/services/CouchbaseServiceFactory.java


[camel-kafka-connector] 01/02: Added Staging repositories and update to Camel 3.7.0 to be ready

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

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

commit 111c90e9129a7487aaf60415b170b50ccc49b9a4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 15 15:02:48 2020 +0100

    Added Staging repositories and update to Camel 3.7.0 to be ready
---
 parent/pom.xml | 22 +++++++++++++++++++++-
 pom.xml        |  2 +-
 2 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1699380..d12b27c 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.7.0-SNAPSHOT</camel.version>
+        <camel.version>3.7.0</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>
@@ -77,6 +77,16 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
+        <repository>
+            <id>camel-3.7.0</id>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1263</url>
+        </repository>
     </repositories>
     <pluginRepositories>
         <pluginRepository>
@@ -89,6 +99,16 @@
                 <enabled>false</enabled>
             </releases>
         </pluginRepository>
+        <pluginRepository>
+            <id>camel-3.7.0</id>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1263</url>
+        </pluginRepository>
     </pluginRepositories>
 
     <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 8d17c87..d7db215 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.7.0-SNAPSHOT</version>
+        <version>3.7.0</version>
     </parent>
 
     <groupId>org.apache.camel.kafkaconnector</groupId>


[camel-kafka-connector] 02/02: Added repositories for staging where needed

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

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

commit 238d590ffdd0ab36eb85af601a20ef242a917e3c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 15 15:04:17 2020 +0100

    Added repositories for staging where needed
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index d7db215..1be0a59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,16 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
+        <repository>
+            <id>camel-3.7.0</id>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1263</url>
+        </repository>
     </repositories>
 
     <pluginRepositories>
@@ -129,6 +139,16 @@
                 <enabled>false</enabled>
             </releases>
         </pluginRepository>
+        <pluginRepository>
+            <id>camel-3.7.0</id>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1263</url>
+        </pluginRepository>
     </pluginRepositories>
 
     <build>