1.3.0.0
New version of Java SDK is not configurable via unzer.properties
file anymore.
Breaking changes
- Removed class
com.unzer.payment.service.PropertiesUtil
, unzer.properties file andprivatekey1
,privatekey2
,privatekey3
,publickey1
,marketplacekey
and corresponding constantsPUBLIC_KEY1
,PRIVATE_KEY1
,PRIVATE_KEY2
,PRIVATE_KEY3
,MARKETPLACE_PRIVATE_KEY
. Since this properties were used only for internal testing purpose. - Removed property
applepay.validValidationUrls
fromunzer.properties
. Usecom.unzer.payment.util.ApplePayAdapterUtil.replaceValidationUrls
instead - Changed method
com.unzer.payment.util.ApplePayAdapterUtil.getPlainDomainName()
modifier to private. - Removed
unzer.properties
file. Usecom.unzer.payment.util.ApplePayAdapterUtil.setCustomAppleValidationUrls
to configure ApplePay validation urls.
Changed
- Upgraded
jackson-databind
dependency. See: CVE-2022-42004