mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
acs-packaging 6.2.3-SNAPSHOT alfresco-enterprise-remote-api 7.94 alfresco-enterprise-repository 7.120 alfresco-remote-api 7.157 alfresco-repository 7.220 alfresco-data-model 8.50.21 alfresco-core 7.35 There were no changes needing to go into acs-packaging or alfresco-enterprise-repo MNT-21871: jackson databind vulnerabilities 6.2.N (#833) - upgrade to 2.10.5 - reconfigure object mapper with different inclusion criteria for value and contents (cherry picked from commit a570822375ab3beb8bb879af336fdf062d05f426) MNT-21936 : Audit query Rest API does not return the correct totalItems (#838) (#847) * MNT-21936 : Audit query Rest API does not return the correct totalItems (#838) MNT-21936 : Audit query Rest API does not return the correct totalItems Retrieve audit entries count if it has more items Require new release of alfresco-repository. MNT-21936 : introduced omitTotalItems property for AuditImpl#listAuditEntries (cherry picked from commit 91c49be12a21b23a87cd04b7584c230b2ec4b569) * bump alfresco-repository to 7.220 (cherry picked from commit 91957c4ccd905f677dd457c98406d6cabfa892c9) MNT-21936 : Audit query Rest API does not return the correct totalItems (#1253) (#1262) * MNT-21936 : Audit query Rest API does not return the correct totalItems Add CountAuditEntryId select, that provides the total number of items for a specific auditApp Add getAuditEntriesCountByApp(long appId) in AuditDAO interface and its implementation in AuditDAOImpl Add getAuditEntriesCountByApp(String applicationName) in AuditComponent interface and its implementation in AuditComponentImpl Add getAuditEntriesCountByApp(String applicationName) in AuditService interface and its implementation in AuditServiceImpl * MNT-21936 : Added default implementation for getAuditEntriesCountByApp() in AuditComponent AuditService and AuditDAOImpl (cherry picked from commit 706251642bb5ef6dbb0a059bf6a0cd4f7b72ab43) (cherry picked from commit 7e8ab16fe1af7d14d1b5dacb8dbdea30ccb7f30f)