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/10/06 20:14:13 UTC

[camel-kafka-connector] branch fix-push-pr-build created (now ed038f6)

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

acosentino pushed a change to branch fix-push-pr-build
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at ed038f6  Camel-Kafka-connector-model: Aligned the rebase-master-onto-camel-master GH action to use the new model

This branch includes the following new commits:

     new 260a7f9  Camel-Kafka-connector-model: Aligned the automatic-sync-camel-master GH action to use the new model
     new a0cab4f  Camel-Kafka-connector-model: Aligned the master-pr-build GH action to use the new model
     new ba8a72e  Camel-Kafka-connector-model: Aligned the master-push-build GH action to use the new model
     new ed038f6  Camel-Kafka-connector-model: Aligned the rebase-master-onto-camel-master GH action to use the new model

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.



[camel-kafka-connector] 04/04: Camel-Kafka-connector-model: Aligned the rebase-master-onto-camel-master GH action to use the new model

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

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

commit ed038f693048b20bebd3b8413f5be8e45f4fb703
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 6 22:13:22 2020 +0200

    Camel-Kafka-connector-model: Aligned the rebase-master-onto-camel-master GH action to use the new model
---
 .github/workflows/rebase-master-onto-camel-master.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/rebase-master-onto-camel-master.yml b/.github/workflows/rebase-master-onto-camel-master.yml
index bfebb7c..4ce5d0f 100644
--- a/.github/workflows/rebase-master-onto-camel-master.yml
+++ b/.github/workflows/rebase-master-onto-camel-master.yml
@@ -59,7 +59,7 @@ jobs:
       - name: mvn sourcecheck + build and itests
         run: |
           ./mvnw -V --no-transfer-progress -DskipTests --projects org.apache.camel.kafkaconnector:parent,org.apache.camel.kafkaconnector:camel-kafka-connector-aggregator,org.apache.camel.kafkaconnector:camel-buildtools clean install
-          ./mvnw -V --no-transfer-progress --projects org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipTests clean install
+          ./mvnw -V --no-transfer-progress --projects org.apache.camel.kafkaconnector:camel-kafka-connector-model,org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipTests clean install
           ./mvnw -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress --projects '!org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin' -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipIntegrationTests=false clean test
       - name: Sync branch Master to Camel Master
         run: |


[camel-kafka-connector] 02/04: Camel-Kafka-connector-model: Aligned the master-pr-build GH action to use the new model

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

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

commit a0cab4ff3c68a98ba9b2a503b08b184f835a73ec
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 6 22:08:34 2020 +0200

    Camel-Kafka-connector-model: Aligned the master-pr-build GH action to use the new model
---
 .github/workflows/master-pr-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index 273da5f..2cff13c 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -46,5 +46,5 @@ jobs:
         # third command source check everything else but :camel-kafka-connector-generator-maven-plugin
         run: |
           ./mvnw -V --no-transfer-progress -DskipTests --projects org.apache.camel.kafkaconnector:parent,org.apache.camel.kafkaconnector:camel-kafka-connector-aggregator,org.apache.camel.kafkaconnector:camel-buildtools clean install
-          ./mvnw -V --no-transfer-progress --projects org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipTests clean install
+          ./mvnw -V --no-transfer-progress --projects org.apache.camel.kafkaconnector:camel-kafka-connector-model,org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipTests clean install
           ./mvnw -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -V --no-transfer-progress --projects '!org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin' -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipIntegrationTests=false clean test


[camel-kafka-connector] 03/04: Camel-Kafka-connector-model: Aligned the master-push-build GH action to use the new model

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

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

commit ba8a72e581e80da9a05535a2982dd787462c6282
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 6 22:10:17 2020 +0200

    Camel-Kafka-connector-model: Aligned the master-push-build GH action to use the new model
---
 .github/workflows/master-push-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml
index 6558b20..c067358 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -46,5 +46,5 @@ jobs:
         # third command source check everything else but :camel-kafka-connector-generator-maven-plugin
         run: |
             ./mvnw -V --no-transfer-progress -DskipTests --projects org.apache.camel.kafkaconnector:parent,org.apache.camel.kafkaconnector:camel-kafka-connector-aggregator,org.apache.camel.kafkaconnector:camel-buildtools clean install
-            ./mvnw -V --no-transfer-progress --projects org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipTests clean install
+            ./mvnw -V --no-transfer-progress --projects org.apache.camel.kafkaconnector:camel-kafka-connector-model,org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipTests clean install
             ./mvnw -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -V --no-transfer-progress --projects '!org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin' -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipIntegrationTests=false clean test


[camel-kafka-connector] 01/04: Camel-Kafka-connector-model: Aligned the automatic-sync-camel-master GH action to use the new model

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

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

commit 260a7f9abe135c5fd82df938a6d3a42047ae6c5a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 6 22:07:01 2020 +0200

    Camel-Kafka-connector-model: Aligned the automatic-sync-camel-master GH action to use the new model
---
 .github/workflows/automatic-sync-camel-master.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-camel-master.yml b/.github/workflows/automatic-sync-camel-master.yml
index 5f48be2..c94abf9 100644
--- a/.github/workflows/automatic-sync-camel-master.yml
+++ b/.github/workflows/automatic-sync-camel-master.yml
@@ -57,7 +57,7 @@ jobs:
       - name: Build Camel-kafka-connector Project
         run: |
           ./mvnw -V --no-transfer-progress -DskipTests --projects org.apache.camel.kafkaconnector:parent,org.apache.camel.kafkaconnector:camel-kafka-connector-aggregator,org.apache.camel.kafkaconnector:camel-buildtools clean install
-          ./mvnw -V --no-transfer-progress --projects org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipTests clean install
+          ./mvnw -V --no-transfer-progress --projects org.apache.camel.kafkaconnector:camel-kafka-connector-model,org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipTests clean install
           ./mvnw -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress --projects '!org.apache.camel.kafkaconnector:camel-kafka-connector-generator-maven-plugin' -Dcheckstyle.failOnViolation=true -Psourcecheck -DskipIntegrationTests=false clean test
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@v2.4.1