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>
This commit is contained in:
Mykhail-Diachenko
2020-05-14 15:11:19 +03:00
committed by GitHub
parent 0d2ee98502
commit cc9e78f152
5 changed files with 22 additions and 23 deletions

View File

@@ -281,8 +281,8 @@
<constructor-arg value="cache.ticketsCache"/>
</bean>
<bean name="usernameKeyCache" factory-bean="cacheFactory" factory-method="createCache">
<constructor-arg value="cache.usernameKeyCache"/>
<bean name="usernameToTicketIdCache" factory-bean="cacheFactory" factory-method="createCache">
<constructor-arg value="cache.usernameToTicketIdCache"/>
</bean>
<!-- ===================================== -->