This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Releases: marklogic/ml-app-deployer
Releases · marklogic/ml-app-deployer
4.3.6
4.3.4
This is a bugfix release that updates the project's dependencies to minimize security vulnerabilities.
- Includes ml-javaclient-util 4.3.3
4.3.3
- Bumped ml-javaclient-util and ML Java Client API versions to address Spring4Shell vulnerability
Full Changelog: 4.3.2...4.3.3
4.3.2
What's Changed
- 442 Log warning instead of throwing error when database directory isn't associated to a real database by @rjrudin in #443
- Apply various code quality fixes, remove unused imports, use diamond operator, try-with-resources, etc by @hansenmc in #445
- App Deployer 4.3.2 by @ryanjdew in #446
Full Changelog: 4.3.1...4.3.2
4.3.1
4.3.0
4.2.1
4.2.0
This release is the first to be published at Maven Central - https://search.maven.org/artifact/com.marklogic/ml-app-deployer
Summary of issues addressed in this release:
- #428 Better error message for when databases have circular dependencies
- #432 Amps are now deployed before modules
- #435 The admin role will not be deleted by mlUndeploy if it exists in a project
- And see the release notes for ml-javaclient-util 4.2.0
4.1.1
4.1.0
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 in this release:
- #401 logback is no longer a dependency in the pom.xml file; this was considered a bug as it was causing issues when ml-app-deployer was embedded in other applications. If logback is needed by your application that uses ml-app-deployer, just include it as a dependency of your application.
- #415 Previewing a deployment no longer deletes existing scheduled tasks
- #423 A bug in creating replicas was fixed; occurred when the number of content forests per host was the same as or greater than the number of hosts
- #425 Replicas are now created correctly for databases that are configured to have their primary forests on one host
- ml-javaclient-util now runs on Java 8 as well