+1
Hopefully we can drop backwards compatibility for JSON reps between 1.X
and 2.0 (ie. realm JSON representation exported in 1.X is not supposed
to work to be imported in 2.0). That will allow us to drop old metadata
from JSON and models and just create DB migration scripts for 1.X to 2.0
migration.
Marek
On 17.7.2015 02:29, Bill Burke wrote:
We're accumulating deprecated metadata in models and data model.
Eventually we should draw a line in the sand and say we will only
support migration from a certain version to current.
i.e. Keycloak 2.0 would only allow migration from the last 1.x version.
We need to clean all the old stuff out prior to product.