Skip to content

2.1.0

Compare
Choose a tag to compare
@nictas nictas released this 05 Aug 14:47
· 146 commits to master since this release
  • Fix compilation with Java 11.
  • Fix Javadoc generation with Java 11.
  • Updated Maven dependencies (see 58bb698).

⚠️ Incompatible changes:

  • 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.