Skip to content

Releases: marklogic/ml-gradle

4.1.1

11 Dec 14:23
Compare
Choose a tag to compare

This bugfix release just bumps up a couple dependencies, primarily so that it now depends on ML Java Client 5.3.2:

4.1.0

15 Oct 15:06
Compare
Choose a tag to compare

This release upgrades all of its dependencies to the latest versions and runs on Java 8, matching its dependency on MarkLogic Java Client 5.3.0, which runs on Java 8 as well.

Highlights of other issues addressed by this release:

  • #567 MlcpTask no longer prints a password when running a COPY operation
  • #570 A regression in mlPreviewDeploy was fixed
  • #571 A regression in mlLoadDefaultPipelines was fixed
  • #574 mlUpdateIndexes ensures forest creation is always disabled when it runs
  • Includes issues addressed by ml-app-deployer 4.1.0

4.0.4

17 Jul 16:41
Compare
Choose a tag to compare

This bugfix release addresses the following items:

  • #554 MlcpTask and CorbTask stopped working due to a change in Gradle 6.4; they now work again (this change in Gradle 6.4 affected a number of Gradle plugins)
  • #558 CallResourceTask no longer eagerly (and needlessly) instantiates a DatabaseClient
  • And one change in ml-app-deployer 4.0.3 - query rolesets are no longer updated, as the Manage API does not support that

4.0.3

04 Jun 18:02
Compare
Choose a tag to compare

This bugfix release addresses the following items:

  • #544 DMSDK tasks now work when running on Java 9 or higher. This was a regression in 4.0.0, as the marklogic-data-movement-components dependency was still depending on ML Java Client 4.x instead of 5.x. ml-gradle now depends on version 2.0.0 of this library, which depends on ML Java Client 5.1.0.
  • Includes a couple fixes in ml-app-deployer 4.0.2

4.0.2

18 May 14:53
Compare
Choose a tag to compare

This bugfix release includes the following items:

3.17.1

14 May 14:19
Compare
Choose a tag to compare

This bugfix release addresses a single issue:

  • #552 mlExportResources was not working properly for exporting CPF resources

4.0.1

12 Mar 12:52
Compare
Choose a tag to compare

This bugfix release fixes an issue in 4.0.0:

  • #536 mlExportResources now works again, and it will use the last path specified in mlConfigPaths (in a DHF application, this will be src/main/ml-config by default, and not src/main/hub-internal-config).

4.0.0

10 Feb 01:00
Compare
Choose a tag to compare

This is a major release due to its dependency on the MarkLogic Java Client version 5.1.0, which also depends on Java 9 or higher. ml-gradle 3.x depends on Java Client version 4.x.

This release also depends on ml-app-deployer 4.0.0; please be sure to read through the list of deprecated features that have been removed in that release.

In addition, this release addresses the following two issues:

  • #528 mlLoadModules now loads all modules by default, instead of only loading new/modified modules. This behavior can be disabled by including "-x mlDeleteModuleTimestampsFile" when running mlLoadModules.
  • #531 ml-gradle now depends on marklogic-unit-test 1.0.0 instead of 1.0.beta.

3.17.0

30 Dec 03:00
Compare
Choose a tag to compare

Highlights of issues addressed by this release:

3.16.4

10 Dec 14:05
Compare
Choose a tag to compare

This release addresses a regression bug introduced in 3.16.3 - #523 , which is that mlClearModulesDatabase was failing when not used in a Data Hub project.