Remove `group_export_ndjson` and `group_import_ndjson` feature flags
requested to merge 383682-remove-group_export_ndjson-and-group_import_ndjson-feature-flags into master
What does this MR do and why?
This MR removes the feature flags group_export_ndjson
and group_import_ndjson
which have been introduced in %13.0 and have been enabled by default since ~2 years. Additional changes in this MR:
- Removes references to
group_export_ndjson
andgroup_import_ndjson
feature flags - Removes the
LegacyTreeSaver
and theLegacyTreeRestorer
(and related spec files) - Adds an error message in case we try to import an old
.json
export (as opposed to.ndjson
files) - Updates documentation that import/export, starting in 15.7, will no longer support old .json exports
Screenshots or screen recordings
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #383682 (closed)
Edited by Martin Wortschack