You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/22 08:21:18 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #4023: perf-regression: PerfRegressionIT should use `java.home` system property for the java executable location

jamesnetherton opened a new issue, #4023:
URL: https://github.com/apache/camel-quarkus/issues/4023

   PerfRegressionIT currently makes the assumption that whatever `java` binary is found on the `PATH`, is the one that should be used in the test. That may not always be the case.
   
   It'd probably be safer to look up the value of the `java.home` system property and use the same JDK that is running the test.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] aldettinger closed issue #4023: perf-regression: PerfRegressionIT should use `java.home` system property for the java executable location

Posted by GitBox <gi...@apache.org>.
aldettinger closed issue #4023: perf-regression: PerfRegressionIT should use `java.home` system property for the java executable location
URL: https://github.com/apache/camel-quarkus/issues/4023


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org