Skip to content

Releases: marklogic/ml-gradle

4.5.1

16 Feb 17:07
f0d3a54

Choose a tag to compare

This bugfix release addresses a single issue:

4.5.0

06 Feb 17:57

Choose a tag to compare

This minor release addresses the following items:

Security fixes

As mentioned in the ml-app-deployer 4.5.0 release notes, ml-gradle no longer defaults to a username of "admin" and a password of "admin" when connecting to MarkLogic. If you are setting at least mlUsername and mlPassword in your Gradle properties, you will not encounter any issues. If you are not, you simply need to set mlUsername and mlPassword in your Gradle properties (and you're free to set them to "admin" and "admin", though this behavior is discouraged in real world scenarios).

Bug fixes

  • #645 mlPrintForestPlan no longer throws an error when custom forests are used.

New features

  • #643 mlGenerateUnitTestSuite can now generate SJS test modules
  • SAML, Kerberos, and Certificate authentication are now supported for all connections to MarkLogic; see the Property Reference for a list of new properties in 4.5.0 to support these authentication strategies.
  • Supports connections for the upcoming MarkLogic Cloud release.

4.4.0

28 Dec 18:23

Choose a tag to compare

This minor release addresses the following items:

  1. Depends on MarkLogic Java Client 6.0.0
  2. Depends on ml-app-deployer 4.4.0
  3. #625 Added mlDeployHostCertificateTemplates task
  4. #636 mlNewProject prompts are more clear now
  5. #637 Added mlDeploySecureCredentials
  6. #642 Error is thrown instead of silent failure when task tries to invoke a command that does not exist

4.3.7

21 Nov 19:20

Choose a tag to compare

Bugfix release addressing the following items:

4.3.6

27 Sep 01:13

Choose a tag to compare

This patch release includes fixes from the following dependent libraries:

4.3.5

10 Aug 21:10
e5d4dc0

Choose a tag to compare

This bugfix release addresses the following items:

4.3.4

05 Apr 23:33

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

Choose a tag to compare

What's Changed

Full Changelog: 4.3.2...4.3.3

4.3.2

12 Aug 18:17

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

Choose a tag to compare

This bugfix release addresses the following issues: