API has changed in Atlassian Extras 3.x vs 2.5. There's no
LicenseManagerFactory.getLicenseManager()
We can compose our own license manager and decoder using:
Version1LicenseDecoder + Version2LicenseDecoder + DelegatingLicenseDecoder + CloverProductLicenseFactory + DefaultLicenseManager
However, there are problems with decoding the "Clover Desktop" license = the CloverLicenseTest.testDesktopLicense fails.
Investigate:
- maybe Clover Desktop license format has changed?
- or maybe overlooked by atlassian-extras developers?
- or ... ?