Published: 09.03.2020
Version 2.2.0.0 is a major release of the Netcetera 3DS Server 2.
Be informed that prior to upgrading to a Netcetera 3DS Server 2.2.x version, you need to get in contact with Diners for enrollment of the merchants using the new reference number, due to a specific Diners process of relating merchants to 3DS Server reference number on their systems.
This version is NOT backwards compatible with previous versions of the Netcetera 3DS Server.
The Netcetera 3DS Server 2.2.0.0 supports Java 11. Java 8 is now deprecated and compatibility has been dropped with this release. Please ensure you have migrated your environment to Java 11 before installing this version.
The Netcetera 3DS Server and Netcetera 3DS Server Admin applications are obfuscated and may produce obfuscated code. If your systems analyze the logs, this change may affect the analysis.
In version 2.2.0.0 the transaction_log and history_transaction_log tables' primary key is changed to a composite key of (threedss_transaction_id, message_type). Be sure not to have null values in these two columns, nor duplicates of the (threedss_transaction_id, message_type) pair before the upgrade to any 2.2.* version.
Here is an example of included changes:
New configuration properties that should be configured:
ds-client.preparation.request.supported-versions.scheduled-delete.cron=
Here is an example of included changes:
New admin configuration properties that should be configured:
auth.email.from.personal=
Existing admin configuration properties that should be changed:
Before:
auth.email.from=
After:
auth.email.from.address=
Find more information in the 3DS Versioning API.
Find more information in the 3DS Authentication API.
The configuration field sendPReqVersion22 in the XML configuration is deprecated. The application will no longer use this configuration value. This field will be removed in the next release. The same configuration is deprecated for the Netcetera 3DS Server Admin application and in the next release the configuration column will be removed.