Ling

Results 8 issues of Ling

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

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

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

Newly added optic APIs including op.columnInfo (TBD) 3rd parameter for op.xpath So we can address your issue, please include the following: ### Version of MarkLogic Java Client API See Readme.txt...

Task
minor
new

facetBy works with namedGroup now, but still throws an error with bucketGroup as below ``` PlanBuilder p = rowMgr.newPlanBuilder(); PlanBuilder.ExportablePlan builtPlan = p.fromLiterals(numberRows) .facetBy( p.bucketGroup(p.xs.string("r"), p.col("r"), p.xs.integerSeq(2,4)) ); ``` The...

Bug
minor
new