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 2020/01/02 11:00:53 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #581: Add tests for #543

ppalaga commented on issue #581: Add tests for #543
URL: https://github.com/apache/camel-quarkus/pull/581#issuecomment-570176069
 
 
   > We can but then we need to include the routes in the native image which is not yet done automatically
   
   I'd vote for including the XML file in the native image via application.properties' for now:
   
   ```
   quarkus.native.additional-build-args = -H:IncludeResources=my-routes.xml
   ```
   
   Not sure this will work OOTB on the platform, but it is a bit more flexible than `-H:ResourceConfigurationFiles` recommended in the Quarkus docs. 
   
   > in general we should not assume that all the test have to run on the quarkus-platform
   
   I think we should assume that all our tests should run there unless we define a clear filtering strategy. 

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