Skip to content

java-http-signature-2.0.0

Compare
Choose a tag to compare
@dekobon dekobon released this 07 Jan 16:40
· 156 commits to master since this release

Changed

  • Renamed HttpSigner to Signer and changed it from a static utility class
    to an instance class.
  • Wrapped all Signer instances in ThreadLocal<> because the underlying
    field Signature is not compatible in any way with multi-threading.
  • Removed system properties configuration of native extentions and moved
    to an explicit constructor model.