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

4.0.0

Choose a tag to compare

@rjrudin rjrudin released this 07 Feb 22:05
· 137 commits to master since this release

This major release is solely for depending on the MarkLogic Java Client version 5.1.0, instead of 4.x. Java Client 5 depends on Java 9 as well.

The only functional changes for this release were addressed by issue #129, in which the DocumentFile class no longer implements the Java Client DocumentWriteOperation interface, which changed in the 5.1.0 release. It instead has a new method for constructing a DocumentWriteOperation based on its data. In addition, the unused SimpleDocumentWriteOperation class was deleted.