nicolaferraro opened a new pull request #547: fix bug due to state change during trait evaluation URL: https://github.com/apache/camel-k/pull/547 After the deployment trait, other traits like the knative-service trait are immediately executed, because they find the right integration state (`Deploying`). But they are not supposed to run until next full trait iteration. Without this, the operator crashes because the classpath trait has not run before the knative-service trait.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
