mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
REPO-5203 Remove legacy transformers (#181)
Now that the T-Engines provide parity with in process legacy transforms and metadata extract, the legacy transform code is now being removed. This will allow the documentation to be greatly simplified and a number of libraries to be removed. Custom legacy transforms need to be moved to T-Engines. ACS 6 still provides a version where both may be run in parallel. New versions of the document transform engine (DTE) and media management (MM) are planned for ACS 7.
This commit is contained in:
@@ -54,11 +54,7 @@ import org.junit.runners.Suite;
|
||||
org.alfresco.repo.rendition2.RenditionService2IntegrationTest.class,
|
||||
org.alfresco.repo.rendition2.LocalTransformServiceRegistryIntegrationTest.class,
|
||||
org.alfresco.repo.rendition2.LocalTransformClientIntegrationTest.class,
|
||||
org.alfresco.repo.rendition2.LegacyTransformServiceRegistryIntegrationTest.class,
|
||||
org.alfresco.repo.rendition2.LegacyTransformClientIntegrationTest.class,
|
||||
org.alfresco.repo.rendition2.LocalRenditionTest.class,
|
||||
org.alfresco.repo.rendition2.LegacyRenditionTest.class,
|
||||
org.alfresco.repo.rendition2.LegacyLocalRenditionTest.class,
|
||||
org.alfresco.repo.rendition2.NoneRenditionTest.class,
|
||||
|
||||
org.alfresco.repo.solr.SOLRTrackingComponentTest.class,
|
||||
|
Reference in New Issue
Block a user