Skip to content

jsonPropertyGeospatialQuery stops working in MarkLogic Java API 5.3.0 #1263

Closed
@chenfiona

Description

@chenfiona

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions