apache/incubator-seata

Support old version state machine designer artifacts

Open

#6.137 aberto em 11 de dez. de 2023

Ver no GitHub
 (5 comments) (0 reactions) (1 assignee)Java (8.878 forks)batch import
good first issuetask: help-wanted

Métricas do repositório

Stars
 (25.960 stars)
Métricas de merge de PR
 (Mesclagem média 13d 1h) (13 fundiu PRs em 30d)

Description

Why you need it?

New version state machine designer uses JSON with style information that is great similar to the user-written JSON. However, the JSON file that old version (i.e., the one implemented in GGEditor) is in a very different form. The new version should be backward-compatible.

How it could be?

Extend SagaImporter to be backward-compatible.

Other related information

Please merge related PR to the refactor_designer branch.

Guia do colaborador