Community
Participate
Working Groups
Currently, a migrator plugin is generated from the history that can be used to migrate model instances. However, the history of Ecore models could also be directly interpreted to migrate model instances. When interpreting the history model, the step to generate the migrator is no longer necessary, simplifying the process of using Edapt.
Now, the history is interpreted directly to migrate models. Instead of registering the directory with the generated migrator, the history is directly registered through an extension point. As a consequence, we can also provide a means to execute a migration as a launch configuration. The launch configuration allows the users to set the parameters of a migration, i.e. the model to be migrated, the source release, and so on.