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

In PlanBuilder.java, we only have public abstract ModifyPlan sampleBy(PlanSampleByOptions option); while missing public abstract ModifyPlan sampleBy(); Updated the server code src/makefiles/optic/optic-defs.json to regenerate PlanBuilder.java So we can address your issue,...

Bug
minor
test

In Java Client API, we use spring-jdbc, 5.2.7 It doesn’t meet the prerequisites listed in [CVE-2022-22965](https://tanzu.vmware.com/security/cve-2022-22965) These are the prerequisites for the exploit: JDK 9 or higher Apache Tomcat as...

Bug
critical
ship

- removed reference to jcenter as a repo, since it's dead. - updated instructions for running JUnit tests to reference the marklogic-client-api subproject

Version of MarkLogic Java Client API : develop (Post 4.0.4 release) Version of MarkLogic Server : 9.0 nightly (20180605 build on 3 node Linux cluster) Java version : 1.8 OS...

Bug
closed
major

On Maven Central, the MarkLogic Client API description is: `$project.description`. https://mvnrepository.com/artifact/com.marklogic/marklogic-client-api It had a more descriptive description when we had published under https://mvnrepository.com/artifact/com.marklogic/java-client-api. We might need to check the pom...

Bug
minor
ship

Generated client interfaces for server functions

Task
major
ship

Related server bug: 57080 - Expose op.columnInfo on Client API So we can address your issue, please include the following: ### Version of MarkLogic Java Client API See Readme.txt ###...

Task
minor
ship

Need to modify optic-defs.json under xdmp/src/makefiles/optic first. Then run code generation again to refresh the change in Java Client API So we can address your issue, please include the following:...

Task
minor
new

There are lots of combinations with Kerberos, Certificate based authentication and with internal and external authorization and with secure connection(using SSL) and without secure connection. It would be good to...

Task
closed
major

https://github.com/marklogic/java-client-api/blob/9803cca4cfdeecde4b9d8e1ab0396e45814a2b02/marklogic-client-api/src/main/java/com/marklogic/client/impl/OkHttpServices.java#L3078 Method getIteratedResourceImpl(...) takes a String-array of accepted mimetypes, but never uses them.

Task
minor
new