NamespacesManager Interface Deprecated
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 11.0
- Documentation
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.NamespacesManagerinterface. -
The
com.marklogic.client.admin.ServerConfigurationManager.newNamespacesManagermethod.