You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/03/01 10:28:43 UTC

[camel-performance-tests] branch camel-3.x updated (fe431ca -> 6e7defb)

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

orpiske pushed a change to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git


    from fe431ca  (chores) removed unused dependencies
     new ef3148e  ci: added a Github workflow action to compile the project when receiving PRs
     new 77df9c6  ci: fixed incorrect repository reference
     new 77b849a  ci: fixed incorrect repository reference
     new 6fb9d8e  Upgrades JMH to 1.36
     new 5a19512  ci: added dependency check
     new 6e7defb  ci: also run the build for Camel 3.x branch

The 6 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:
 .github/workflows/depsreview.yaml                  | 15 ++++++++
 .../workflows/pr-build-main.yml                    | 42 ++++++++++++++--------
 pom.xml                                            |  2 +-
 3 files changed, 43 insertions(+), 16 deletions(-)
 create mode 100644 .github/workflows/depsreview.yaml
 copy profiling/kafka/kafka-minio/data/sources/routes.yaml => .github/workflows/pr-build-main.yml (53%)


[camel-performance-tests] 03/06: ci: fixed incorrect repository reference

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

orpiske pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 77b849a3522a57a003d1379ad84303a1ad7313ae
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 1 09:43:16 2023 +0100

    ci: fixed incorrect repository reference
---
 .github/workflows/pr-build-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml
index f20ce26..35824e5 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -28,7 +28,7 @@ on:
 
 jobs:
   compile:
-    if: github.repository == 'apache/camel-performance'
+    if: github.repository == 'apache/camel-performance-tests'
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v3


[camel-performance-tests] 02/06: ci: fixed incorrect repository reference

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

orpiske pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 77df9c6b588c84b8e205ca2c024785cc2a06383e
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 1 09:42:11 2023 +0100

    ci: fixed incorrect repository reference
---
 .github/workflows/pr-build-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml
index e0566ca..f20ce26 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -28,7 +28,7 @@ on:
 
 jobs:
   compile:
-    if: github.repository == 'apache/camel'
+    if: github.repository == 'apache/camel-performance'
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@v3


[camel-performance-tests] 06/06: ci: also run the build for Camel 3.x branch

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

orpiske pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 6e7defb441ddb9bc97d7364fe2b9deb05c390d02
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 1 11:27:45 2023 +0100

    ci: also run the build for Camel 3.x branch
---
 .github/workflows/pr-build-main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml
index 35824e5..53a2bb3 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -21,6 +21,7 @@ on:
   pull_request:
     branches:
       - main
+      - camel-3.x
     paths-ignore:
       - README.md
       - NOTICE.txt


[camel-performance-tests] 01/06: ci: added a Github workflow action to compile the project when receiving PRs

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

orpiske pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit ef3148ea5010a9f7459968abe8a3329375b4177a
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 1 09:38:15 2023 +0100

    ci: added a Github workflow action to compile the project when receiving PRs
---
 .github/workflows/pr-build-main.yml | 44 +++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml
new file mode 100644
index 0000000..e0566ca
--- /dev/null
+++ b/.github/workflows/pr-build-main.yml
@@ -0,0 +1,44 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+name: PR Build (Camel 4)
+
+on:
+  pull_request:
+    branches:
+      - main
+    paths-ignore:
+      - README.md
+      - NOTICE.txt
+      - LICENSE.txt
+
+jobs:
+  compile:
+    if: github.repository == 'apache/camel'
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v3
+      with:
+        persist-credentials: false
+    - name: Set up JDK
+      uses: actions/setup-java@v3
+      with:
+        distribution: 'temurin'
+        java-version: 17
+        cache: 'maven'
+    - name: Maven build
+      run: mvn -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress clean compile


[camel-performance-tests] 05/06: ci: added dependency check

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

orpiske pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 5a19512e49714a2f106408e37cc36f25bc3aa1e6
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 1 09:53:55 2023 +0100

    ci: added dependency check
---
 .github/workflows/depsreview.yaml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.github/workflows/depsreview.yaml b/.github/workflows/depsreview.yaml
new file mode 100644
index 0000000..e20732a
--- /dev/null
+++ b/.github/workflows/depsreview.yaml
@@ -0,0 +1,15 @@
+name: 'Dependency Review'
+on: [pull_request]
+
+permissions:
+  contents: read
+
+jobs:
+  dependency-review:
+    if: github.repository == 'apache/camel-performance-tests'
+    runs-on: ubuntu-latest
+    steps:
+      - name: 'Checkout Repository'
+        uses: actions/checkout@v3
+      - name: 'Dependency Review'
+        uses: actions/dependency-review-action@v3


[camel-performance-tests] 04/06: Upgrades JMH to 1.36

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

orpiske pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 6fb9d8ed9d7adbb7ecfefb36072def6a59e27659
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Feb 22 11:27:16 2023 +0100

    Upgrades JMH to 1.36
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79159e3..836e68c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
         <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
         <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
-        <jmh-version>1.35</jmh-version>
+        <jmh-version>1.36</jmh-version>
         <osgi-version>6.0.0</osgi-version>
     </properties>