Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

4.1.0

Compare
Choose a tag to compare
@rjrudin rjrudin released this 15 Oct 15:00
· 172 commits to master since this release

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