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 f1bb59e272 Pin the perf-regression tool to hyperfoil version 0.27.1
#8027 (#8028)
f1bb59e272 is described below
commit f1bb59e272014c7d7455f2214a03f3b9d844d349
Author: Alexandre Gallice <[email protected]>
AuthorDate: Fri Dec 5 16:34:02 2025 +0100
Pin the perf-regression tool to hyperfoil version 0.27.1 #8027 (#8028)
---
tooling/perf-regression/cq-perf-regression-sample-base/pom.xml | 1 +
1 file changed, 1 insertion(+)
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 221ccd28d1..54ddbe2860 100644
--- a/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml
+++ b/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml
@@ -30,6 +30,7 @@
</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>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>17</maven.compiler.source>