It looks like collective.jsonmigrator still contains vestiges of collective.blueprint.jsonmigrator code. E.g. there are same-same but different class DataFields providing ISectionBlueprint in both blueprint.py and datafields.py. Only the latter is registered in configure.zcml.
Other recipes (e.g. PartialCommit) are only in blueprint.py, and not registered in configure.zcml. I guess they may need work to be usable.
It looks like
collective.jsonmigrator
still contains vestiges ofcollective.blueprint.jsonmigrator
code. E.g. there are same-same but differentclass DataFields
providingISectionBlueprint
in bothblueprint.py
anddatafields.py
. Only the latter is registered inconfigure.zcml
. Other recipes (e.g.PartialCommit
) are only inblueprint.py
, and not registered inconfigure.zcml
. I guess they may need work to be usable.