Description
Version of MarkLogic Java Client API:
Java API v5.3.0
Version of MarkLogic Server:
10.0-4.4
Java version:
Java v11.0.8
ISSUES:
When I plugin v5.3.0:
<dependency> <groupId>com.marklogic</groupId> <artifactId>marklogic-client-api</artifactId> <version>5.3.0</version> </dependency>
Issue One:
cts.jsonPropertyGeospatialQuery
JAVA Optic was invalidated:
The method jsonPropertyGeospatialQuery(String, CtsRegionExpr...) in the type CtsExpr is not applicable for the arguments (String, ServerExpression)
Issue Two:
import javax.xml.stream.XMLEventReader; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamReader;
System throws error:
The package javax.xml.stream is accessible from more than one module: <unnamed>, java.xml
If I reverted to v5.2.0, aforementioned two problems are resolved.