Luke Taylor opened SPR-6526 and commented
This is related to BATCH-1456 and SEC-1312.
Currently the parse method is final, which is ideally where any schema version checking would go. Instead it has to be added to the parse method of each registered parser. Adding a hook or making the method non-final would make this less brittle.
Referenced from: commits abf6a7e