| Why not adding another constructor that is fully backwards compatible with 5.7 and uses PojoIndexedTypeIdentifier#convertFromLegacy internally to do that? You could annotate the constructors introduced with 5.8 as deprecated. That way not everyboday has to change the code again immediately... |