tplevko commented on a change in pull request #661: URL: https://github.com/apache/camel-k-runtime/pull/661#discussion_r614819003
########## File path: examples/cron/pom.xml ########## @@ -31,6 +31,7 @@ <properties> <noDeps>true</noDeps> <quarkus.camel.main.routes-discovery.enabled>false</quarkus.camel.main.routes-discovery.enabled> + <quarkus.package.type>uber-jar</quarkus.package.type> Review comment: Not necessarily. It is related to the PR I made previously and it effectively reverts the change I introduced, generating `uber-jar` instead of the `fast-jar`: java -jar target/quarkus-app/quarkus-run.jar java -jar target/camel-k-runtime-example-cron-runner.jar In case this is undesired, I will remove it from the PR (Apparently I should have separated it in 2 commits in the first place.) -- 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