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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7c5f301db5 Upgrade hyperfoil-maven-plugin from 0.27.1 to 0.27.2 (#8792)
7c5f301db5 is described below

commit 7c5f301db57e9f4668103174de295d77e676cf47
Author: Alexandre Gallice <[email protected]>
AuthorDate: Thu Jun 25 18:52:02 2026 +0200

    Upgrade hyperfoil-maven-plugin from 0.27.1 to 0.27.2 (#8792)
    
    Update the hyperfoil-maven-plugin version in the perf-regression tool
    from 0.27.1 to 0.27.2 to get latest bug fixes and improvements while
    maintaining Java 17 compatibility.
    
    Version 0.28.0+ requires Java 21, so we stay on the 0.27.x series
    until Camel Quarkus upgrades its minimum Java requirement.
    
    Co-authored-by: Claude Sonnet 4.5 <[email protected]>
---
 tooling/perf-regression/cq-perf-regression-sample-base/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml 
b/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml
index 54ddbe2860..8cd82103f0 100644
--- a/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml
+++ b/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml
@@ -30,8 +30,8 @@
     </parent>
     <artifactId>cq-perf-regression-sample</artifactId>
     <properties>
-        <!-- Let's not upgrade hyperfoil-maven-plugin as long as camel-quarkus 
supports JDK17: https://github.com/apache/camel-quarkus/issues/8027 -->
-        <hyperfoil-maven-plugin.version>0.27.1</hyperfoil-maven-plugin.version>
+        <!-- Let's not upgrade hyperfoil-maven-plugin beyond 0.27.x as long as 
camel-quarkus supports JDK17: 
https://github.com/apache/camel-quarkus/issues/8027 -->
+        <hyperfoil-maven-plugin.version>0.27.2</hyperfoil-maven-plugin.version>
         <maven.compiler.parameters>true</maven.compiler.parameters>
         <maven.compiler.source>17</maven.compiler.source>
         <maven.compiler.target>17</maven.compiler.target>

Reply via email to