You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "christophd (via GitHub)" <gi...@apache.org> on 2023/05/23 09:38:51 UTC

[GitHub] [camel-k-runtime] christophd opened a new issue, #1029: Include miscellaneous components in Camel catalog

christophd opened a new issue, #1029:
URL: https://github.com/apache/camel-k-runtime/issues/1029

   Camel components categorized as miscellaneous/other are currently ignored when building the Camel catalog. We should include those components in order to also resolve these artifacts via the catalog.


-- 
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-k-runtime] christophd commented on issue #1029: Include miscellaneous components in Camel catalog

Posted by "christophd (via GitHub)" <gi...@apache.org>.
christophd commented on issue #1029:
URL: https://github.com/apache/camel-k-runtime/issues/1029#issuecomment-1559162045

   @lburgazzoli this is the list of components listed as miscellaneous https://camel.apache.org/components/3.20.x/others/index.html


-- 
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-k-runtime] squakez commented on issue #1029: Include miscellaneous components in Camel catalog

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on issue #1029:
URL: https://github.com/apache/camel-k-runtime/issues/1029#issuecomment-1560941722

   I understand this is now completed.


-- 
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-k-runtime] squakez closed issue #1029: Include miscellaneous components in Camel catalog

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #1029: Include miscellaneous components in Camel catalog
URL: https://github.com/apache/camel-k-runtime/issues/1029


-- 
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-k-runtime] christophd commented on issue #1029: Include miscellaneous components in Camel catalog

Posted by "christophd (via GitHub)" <gi...@apache.org>.
christophd commented on issue #1029:
URL: https://github.com/apache/camel-k-runtime/issues/1029#issuecomment-1559151186

   The one that made me realize this issue is `camel-jta` and `camel-cloudevents` which is also listed in the Camel Quarkus extensions but has not been part of the catalog


-- 
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-k-runtime] lburgazzoli commented on issue #1029: Include miscellaneous components in Camel catalog

Posted by "lburgazzoli (via GitHub)" <gi...@apache.org>.
lburgazzoli commented on issue #1029:
URL: https://github.com/apache/camel-k-runtime/issues/1029#issuecomment-1559210373

   Ah ok, that's not for scheme -> dependency resolution but for generic dependency resolution so yes, in that case we should add all the dependencies.


-- 
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-k-runtime] lburgazzoli commented on issue #1029: Include miscellaneous components in Camel catalog

Posted by "lburgazzoli (via GitHub)" <gi...@apache.org>.
lburgazzoli commented on issue #1029:
URL: https://github.com/apache/camel-k-runtime/issues/1029#issuecomment-1559166150

   `camel-cloudevents`  cannot be really defined as a component as it does not provide any component or dataformat or language and it is mainly a support  dependency for other components so there won't be any schema associated with that. The `camel-jta` seems to fall in the same category so I guess we should use some additional info to decide to include them or not


-- 
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-k-runtime] christophd commented on issue #1029: Include miscellaneous components in Camel catalog

Posted by "christophd (via GitHub)" <gi...@apache.org>.
christophd commented on issue #1029:
URL: https://github.com/apache/camel-k-runtime/issues/1029#issuecomment-1559205789

   In case the Camel dependency is not listed in the catalog Camel K will raise warnings and the runtime is not using the respective Quarkus extension `camel-quarkus-jta` if it is not listed in the catalog. 
   
   The way it is implemented right now the integration will even fail with errors in case the Camel dependency is not listed in the catalog. We are about to change that to raise warnings instead of failing. These are the miscellaneous components that do have a Camel Quarkus extension:
   
   ```
   attachments
   aws-xray
   caffeine-lrucache
   cloudevents
   console
   core-cloud
   debug
   dsl-modeline
   groovy-dsl
   headersmap
   jasypt
   java-joor-dsl
   jfr
   js-dsl
   jsh-dsl
   jta
   knative-consumer
   knative-producer
   kotlin
   kotlin-dsl
   leveldb
   lra
   management
   microprofile-fault-tolerance
   microprofile-health
   openapi-java
   opentelemetry
   opentracing
   reactive-executor-vertx
   redis
   shiro
   smallrye-reactive-messaging
   threadpoolfactory-vertx
   xml-io-dsl
   xml-jaxb
   xml-jaxp
   yaml-dsl
   ```


-- 
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-k-runtime] squakez commented on issue #1029: Include miscellaneous components in Camel catalog

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on issue #1029:
URL: https://github.com/apache/camel-k-runtime/issues/1029#issuecomment-1558987657

   Thanks for reporting. Not sure if this is a bug or some kind of design behavior. @lburgazzoli wdyt? would it be harmful if we let also these components to slip into the catalog?


-- 
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-k-runtime] lburgazzoli commented on issue #1029: Include miscellaneous components in Camel catalog

Posted by "lburgazzoli (via GitHub)" <gi...@apache.org>.
lburgazzoli commented on issue #1029:
URL: https://github.com/apache/camel-k-runtime/issues/1029#issuecomment-1559124354

   I don't recall any specific reason to exclude them, I think it at the time the catalog was introduced, the miscellaneous/other where probably things like camel-main and so on.
   
   What component are actually labelled as miscellaneous/other ?


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