squakez opened a new pull request, #5233:
URL: https://github.com/apache/camel-k/pull/5233

   The work done in #5153 is based on the wrong assumption that a trait status 
can be persisted at any point of the Integration/IntegrationKit lifecycle This 
cannot be always true, because the resource move towards different 
.status.phase with the execution of its logic or not depending on the phase. 
Therefore we cannot persist in a consistent way, as the status would reflect 
the latest execution of a trait which may happen in a different phase (and 
would be overridden by the new execution phase). The best way to deal with 
this, at this stage, seems to be the usage of .status.conditions in order to 
warn that some trait value was overwritten.
   
   <!-- Description -->
   
   
   
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" 
to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   fix(trait): revert persisted status
   ```
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to