You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/21 12:52:55 UTC

[camel-performance-tests] branch main updated (335b43a -> 3e251d5)

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

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


    from 335b43a  Bump postgresql in /profiling/kafka/postgresql-kafka-exchange-pooling
     new 26d093d  Set version to 3.21.0-SNAPSHOT
     new 3e251d5  Set version to 3.21.0-SNAPSHOT

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:
 pom.xml                                                             | 6 ++----
 profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md | 2 +-
 profiling/kafka/kafka-azure-storage-blob/README.md                  | 2 +-
 .../kafka/kafka-azure-storage-queue-exchange-pooling/README.md      | 2 +-
 profiling/kafka/kafka-azure-storage-queue/README.md                 | 2 +-
 profiling/kafka/kafka-minio-exchange-pooling/README.md              | 2 +-
 profiling/kafka/kafka-minio/README.md                               | 2 +-
 profiling/kafka/kafka-mongo-exchange-pooling/README.md              | 2 +-
 profiling/kafka/kafka-mongo/README.md                               | 2 +-
 profiling/kafka/kafka-nats/README.md                                | 2 +-
 10 files changed, 11 insertions(+), 13 deletions(-)


[camel-performance-tests] 01/02: Set version to 3.21.0-SNAPSHOT

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

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

commit 26d093d6d57a15dde808b54c5a5c426e591ec793
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 21 13:50:42 2022 +0100

    Set version to 3.21.0-SNAPSHOT
---
 pom.xml                                                             | 6 ++----
 profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md | 2 +-
 profiling/kafka/kafka-azure-storage-blob/README.md                  | 2 +-
 profiling/kafka/kafka-minio-exchange-pooling/README.md              | 2 +-
 profiling/kafka/kafka-minio/README.md                               | 2 +-
 profiling/kafka/kafka-mongo-exchange-pooling/README.md              | 2 +-
 profiling/kafka/kafka-mongo/README.md                               | 2 +-
 profiling/kafka/kafka-nats/README.md                                | 2 +-
 8 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 744a488..79159e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.20.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.tests</groupId>
@@ -90,9 +90,7 @@
         <site-repo-url>scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url>
         <jdk.version>11</jdk.version>
         <compiler.fork>false</compiler.fork>
-
-        <camel.version>3.20.0-SNAPSHOT</camel.version>
-
+        <camel.version>3.21.0-SNAPSHOT</camel.version>
         <!-- Versions -->
         <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
diff --git a/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md b/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
index 30a3492..5bb918d 100644
--- a/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
@@ -120,7 +120,7 @@ You could also leveraging the camel-jbang module. From Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.18.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your working directory.
diff --git a/profiling/kafka/kafka-azure-storage-blob/README.md b/profiling/kafka/kafka-azure-storage-blob/README.md
index 5f9f2d9..0ef8594 100644
--- a/profiling/kafka/kafka-azure-storage-blob/README.md
+++ b/profiling/kafka/kafka-azure-storage-blob/README.md
@@ -120,7 +120,7 @@ You could also leveraging the camel-jbang module. From Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.20.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your working directory.
diff --git a/profiling/kafka/kafka-minio-exchange-pooling/README.md b/profiling/kafka/kafka-minio-exchange-pooling/README.md
index 4a78ba5..33f457e 100644
--- a/profiling/kafka/kafka-minio-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-minio-exchange-pooling/README.md
@@ -131,7 +131,7 @@ You could also leveraging the camel-jbang module. From Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.18.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your working directory.
diff --git a/profiling/kafka/kafka-minio/README.md b/profiling/kafka/kafka-minio/README.md
index 1973381..ea006fb 100644
--- a/profiling/kafka/kafka-minio/README.md
+++ b/profiling/kafka/kafka-minio/README.md
@@ -131,7 +131,7 @@ You could also leveraging the camel-jbang module. From Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.18.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your working directory.
diff --git a/profiling/kafka/kafka-mongo-exchange-pooling/README.md b/profiling/kafka/kafka-mongo-exchange-pooling/README.md
index 83c5ee2..9560a9c 100644
--- a/profiling/kafka/kafka-mongo-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-mongo-exchange-pooling/README.md
@@ -142,7 +142,7 @@ You could also leveraging the camel-jbang module. From Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.18.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your working directory.
diff --git a/profiling/kafka/kafka-mongo/README.md b/profiling/kafka/kafka-mongo/README.md
index d18a70d..0ded455 100644
--- a/profiling/kafka/kafka-mongo/README.md
+++ b/profiling/kafka/kafka-mongo/README.md
@@ -142,7 +142,7 @@ You could also leveraging the camel-jbang module. From Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.18.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your working directory.
diff --git a/profiling/kafka/kafka-nats/README.md b/profiling/kafka/kafka-nats/README.md
index 43ffad8..d401317 100644
--- a/profiling/kafka/kafka-nats/README.md
+++ b/profiling/kafka/kafka-nats/README.md
@@ -131,7 +131,7 @@ You could also leveraging the camel-jbang module. From Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.18.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your working directory.


[camel-performance-tests] 02/02: Set version to 3.21.0-SNAPSHOT

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

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

commit 3e251d54c323e974c763561542da7236bf249c5a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 21 13:52:43 2022 +0100

    Set version to 3.21.0-SNAPSHOT
---
 profiling/kafka/kafka-azure-storage-queue-exchange-pooling/README.md | 2 +-
 profiling/kafka/kafka-azure-storage-queue/README.md                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiling/kafka/kafka-azure-storage-queue-exchange-pooling/README.md b/profiling/kafka/kafka-azure-storage-queue-exchange-pooling/README.md
index fdb83c3..5425277 100644
--- a/profiling/kafka/kafka-azure-storage-queue-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-azure-storage-queue-exchange-pooling/README.md
@@ -120,7 +120,7 @@ You could also leveraging the camel-jbang module.
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.20.0-SNAPSHOT  camel@apache/camel run --properties=data/application.properties --jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run --properties=data/application.properties --jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your working directory.
diff --git a/profiling/kafka/kafka-azure-storage-queue/README.md b/profiling/kafka/kafka-azure-storage-queue/README.md
index fb63d91..7ccdc06 100644
--- a/profiling/kafka/kafka-azure-storage-queue/README.md
+++ b/profiling/kafka/kafka-azure-storage-queue/README.md
@@ -120,7 +120,7 @@ You could also leveraging the camel-jbang module.
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.20.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.21.0-SNAPSHOT  camel@apache/camel run --jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get a jfr recording file once the application will be stopped in your working directory.