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/10 13:24:00 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #3979: `perf-regression` module should not import `io.quarkus.platform:quarkus-bom`

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

   I don't think we want to be directly importing the platform BOM like this:
   
   https://github.com/apache/camel-quarkus/blob/main/tooling/perf-regression/pom.xml#L31-L41
   
   It wont work on the `quarkus-main` branch where we use version 999-SNAPSHOT. I don't really want to be doing a full platform build just so we can get a SNAPSHOT artifact.


-- 
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] jamesnetherton closed issue #3979: `perf-regression` module should not import `io.quarkus.platform:quarkus-bom`

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #3979: `perf-regression` module should not import `io.quarkus.platform:quarkus-bom`
URL: https://github.com/apache/camel-quarkus/issues/3979


-- 
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


[GitHub] [camel-quarkus] jamesnetherton commented on issue #3979: `perf-regression` module should not import `io.quarkus.platform:quarkus-bom`

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #3979:
URL: https://github.com/apache/camel-quarkus/issues/3979#issuecomment-1210670603

   Also dependency versions should not be hard coded. Best to declare properties in the root `pom.xml`.


-- 
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