You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/03/13 01:13:13 UTC

[GitHub] [camel-k] nicolaferraro opened a new pull request #547: fix bug due to state change during trait evaluation

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:
users@infra.apache.org


With regards,
Apache Git Services