Skip to content

v3.0.0

Compare
Choose a tag to compare
@BradleyBoutcher BradleyBoutcher released this 23 Jun 15:11
a49cec8

[3.0.0] - 2020-06-22

Fixed

Added

  • Implemented #74
  • Updated code to enable adding custom javax.net.ssl.SSLContext to Conjur which
    enables us to set up a trust between application and Conjur server from Java
    code
  • README has been updated with example SSLContext setup and it's use in Conjur
    class constructors
  • Introduced upgrade instructions to provide instructions for
    upgrading to 3.0.0, or make use of published artifacts. These can be found in
    UPGRADING.md. (cyberark/conjur-api-java#77)

Changed