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

3.5.0

Compare
Choose a tag to compare
@rjrudin rjrudin released this 22 Feb 19:47
· 193 commits to master since this release

All issues - https://github.com/marklogic-community/ml-javaclient-util/issues?q=is%3Aclosed+milestone%3A3.5.0

Important! This release includes removal of the deprecated setAuthentication/getAuthentication methods on the DatabaseClientConfig class. Version 3.0.0 initially deprecated these methods, as they use the deprecated Authentication object in the MarkLogic Java Client. As has been the case since then, setSecurityContextType/getSecurityContextType should be used.

  • #90 A DatabaseClient can now be constructed with a TrustManager
  • #91 DMSDK jobs default to using a consistent snapshot
  • #92 qconsole workspaces can now be imported in MarkLogic 9 (and still 8 too)