java-client-api icon indicating copy to clipboard operation
java-client-api copied to clipboard

Java client for the MarkLogic enterprise NoSQL database

Results 42 java-client-api issues
Sort by recently updated
recently updated
newest added

### Version of MarkLogic Java Client API develop ### Version of MarkLogic Server 9.0 nightly build ### Java version openJDK 11 ### OS and version Linux ### Input: Some code...

Bug
minor
verify

* Created static default fields for `DocumentBuilderFactory`, `DocumentBuilder` and `LSParser`. These will be used, if no other factory or resolver is specified. While doing some performance tests in our codebase,...

Enhance existing Kerberos test to have newer tests that handle negative test cases and verify the error / exception messages.

Task
minor
new

So we can incorporate your pull request, please share the following: * What issue are you addressing with this pull request? https://project.marklogic.com/jira/browse/JAVA-242 * Are you modifying the correct branch? yes...

This CVE - https://avd.aquasec.com/nvd/2022/cve-2022-42003/ - references an issue in < 2.14.0 jackson-databind . #1377 will get us onto 2.13.4 of jackson-databind, and 2.14.0 is not yet available - it's at...

So we can address your issue, please include the following: ### Version of MarkLogic Java Client API See Readme.txt ### Version of MarkLogic Server 10.0-6.1 ### Input: public List readMultipleDocuments(StructuredQueryDefinition...

We are using the marklogic-java-client (https://github.com/marklogic/java-client-api) in an SpringBoot-application. And we would like to upgrade our application from SpringBoot 2.7 to 3. SpringBoot 3 is using the Spring Framework in...

Hi, the conversion of the timeout in this line is wrong: https://github.com/marklogic/java-client-api/blob/b68bab95f566c48efe37bda76de531cc7f21924f/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteBatcherImpl.java#L890 It should be like this: `long duration = TimeUnit.MILLISECONDS.convert(timeout, unit);`

CtsQueries allow to be enriched with cts:annotation-elements: https://docs.marklogic.com/guide/search-dev/cts_query#id_28038 Those elements are ignored by MarkLogic when the query is executed. cts:annotations can be used for various purposes (like documentation) and in...