3.14.0
This release of ml-gradle includes significant changes within ml-app-deployer 3.14.0 for how databases are deployed. These changes were made for supporting resource files in bundles (see below) as well as laying the groundwork for further usage of the MarkLogic Configuration Management API for speeding up the deployment of applications by including as many resources as possible in a single request. The latter support should be available in the 3.15.0 releases of ml-gradle and ml-app-deployer.
All issues addressed by this release:
- #449 ServerEvalTask now has a client property to allow for customizing the DatabaseClient that it uses
- #451 Added mlNewTrigger for generating a new trigger file
- #453 mlInstallAdmin now accepts a parameter for the realm
- #454 Bundles now support an ml-config directory for resources. See Bundles for more information. Note that this includes support for merging certain resource types as well.
- #456 Multiple instances of DeleteCollectionsTask can now be invoked at once