This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
3.10.0
Summary of all issues
- #304 Default ML HTTP servers are no longer undeployed - e.g. you can have resource files for Admin and App-Services to modify their configuration; these files will be processed during deployment but not when the application is undeployed
- #310 Same as above but for default ML databases
- #306 Support for incremental deployments - see https://github.com/marklogic-community/ml-gradle/wiki/Incremental-deployment
- #311 Multiple scheduled tasks with the same task-path can now be deployed
- #312 mlModulesLoaderThreadCount now has a default value of 1, which means loading modules is single-threaded. This may avoid a bug with multi-threaded usage of the underlying digest authenticator in OkHttp. The use of multiple threads may have been a premature optimization as well, as testing with hundreds of modules has shown performance to still be fine.
- Fixes from ml-javaclient-util 3.10.0