This minor release addresses the following items:
- All dependencies have been bumped to the latest possible release, including MarkLogic Java Client 7.0.0.
- The
readXmlDocument
method inAbstractMarkLogicTest
now accepts aNamespace... namespaces
argument. - The
RequiresMarkLogic12
andRequiresMarkLogic11
JUnit5 extensions now allow for easily restricting tests to MarkLogic 12 or 11. - The
VersionExecutionCondition
class can be extended to implement custom restrictions based on the MarkLogic version.