Hi, On Tue, Nov 26, 2013 at 4:55 AM, Tobias Bocanegra <[email protected]> wrote: > I want to start working on OAK-1222 (migrating group memberships). Is > there already code and/or test cases that show how migration would > work?
The relevant code and test cases are in oak-upgrade. See also the (so far undocumented) "upgrade" mode in oak-run, which allows you to run the migration on the command line. > are there already extension points for migrators? The idea has been to use a commit hook for any required content transformations. See the copy() method where the RegistrationEditor is already used that way to handle node types. I think the group membership structure should be updated similarly. BR, Jukka Zitting
