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 2019/12/16 06:59:21 UTC

[GitHub] [camel-k] lburgazzoli commented on issue #1143: Basic groovy example generates "Ambiguous method overloading for method org.apache.camel.model.RouteDefinition#process"

lburgazzoli commented on issue #1143: Basic groovy example generates "Ambiguous method overloading for method org.apache.camel.model.RouteDefinition#process"
URL: https://github.com/apache/camel-k/issues/1143#issuecomment-565930842
 
 
   Till we get it fixed, you can workaround it by coercing the closure to the type 
   
       .process { it.in.body = 'Hello Camel K!' } as Processor

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