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

Creating this feature request in GitHub for visibility for a customer that has a need for bulk delete of temporal documents via DMSDK. The customer is going to create their...

I'd like to get this added to the master branch so that I can see what Insight / Dependency Graph shows in github - in particular, I want to see...

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) --- This is a security fix for a high-severity vulnerability in your [Gradle](https://gradle.org/) `build.gradle` file(s). The build files indicate that this project is resolving dependencies over HTTP instead of...

### Version of MarkLogic Java Client API 5.5.3 ### Version of MarkLogic Server 10.0-9.1 ### Java version java version "1.8.0_51" Java(TM) SE Runtime Environment (build 1.8.0_51-b16) Java HotSpot(TM) 64-Bit Server...

test
RFE

Here is the test that runs in "develop" branch on Windows. ``` /* * Copyright 2014-2017 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); *...

Task
closed
major

While doing some performance tests in our codebase, I notice that `DOMHandle#receiveContent` takes up about 50% of a request to MarkLogic. In particular calling `createLSParser` and `newDocumentBuilder` took most of...

minor
new
RFE

When processing document URIs in query mode QueryBatcher will be more efficient with two threads per forest (one to collect the document URIs and one to processing the documents). The...

performance
verify
RFE

While transfer encoding(chunking) is enabled, I found that when no result is returned, okhttp returns non-empty body. This doesn't happen when transfer encoding is disabled. This causes some trouble and...

Task
major
new

Please refer to https://bugtrack.marklogic.com/57132 "It has been decided that for ML10 we will not automatically turn on HTTP chunking/compression in ML10 based on request headers, see; https://bugtrack.marklogic.com/57123 However compression will...

Task
minor
test

Since moving to Gradle, the marklogic-client-api was published without it's `.module` file. This causes Gradle to break the build on some private repositories that proxy Maven central. Details: Now that...

Bug
major
new