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 2021/04/29 14:59:54 UTC

[GitHub] [camel-quarkus] ppalaga opened a new issue #2539: Support @org.apache.camel.Consume

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


   


-- 
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] davsclaus commented on issue #2539: Support @Consume, @EndpointInject and @Produce

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


   No this would be great to have.


-- 
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 #2539: Support @Consume and @EndpointInject

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


   I am adding some `@Disabled("https://github.com/apache/camel-quarkus/issues/2539")` tests to BeanTest


-- 
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 #2539: Support @EndpointInject and @Produce

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


   Moved `@Consume` to https://github.com/apache/camel-quarkus/issues/2580


-- 
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] davsclaus commented on issue #2539: Support @Consume, @EndpointInject and @Produce

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


   Yeah pojo routing is on methods.
   https://github.com/apache/camel-examples/tree/main/examples/pojo-messaging
   
   However constructor dont really make much sense, only @EndpointInject could matter there.
   


-- 
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] davsclaus commented on issue #2539: Support @Consume, @EndpointInject and @Produce

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


   Created a JIRA to fix those annotations
   https://issues.apache.org/jira/browse/CAMEL-16571


-- 
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 edited a comment on issue #2539: Support @Consume and @EndpointInject

Posted by GitBox <gi...@apache.org>.
ppalaga edited a comment on issue #2539:
URL: https://github.com/apache/camel-quarkus/issues/2539#issuecomment-829350215


   I am adding some `@Disabled("https://github.com/apache/camel-quarkus/issues/2539")` tests to BeanTest, although camel-quarkus-bean is not required for these. 


-- 
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 closed issue #2539: Support @EndpointInject and @Produce

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


   


-- 
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 #2539: Support @Consume, @EndpointInject and @Produce

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


   @davsclaus @lburgazzoli This seems to be doable, but before I invest more time into this: are there any reasons not to support any of the named annotations in Camel 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] ppalaga commented on issue #2539: Support @Consume, @EndpointInject and @Produce

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


   All the named annotations have `@Target({ ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })` 
   While there is a lot of field examples in Camel source tree, I do not see any for method or constructor. Are they really supported for methods?


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