lburgazzoli opened a new issue #1577: URL: https://github.com/apache/camel-k/issues/1577
AppCDS [1] aims to to have a fast startup by having application classes to be placed in a shared archive. It is true that we can't know the final set of classes that are needed but since we do compute the dependencies based on the requirement of the routes, we have a chance to use the same information to give some hint to the operator to generate an AppCDS archive. [1] https://openjdk.java.net/jeps/310 ---------------------------------------------------------------- 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