java-client-api
java-client-api copied to clipboard
Java client for the MarkLogic enterprise NoSQL database
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,...
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...
- 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...
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...
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 ###...
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:...
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...
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.