hapeka72

Results 3 issues of hapeka72

Hi, in our project setting we are using a single Jenkins instance to run tasks (e.g. deploy, test, etc.) against several different systems. Due to our infrastructure constraints and guidelines...

We are using Wicked together with a PostgreSQL DB (version 11), with an encrypted connection (SSL). We would like to connect using TLS 1.2, but it seems that this is...

Hi, the conversion of the timeout in this line is wrong: https://github.com/marklogic/java-client-api/blob/b68bab95f566c48efe37bda76de531cc7f21924f/marklogic-client-api/src/main/java/com/marklogic/client/datamovement/impl/WriteBatcherImpl.java#L890 It should be like this: `long duration = TimeUnit.MILLISECONDS.convert(timeout, unit);`