Skip to content

Releases: marklogic/ml-gradle

3.11.0

04 Jan 19:06
Compare
Choose a tag to compare

Summary of all issues:

3.10.2

04 Dec 17:54
Compare
Choose a tag to compare

This release addresses one small item:

  • #409 WatchTask now has an extension point for DHF to use

3.10.1

30 Nov 14:54
Compare
Choose a tag to compare

This release contains a couple small enhancements in support of the upcoming DHF 4.1 release:

  • #407 mlLoadSchemas now runs all commands in the "mlSchemaCommands" list
  • #408 WatchTask now includes a method that can be overridden by a subclass which is called on every iteration of the loop
  • Also includes ml-app-deployer 3.10.1, which is likewise in support of the upcoming DHF 4.1 release

3.10.0

09 Nov 21:39
Compare
Choose a tag to compare

Addresses 2 issues, along with a lot of changes in ml-app-deployer 3.10.0:

3.9.0

29 Aug 02:34
Compare
Choose a tag to compare

Highlights from the full set of issues:

3.8.3

08 Aug 13:01
Compare
Choose a tag to compare

Bugfix release that provides a few fixes from ml-app-deployer and one small new feature in ml-gradle:

3.8.2

16 Jul 16:52
Compare
Choose a tag to compare

This release has no changes in ml-gradle itself; it just depends on version 3.8.2 of ml-app-deployer which has a fix for allowing Data Hub Framework users to depend on a version of ml-app-deployer/ml-gradle higher than 3.6.3.

3.8.1

09 Jul 16:11
Compare
Choose a tag to compare

This release addresses the following issues:

  • #360 The DatabaseClient connection used by mlUnitTest can now be fully configured - see the example project for instructions on how to do so
  • #361 The task mlDeployRestApis was added
  • And ml-app-deployer 3.8.1 includes a fix for deploying mimetypes and avoiding unnecessary restarts

3.8.0

21 Jun 21:52
Compare
Choose a tag to compare

Full set of issues, and the highlights are:

  • #359 New CallResourceTask for simplifying calls to REST services
  • #354 Fixed bug in mlWatch, introduced in 3.7.0, where it would stop running when a REST extension failed to load
  • Improvements in ml-app-deployer 3.8.0, which includes a new property - mlOptimizeWithCma - to speed up forest creation when using ML 9.0-5 or higher. Also see this Resources Wiki page for documentation on inserting host certificates, which is another new feature in 3.8.0.

3.7.1

07 Jun 02:16
Compare
Choose a tag to compare

This is a bugfix release that updates the version of ml-unit-test used by ml-gradle from 0.10.0 to 0.11.1. It also includes: