Skip to content

Updates classes to default to SignatureV2

This switches the default --signatureVersion argument to v2 if not provided for the CLIProductBuilder. If it is provided as v1 a warning message will say that it is deprecated and that they should used v2. (We can throw an exception to completely deprecate it but decided to just leave a warning message for now).

There were a few other classes that it was defaulting to v1 in, this has been updated to default to use v2 everywhere.

Anytime a Version enum is created from a String (like user input using --signatureVersion=v1) it will spit out this warning

image

Closes #139 (closed)

Merge request reports