Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

3.13.4

Choose a tag to compare

@rjrudin rjrudin released this 13 Nov 16:57
· 142 commits to master since this release

This bugfix release addresses two issues:

  • #121 DefaultSchemasLoader now uses one thread by default. This ensures that errors from loading invalid schema files are immediately thrown to the caller.
  • #122 When catchExceptions = true on DefaultModulesLoader, errors from loading non-REST modules (typically invalid JSON files) are logged and not rethrown. This is useful for the mlWatch task in ml-gradle.