You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MTA handler creation has been refactored for easier maintenance: new HandlerFactory(3).getDescriptorParser() -> HandlerFactory.forSchemaVersion(3).getDescriptorParser()
validateModifiableElements has been removed from ValidatorUtil, as it was never supposed to be a part of the public API.
ValidatorUtil has been renamed to NameUtil, as the remaining methods are not validator-specific and work with MTA entity names.