This repository was archived by the owner on Sep 16, 2024. It is now read-only.
3.13.4
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.