* 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>
* 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
* 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.