Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several improvements to the Import/Export process #5037

Merged
merged 5 commits into from
Aug 16, 2024

Conversation

EricWittmann
Copy link
Member

@EricWittmann EricWittmann commented Aug 15, 2024

This PR contains the following changes:

  1. Group Rules are now included in v3 export/import
  2. During import, the ZIP file is now written to disk first (this guarantees correct sequencing during import)
  3. All three Import mechanisms now support both v2 and v3 ZIP files: v2 /admin/import, v3 /admin/import, import lifecycle bean
  4. Fail fast when importing a ZIP without a manifest
  5. Combine the v2 and v3 EntityReader classes into a single shared impl
  6. Improve the customizations possible when using the lifecycle import bean (e.g. preserve IDs and require empty registry)
  7. By default, only allow importing if the Registry is empty of content (can be overridden)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant