Skip to content

Releases: marklogic/ml-gradle

4.3.7

21 Nov 19:20
Compare
Choose a tag to compare

Bugfix release addressing the following items:

4.3.6

27 Sep 01:13
Compare
Choose a tag to compare

This patch release includes fixes from the following dependent libraries:

4.3.5

10 Aug 21:10
e5d4dc0
Compare
Choose a tag to compare

This bugfix release addresses the following items:

4.3.4

05 Apr 23:33
Compare
Choose a tag to compare
  • Bumping ml-app-deployer dependency to patch Spring4Shell

Full Changelog: 4.3.3...4.3.4

4.3.3

01 Apr 17:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.2...4.3.3

4.3.2

12 Aug 18:17
Compare
Choose a tag to compare

This bugfix release addresses the following issues:

  • MlcpTask was fixed so that it can run on Gradle 6.4 or higher instead of 6.6 or higher
  • ml-gradle 4.3.2 can now run on Gradle 6.4 and higher, and possibly Gradle 5.0 and higher as well (Gradle 4.x will not work due to a class conflict with the ML Java Client); this is due to modifying the mlShell task; the Wiki page on this task has been updated to reflect how to use it
  • CallResourceTask can now be used on Gradle 7.x

4.3.1

02 Aug 19:35
Compare
Choose a tag to compare

This bugfix release addresses the following issues:

4.3.0

23 Jul 01:51
Compare
Choose a tag to compare

This minor release addresses the following issues:

  • #589 Can now run on Gradle 7 (tested up to version 7.1.1)
  • #594 Can now deploy to a replica cluster via mlDeployToReplica
  • #596 Updated description of mlDeployTasks
  • #599 Improved error message when mlUnitTest is not able to write results to a directory
  • And includes improvements in ml-app-deployer 4.3.0, which includes now depending on ML Java Client 5.5.0

4.2.1

15 Jul 15:55
Compare
Choose a tag to compare

This bugfix release addresses the following items:

  • #592 All mlDeploy/mlUndeploy tasks now depend on mlPrepareBundles
  • And a couple fixes in the ml-app-deployer 4.2.1 release that pertain to forest creation for a database that should only have forests on one host

4.2.0

12 Jul 11:54
Compare
Choose a tag to compare

This release is the first to be published at Maven Central - https://search.maven.org/artifact/com.marklogic/ml-gradle

Most of the changes in this release can be found in the ml-app-deployer 4.2.0 release notes and the ml-javaclient-util 4.2.0 release notes, which includes upgrading the MarkLogic Java Client version to 5.4.0.

The few changes to ml-gradle itself consist of:

  • Updates to example projects - #462, #545, #578, and #590
  • This project now uses version 6.9 of the Gradle wrapper; the 3 JavaExec tasks - CorbTask, MlcpTask, and ShellTask - now use "mainClass.set" instead of "setMain", the former being the preferred approach in Gradle and now required by 6.x