mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
78416: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 75791: ACE-2149: EOL AVM / WCM - Some (probably not all!) removal of AVM patch-related code and MyBatis config git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82548 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -25,15 +25,6 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="schema.create.avm" class="org.alfresco.repo.domain.schema.SchemaBootstrapRegistration" init-method="register">
|
||||
<property name="schemaBootstrap" ref="schemaBootstrap" />
|
||||
<property name="preCreateScriptUrls">
|
||||
<list>
|
||||
<value>classpath:alfresco/dbscripts/create/${db.script.dialect}/AlfrescoCreate-AvmTables.sql</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="schema.create.jbpm" class="org.alfresco.repo.domain.schema.SchemaBootstrapRegistration" init-method="register">
|
||||
<property name="schemaBootstrap" ref="schemaBootstrap" />
|
||||
<property name="postCreateScriptUrls">
|
||||
@@ -98,22 +89,6 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="schema.upgrade.avm" class="org.alfresco.repo.domain.schema.SchemaBootstrapRegistration" init-method="register">
|
||||
<property name="schemaBootstrap" ref="schemaBootstrap" />
|
||||
<property name="postUpdateScriptPatches">
|
||||
<list>
|
||||
<ref bean="patch.db-V3.2-Remove-AVM-Issuer" />
|
||||
<ref bean="patch.db-V3.2-Modify-AVM-MimeType" />
|
||||
<ref bean="patch.db-V3.3-Fix-AVM-Seqs" />
|
||||
<ref bean="patch.db-V3.4-RemovingLinkValidationMetadata" />
|
||||
<ref bean="patch.db-V3.4-AVM-rename-dupes" />
|
||||
<ref bean="patch.db-V3.4-AVM-index-child-entries-lower" />
|
||||
<ref bean="patch.db-V4.1-fix-AVM-seqs-order" />
|
||||
<ref bean="patch.db-V4.2-drop-AVM-index" />
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="schema.upgrade.activiti" class="org.alfresco.repo.domain.schema.SchemaBootstrapRegistration" init-method="register">
|
||||
<property name="schemaBootstrap" ref="schemaBootstrap" />
|
||||
<property name="preUpdateScriptPatches">
|
||||
|
Reference in New Issue
Block a user