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/03/18 14:29:36 UTC

[GitHub] [camel-quarkus] oscerd opened a new issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

oscerd opened a new issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904
 
 
   Actually the camel-catalog-quarkus for the last release is missing
   
   https://search.maven.org/artifact/org.apache.camel.quarkus/camel-catalog-quarkus
   
   I believe this is related to https://github.com/apache/camel-quarkus/pull/869

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] oscerd opened a new issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

Posted by GitBox <gi...@apache.org>.
oscerd opened a new issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904
 
 
   Actually the camel-catalog-quarkus for the last release is missing
   
   https://search.maven.org/artifact/org.apache.camel.quarkus/camel-catalog-quarkus
   
   I believe this is related to https://github.com/apache/camel-quarkus/pull/869

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] oscerd commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904#issuecomment-600682896
 
 
   Sounds good to me. I'll open a PR if it's ok for all.

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] lburgazzoli commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904#issuecomment-609769103
 
 
   Its just a matter of using the same naming convention across sub-projects, if you think there's a better naming scheme maybe open a discussion on the dev mainiling list. 

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] ppalaga commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904#issuecomment-600760830
 
 
   > Is there a specific reason for this?
   
   I wanted to follow the convention that all artifactIds start with `camel-quarkus-`. Having the same prefix for all modules in a source tree is quite common in the maven world. It is practical because e.g. naming clashes are less likely when jars need to be copied into a single directory (libs dir in quarkus or some sort of deployments directory on a web-container). Also Eclipse needs manual workarounds to import two modules from two separate source trees having the same artifactId.
   
   The old artifactId was used both in Camel and Camel Quarkus, IIRC.
   
   The proposed camel-catalog-provider-quarkus follows another naming convention but it is at least globally unique (which makes it acceptable). But I still wonder why that naming convention should be held superior to the local naming convention? Are all the catalog providers pulled by some agent who makes assumptions about their names?
   

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] oscerd commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904#issuecomment-600671744
 
 
   Just discovered it has been renamed to camel-quarkus-catalog. Is there a specific reason for this?

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] oscerd closed issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904
 
 
   

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] ppalaga commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904#issuecomment-604033326
 
 
   @lburgazzoli  is there any reason why the naming convention proposed by you should be held superior to the local naming convention? Are all the catalog providers pulled by some agent who makes assumptions about their names?

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] ppalaga commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904#issuecomment-600715484
 
 
   Agreed with @oscerd that I'll fix this.

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] oscerd commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904#issuecomment-600679286
 
 
   Let me re-open, maybe it makes sense to switch back to the original name.

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] oscerd commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904#issuecomment-600677924
 
 
   By the way, mistery resolved.

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


With regards,
Apache Git Services

[GitHub] [camel-quarkus] lburgazzoli commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #904: Camel-Catalog-Quarkus: It is missing for release-1.0.0-M5
URL: https://github.com/apache/camel-quarkus/issues/904#issuecomment-600682273
 
 
   We probably should follow the naming used in other projects so as we have 
   
   - camel-catalog-provider-karaf
   - camel-catalog-provider-springboot
   
   Maybe we should name this `camel-catalog-provider-quarkus`
   
   @davsclaus @oscerd  what do you think ? 
   

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


With regards,
Apache Git Services