* changes related to retain frozen Records
* RM-6941 add Log entries [ags][skip repo]
* RM-6941 Remove final from the variable declaration
Co-authored-by: bdwiwedi <brij.dwiwedi@globallogic.com>
* 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
* RM-7103: [AGS] Updating record retention schedule to a longer period fails - Run as system user when setting the disposition property on the node.
* RM-7103: [AGS] Updating record retention schedule to a longer period fails - Added test
* RM-7103: [AGS] Updating record retention schedule to a longer period fails - Removed unnecessary parentheses
* RM-7103: [AGS] Updating record retention schedule to a longer period fails - Added missing constants
* RM-7103: [AGS] Updating record retention schedule to a longer period fails - Replaced with lambda expression
Co-authored-by: Raluca Munteanu <raluca.munteanu@ness.com>