Jumping from 0.17 to 0.19 does not directly work, b/c there is a breaking API change on 0.18
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project eventing-hyperfoil-benchmark-vertx-receiver: Compilation failure
[ERROR] /home/matzew/go/src/github.com/openshift-knative/eventing-hyperfoil-benchmark/vertx-receiver/src/main/java/io/openshift/serverless/knative/eventing/hyperfoil/benchmark/VertxReceiverVerticle.java:[104,46] constructor RequestStatsMessage in class io.hyperfoil.clustering.messages.RequestStatsMessage cannot be applied to given types;
[ERROR] required: java.lang.String,java.lang.String,int,int,java.lang.String,io.hyperfoil.api.statistics.StatisticsSnapshot
[ERROR] found: java.lang.String,java.lang.String,int,boolean,int,java.lang.String,io.hyperfoil.api.statistics.StatisticsSnapshot
[ERROR] reason: actual and formal argument lists differ in length
[ERROR]
Jumping from
0.17
to0.19
does not directly work, b/c there is a breaking API change on 0.18/cc @rvansa