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 2020/09/03 12:45:24 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #1684: A tool to check/sync dependency versions with camel & quarkus

ppalaga opened a new issue #1684:
URL: https://github.com/apache/camel-quarkus/issues/1684


   The version properties in our top level pom.xml are maintained manually ATM. We should have some sort of a tool for that.
   Followup of https://github.com/apache/camel-quarkus/pull/1682#issuecomment-686409318


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

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



[GitHub] [camel-quarkus] ppalaga commented on issue #1684: A tool to check/sync dependency versions with camel & quarkus

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


   ca3514e solves the issue with Camel, but not with Quarkus


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

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



[GitHub] [camel-quarkus] jamesnetherton closed issue #1684: A tool to check/sync dependency versions with camel & quarkus

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #1684:
URL: https://github.com/apache/camel-quarkus/issues/1684


   


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

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



[GitHub] [camel-quarkus] oscerd commented on issue #1684: A tool to check/sync dependency versions with camel & quarkus

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


   We have the camel-dependencies module in the main camel-repo. You can do as we are doing in camel-karaf/camel-spring-boot/camel-kafka-connector https://github.com/apache/camel-kafka-connector/blob/master/pom.xml#L26
   
   You'll get the properties placeholder of Camel in your POM and this POM will use the Apache POM as parent POM.


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

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



[GitHub] [camel-quarkus] ppalaga commented on issue #1684: A tool to check/sync dependency versions with camel & quarkus

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


   Or the problem with Quarkus does not exist anymore?
   


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

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



[GitHub] [camel-quarkus] lburgazzoli commented on issue #1684: A tool to check/sync dependency versions with camel & quarkus

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


   I think we have something in use for camel kafka connector made by @oscerd 


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

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



[GitHub] [camel-quarkus] ppalaga commented on issue #1684: A tool to check/sync dependency versions with camel & quarkus

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


   In between we started using `@sync` annotation in the top pom.xml. The annotated props can then be update by running `mvn cq:sync-versions -N` manually. I think we can close this issue.


-- 
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 #1684: A tool to check/sync dependency versions with camel & quarkus

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


   You're right, it solves the camel part but not the Quarkus part.
   
   It's not immediately obvious which of the version properties are actually supposed to be aligned with Quarkus.


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

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



[GitHub] [camel-quarkus] jamesnetherton closed issue #1684: A tool to check/sync dependency versions with camel & quarkus

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #1684:
URL: https://github.com/apache/camel-quarkus/issues/1684


   


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