| Description | When upgrading to MIC v15 from MIC v13 and below, the following error is generated: ErrorApex compile failure, Details: Apex class CA_Office365ClientService: line 27, column 47: Constructor not defined: [System.UUID]. <Constructor>() Apex compile failure, Details: Apex class CA_Office365ContentVersions: line 46, column 50: Constructor not defined: [System.UUID].<Constructor>() Apex compile failure, Details: Apex class CM_DocumentAuditLog: line 8, column 51: Constructor not defined: [System.UUID].<Constructor>() Apex compile failure, Details: Apex class CM_DocumentAuditLogConstants: line 5, column 51: Constructor not defined: [System.UUID].<Constructor>() Apex compile failure, Details: Apex class CM_DocumentVersions: line 1074, column 51: Constructor not defined: [System.UUID].<Constructor>() This is because the install of the mvn-content-authoring-private package is triggering a compile of Apex code that depends on it. This code was made invalid by the changes in the mvn-utilities package but will be fixed when the updated mvn-content-authoring package is installed. | | |