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/26 10:42:40 UTC

[GitHub] [camel-quarkus] davsclaus opened a new issue, #4051: Camel 3.19 - Add camel-cli-connector extension

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

   We have this for SB at
   https://github.com/apache/camel-spring-boot/tree/main/components-starter/camel-cli-connector-starter
   
   We need an extension for quarkus.
   
   There is an option you can configure to turn this on|off
   https://github.com/apache/camel-spring-boot/blob/main/components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorConfiguration.java#L30
   
   And this code will auto configure the `CliConnectorFactory` in the registry
   https://github.com/apache/camel-spring-boot/blob/main/components-starter/camel-cli-connector-starter/src/main/java/org/apache/camel/springboot/cli/connector/CliConnectorAutoConfiguration.java
   
   The quarkus extensions could do something similar.


-- 
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] davsclaus commented on issue #4051: Camel 3.19 - Add camel-cli-connector extension

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

   See #4274


-- 
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] svkcemk commented on issue #4051: Camel 3.19 - Add camel-cli-connector extension

Posted by "svkcemk (via GitHub)" <gi...@apache.org>.
svkcemk commented on issue #4051:
URL: https://github.com/apache/camel-quarkus/issues/4051#issuecomment-1408670718

   @davsclaus I am working on it I will create a PR shortly, sorry for delays!


-- 
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] svkcemk commented on issue #4051: Camel 3.19 - Add camel-cli-connector extension

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

   Hello I would like to work on this extension! feel free to assign, thanks !


-- 
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] svkcemk commented on issue #4051: Camel 3.19 - Add camel-cli-connector extension

Posted by "svkcemk (via GitHub)" <gi...@apache.org>.
svkcemk commented on issue #4051:
URL: https://github.com/apache/camel-quarkus/issues/4051#issuecomment-1411497523

   PR raised : https://github.com/apache/camel-quarkus/pull/4465 


-- 
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] davsclaus commented on issue #4051: Camel 3.19 - Add camel-cli-connector extension

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

   This also requires camel-console to be made as an extension


-- 
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] davsclaus commented on issue #4051: Camel 3.19 - Add camel-cli-connector extension

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #4051:
URL: https://github.com/apache/camel-quarkus/issues/4051#issuecomment-1408639669

   @svkcemk are you working on this, if not, then IMHO it would be good to unassign as this is needed


-- 
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] davsclaus commented on issue #4051: Camel 3.19 - Add camel-cli-connector extension

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

   camel-console now has an extension so this should be possible to do now


-- 
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] zbendhiba closed issue #4051: Camel 3.19 - Add camel-cli-connector extension

Posted by "zbendhiba (via GitHub)" <gi...@apache.org>.
zbendhiba closed issue #4051: Camel 3.19 - Add camel-cli-connector extension
URL: https://github.com/apache/camel-quarkus/issues/4051


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