Skip to main content

What's New in MarkLogic 11

NamespacesManager Interface Deprecated

The Java Client API interfaces for configuration namespace bindings are deprecated as of version 4.0.4 and will be removed in a future release.

Instead, you should use the REST Management API to define namespace bindings for your App Server. For details, see the namespaces property of the payload for PUT:/manage/v2/servers/{id|name}/properties.

This deprecation notice affects the following components of the Java Client API:

  • The com.marklogic.client.admin.NamespacesManager interface.

  • The com.marklogic.client.admin.ServerConfigurationManager.newNamespacesManager method.