georgeajit
georgeajit
Will test this as part of new auto scaling story Java 194 (Jira task).
As per documentation: http://pubs.marklogic.com:8011/guide/java/data-movement#id_66180 For WriteBatcher: ``` The thread count configuration parameter of a WriteBatcher is the number of threads in the client JVM that will be dedicated to writing...
http://pubs.marklogic.com:8011/guide/java/data-movement#id_67998 In QueryBatcher : ``` threads operate in parallel, each servicing one batch at a time. Ideally, you should choose a thread count that will keep most of the job...
Found the following when searching for a solution: https://github.com/jacoco/jacoco/issues/551
Tests are running fine.
The above tests has some of the combinations that can be run on one-on-one basis (manually).
Moving to 4.0.5 release.
Closing this task, since we need to revisit the client based Authentication / Authorization matrix. Currently we have tests DIGEST, DIGEST with SSL, Kerberos, Kerberos with tokens read from file,...
Running ```./gradlew marklogic-client-api:generateMetadataFileForMainJavaPublication``` produces ``` { "formatVersion": "1.1", "component": { "group": "com.marklogic", "module": "marklogic-client-api", "version": "5.5-SNAPSHOT", "attributes": { "org.gradle.status": "integration" } }, "createdBy": { "gradle": { "version": "6.7", "buildId": "7ketr66d4bhunpzbxnfn4p36xi"...
@thorntonrp Thank you for your comments. Let me talk to the DevOps team that handles Maven Central uploads (for a manual upload). Will look at Jenkins / CI build script...