ppalaga commented on issue #598: Check whether enableHttpsUrlHandler, enableJni and enableJni are really required for native testing URL: https://github.com/apache/camel-quarkus/issues/598#issuecomment-586200275 As noted in #713, Quarkus recommends to stop usisng the `native-image` mojo altogether replacing it with ``` <profiles> <profile> <id>native</id> <properties> <quarkus.package.type>native</quarkus.package.type> </properties> </profile> </profiles> ``` Let's apply this for our existing itests and examples
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services