Skip to content

6.5.0

Compare
Choose a tag to compare
@rjrudin rjrudin released this 29 Jan 15:10
· 201 commits to master since this release
b68bab9

This minor release addresses the following items:

  • When constructing a DatabaseClient and configuring two-way SSL, a separate trust store can be configured via the new properties marklogic.client.truststore.path, marklogic.client.truststore.password, marklogic.client.truststore.type, and marklogic.client.truststore.algorithm. These can be passed in via the newClient(Function<String, Object> propertySource) method or programmatically set with new methods in DatabaseClientBuilder.
  • The OkHttp dependency was bumped from 4.11.0 to 4.12.0.
  • The Jackson dependency was bumped from 2.15.2 to 2.15.3.