Releases: marklogic/ml-gradle
Releases · marklogic/ml-gradle
4.3.7
Bugfix release addressing the following items:
- Depends on ml-javaclient-util which bumps jackson-databind dependency to 2.12.7.1 to address CVE https://nvd.nist.gov/vuln/detail/CVE-2022-42004
- #628 mlNewProject no longer writes some files to Gradle daemon directory
- #629 Changed mlcp-example project to use logback
4.3.6
This patch release includes fixes from the following dependent libraries:
4.3.5
This bugfix release addresses the following items:
- #617 mlDeleteModuleTimestampsFile now works properly on Gradle 6 and Gradle 7
- #612 mlExportWorkspaces now properly captures all qconsole workspace attributes
- Updated dependencies to minimize security vulnerabilities
- TDEs are now loaded via
tde.templateBatchInsert
when using MarkLogic 10.0-9 or higher - Includes ml-app-deployer 4.3.4
4.3.4
- Bumping ml-app-deployer dependency to patch Spring4Shell
Full Changelog: 4.3.3...4.3.4
4.3.3
4.3.2
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
4.3.0
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
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
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: