TLS 1.0 and 1.2 support

On January 31st, the test gateway no longer supported TLS 1.0.  Our Java 1.7 app has this error:

    Error Message: Input/Output Error: Received fatal alert: handshake_failure

We can make the configuration changes to use TLS 1.2 but now we have two environments -- our test environments (using TLS 1.2) and our production environment (still using TLS 1.0).  This makes testing difficult.

Is there a version of the Moneris test environment that is still supporting TLS 1.0?  That would be helpful for people making the transition.