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 2021/01/18 13:42:17 UTC

[camel-kafka-connector] branch master updated (f3903be -> 34694e1)

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-kafka-connector.git.


    from f3903be  Ensures that Couchbase client dependencies are packed with the connector (GH issue #878)
     new ce983d5  Bump to Kafka 2.7.0
     new 5b780f9  Upgrade Scala Library to version 2.12.12
     new d39a390  Mark HDFS Integration test as slow
     new a2949c2  Fixed imports
     new 34694e1  Fixed checkstyle

The 5 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:
 parent/pom.xml                                                        | 4 ++--
 .../apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java    | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)


[camel-kafka-connector] 03/05: Mark HDFS Integration test as slow

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

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

commit d39a39049650d7a300d002e11e269788fdc5736c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 18 13:47:06 2021 +0100

    Mark HDFS Integration test as slow
---
 .../org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java b/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java
index 00234b5..623723d 100644
--- a/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java
+++ b/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java
@@ -43,6 +43,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 import static org.junit.jupiter.api.Assertions.fail;
 
+@EnabledIfSystemProperty(named = "enable.slow.tests", matches = "true")
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class CamelSinkHDFSITCase extends AbstractKafkaTest {
     @RegisterExtension


[camel-kafka-connector] 01/05: Bump to Kafka 2.7.0

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

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

commit ce983d5bfa9668f1f6d2115b2fbbdc14e749805f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 18 08:45:10 2021 +0100

    Bump to Kafka 2.7.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4c22979..809658b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -27,7 +27,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-        <kafka.version>2.6.0</kafka.version>
+        <kafka.version>2.7.0</kafka.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>


[camel-kafka-connector] 05/05: Fixed checkstyle

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

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

commit 34694e19d23543f844780ebde0b30addb4c07545
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 18 14:16:47 2021 +0100

    Fixed checkstyle
---
 .../org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java b/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java
index 6dd1bde..6b793d3 100644
--- a/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java
+++ b/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java
@@ -34,8 +34,8 @@ import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.TestInstance;
 import org.junit.jupiter.api.Timeout;
-import org.junit.jupiter.api.extension.RegisterExtension;
 import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
+import org.junit.jupiter.api.extension.RegisterExtension;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 


[camel-kafka-connector] 02/05: Upgrade Scala Library to version 2.12.12

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

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

commit 5b780f9084420d2318a17a2653a27f923239e0b4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 18 09:05:23 2021 +0100

    Upgrade Scala Library to version 2.12.12
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 809658b..326884f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -47,7 +47,7 @@
         <version.maven.jar>3.1.0</version.maven.jar>
         <version.maven.failsafe>2.22.2</version.maven.failsafe>
         <version.maven.surefire>3.0.0-M4</version.maven.surefire>
-        <version.scala.library>2.12.10</version.scala.library>
+        <version.scala.library>2.12.12</version.scala.library>
         <version.maven.maven-remote-resources-plugin>1.6.0</version.maven.maven-remote-resources-plugin>
 
         <version.maven.checkstyle>8.26</version.maven.checkstyle>


[camel-kafka-connector] 04/05: Fixed imports

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

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

commit a2949c2fa6220d149e84fea3a1830290179173ba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 18 13:47:59 2021 +0100

    Fixed imports
---
 .../org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java b/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java
index 623723d..6dd1bde 100644
--- a/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java
+++ b/tests/itests-hdfs/src/test/java/org/apache/camel/kafkaconnector/hdfs/sink/CamelSinkHDFSITCase.java
@@ -35,6 +35,7 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.TestInstance;
 import org.junit.jupiter.api.Timeout;
 import org.junit.jupiter.api.extension.RegisterExtension;
+import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;