The Reader.merge and ReadWriter.merge methods that don't take a tagKey param were retained for binary compatibility and updated to pass Annotator.defaultTagKey to the corresponding variant that does take a tagKey.
This updates them to instead respect Config#tagName, which defaults to Annotator.defaultTagKey but may be overridden by downstream users.
I also re-enabled mima checks and updated mimaPreviousVersions to just be 4.0.0, but I'm happy to back out those changes if they're not desirable.
Follow up to #579
The
Reader.merge
andReadWriter.merge
methods that don't take atagKey
param were retained for binary compatibility and updated to passAnnotator.defaultTagKey
to the corresponding variant that does take atagKey
.This updates them to instead respect
Config#tagName
, which defaults toAnnotator.defaultTagKey
but may be overridden by downstream users.I also re-enabled mima checks and updated
mimaPreviousVersions
to just be4.0.0
, but I'm happy to back out those changes if they're not desirable.