mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
* Upgrading org.json:json from version 20090211 to 20201115 introduced the issue as getString method in the newer version does not allow for values other than strings * Replaced getString for the get method * Original PR in governance-services: https://github.com/Alfresco/governance-services/pull/1448