Enhancement
Major
Detail
Major
Detail
Enhancement
Currently, when importing a new model version, the abstractness of a class cannot be changed. In such a case, the type is removed and created again.
Improvement
When importing a new model version, the abstract property of the model type is adjusted according to the new model version. When changing concrete -> abstract, the change is only made if there are no instances of the affected type in the target system.
Test
- Create module.
- Create abstract type A.
- Export module to development environment.
- Restart application to transfer base version for module to database.
- Make type concrete in IDE model definition(interface -> class).
- Restart application.
- The message "Making type A concrete." appears in the log.
- A is concrete in the application.