This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Patch release: v1.4.1
Fixed:
When exporting to JDL, the jpaMetamodelFiltering was never exported.
Considering this workflow:
- Importing a JDL file with the
filter
keyword- Generates one or more JSON file/s with the
jpaMetamodelFiltering
totrue
- Generates one or more JSON file/s with the
- Exporting the JSON file/s to JDL
- the
jpaMetamodelFiltering
was always false
- the