Current master.
I debugged a bit through and found that in the MetaDataSerializer.getSerializedStringMap the metaData.getGroups() returns null/empty optional. In the metadata class the groupsRoot is null.
Furthermore I found out that setGroups() in Metadata is never called (except from the importer and some tests)
Current master.
I debugged a bit through and found that in the
MetaDataSerializer.getSerializedStringMapthemetaData.getGroups()returns null/empty optional. In the metadata class thegroupsRootis null.Furthermore I found out that
setGroups()inMetadatais never called (except from the importer and some tests)