Commit Graph

6 Commits

Author SHA1 Message Date
Mykhail-Diachenko
cc9e78f152 ACS-22 code enhance (#989)
* ACS-22: changed naming in ticket related cache components

* ACS-22: dev release acs-22-1

* [maven-release-plugin][skip ci] prepare release alfresco-repository-acs-22-1

* [maven-release-plugin][skip ci] prepare for next development iteration

* Revert "ACS-22: dev release acs-22-1"

This reverts commit 4122bf56

* bump alfresco-data-model to 8.113

Co-authored-by: Travis CI User <build@alfresco.com>
2020-05-14 15:11:19 +03:00
Mykhail-Diachenko
3d9703eac6 MNT-21514 ACS-22: Added new secondary cache map to avoid performance bottleneck in InMe… (#949)
* Added new secondary cache map to avoid performance bottleneck in InMemoryTicketComponent in clustered environment

* Fixed AuthenticationTest

* Change line separators back

* Bump alfresco-data-model to 8.105
2020-04-23 15:37:13 +03:00
Alex Mukha
8e1e922b87 REPO-3262 Remove CIFS (#249)
Removal of configuration and most of the classes. Some shared with FTP classes were left in place.
2018-11-05 10:11:01 +00:00
Ancuta Morarasu
de8032b868 REPO-3161: Heartbeat collector for cluster usage - "acs.repository.usage.cluster" (#165)
Add cache for cluster usage hb data.
2018-08-30 16:35:06 +03:00
Alex Mukha
27d9cd63ab Upgrade Spring (REPO-1295), Quartz (REPO-3049) and remove Hibernate (REPO-2873) (#77)
* Everything connected to ibatis and dialect in alfresco-core was moved to repository.
* Hibernate was removed, dialect detection was recreated. Including schema reference generation.
* Refactoring was done to many tests that extended Spring test classes. The transaction start/commit can now be done via Spring helper class. The tests needs to be annotated by context config (if not standard), test declaration and if transactions need to be used.
* Quartz was updated. The spring configuration for jobs was refactored. The API usages in the code were refactored as well.
* MBeans class was moved to repository.
2018-03-04 16:01:12 +00:00
Alex Mukha
5e247e50b4 REPO-2724 Apply default maven folder structure 2017-07-28 14:51:21 +01:00