essobedo opened a new pull request, #7991:
URL: https://github.com/apache/camel/pull/7991

   fixes https://issues.apache.org/jira/browse/CAMEL-18260
   
   ## Motivation
   
   While investigating on 
https://github.com/camel-tooling/camel-idea-plugin/issues/734, I realized that 
is was actually due to the fact that when a change is made on an exchange, the 
corresponding backlog tracer event message is not modified such that the change 
is not reflected in the debugger variables. 
   
   ## Modifications:
   
   * Adds the new method `refreshBacklogTracerEventMessage` to refresh the 
content of the message when the exchange is modified
   * Fixes warnings raised by IntelliJ (not related to the issue)
   
   ## Result
   
   The changes are reflected directly on the `BacklogTracerEventMessage` as we 
can see in the screenshot below:
   
   
![variables-updated-on-set-value](https://user-images.githubusercontent.com/1618116/178017166-a72c9a26-b7cc-469b-b71f-5ef463e221e8.gif)
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to