davsclaus commented on pull request #2536:
URL: https://github.com/apache/camel-k/pull/2536#issuecomment-889828015


   > > > @astefanutti adding js to the mix is gogin to require much more time 
and resources, I remember it required ~12 GB
   > > > btw, we can probably add the required additional-build-args as part of 
the build step for the js dsl
   > > 
   > > 
   > > Yes, I've noticed the build time increases by a couple of minutes. I 
agree the `--language:js` build configuration should only be added for the JS 
DSL. I'm doing a bunch of preliminary tests to sample the space, before working 
on the complete implementation. I've also noticed some issues with the YAML 
DSL, like with `simple: "${body.toUpperCase()}"`. I'll report them here.
   > 
   > Yeah, this could be because the type of the body, should be registered for 
reflection, as far as I remember adding something like:
   > 
   > ```
   > quarkus.camel.native.reflection.include-patterns = java.lang.String
   > ```
   > 
   > Should fix the issue
   
   Or if we get support for csimple with camel-k, then it can be compiled as 
plain java code, like the Java 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to