This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Support inheritance for migration #1233
Labels
enhancement 💡
New feature or request
migration
Migration of annotation to a new API version
released
Included in a release
Is your feature request related to a problem?
Right now (#1190), the migration removes mappings in the 2nd interation (StrictDiffer) if the elements such as functions, attributes, … are moved to the related apiv2 sub-/super-class.
Desired solution
Create for a new (3rd) iteration a new differ. It should look for elements that are moved to a sub- or super-class and only compare those elements so that the api-mapper includes them in its mappings.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: