ptyin commented on issue #6137:
URL: 
https://github.com/apache/incubator-seata/issues/6137#issuecomment-2160453217

   > > > @ptyin I would like to work on this issue. Could you please assign it 
to me?
   > > 
   > > 
   > > Sure. You can first shed some lights on it (how would you like to design 
and test), and then work on implementation.
   > 
   > My idea might be simpler. Add a converter function that checks whether the 
JSON is in the old version format. If so, convert it to the new version format. 
And I want to know,how many versions before?Which version of Seata uses the old 
JSON format?
   
   There is a breaking change on the designer introduced by the following PR,
   - https://github.com/apache/incubator-seata/pull/6169
   
   The old JSON format indicates the one before this PR. So what you should 
concern about is the one. You can checkout the 2.0.0 branch to see the older 
version,
   
   
[https://github.com/apache/incubator-seata/tree/2.0.0/saga/seata-saga-statemachine-designer](https://github.com/apache/incubator-seata/tree/2.0.0/saga/seata-saga-statemachine-designer)


-- 
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: notifications-unsubscr...@seata.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to