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

Version 3 changes

rjrudin edited this page Aug 14, 2017 · 2 revisions

Version 3.0.0 of ml-app-deployer has a couple breaking changes from version 2.x:

  1. The com.marklogic.mgmt package has been reorganized so that each resource package - i.e. "appservers", "databases" - is now under com.marklogic.mgmt.resource instead of com.marklogic.mgmt. So e.g. com.marklogic.mgmt.appservers has been moved to com.marklogic.mgmt.resources.appservers. This allows for adding new features at the com.marklogic.mgmt level that are not specific to a resource type, while then being able to find all the resource-specific functionality easily under com.marklogic.mgmt.resource.
  2. ml-app-deployer depends on ml-javaclient-util, and it has some breaking changes in its version 3 as well.

Note that the com.marklogic.appdeployer package has not been reorganized - it is identical (except for new classes) to what's in version 2.x.

Clone this wiki locally