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:
Alan Davis
2021-01-03 13:20:22 +00:00
committed by GitHub
parent affccc1b4d
commit 5d2c83c14b
229 changed files with 351 additions and 42025 deletions

View File

@@ -88,9 +88,6 @@ import org.junit.runners.Suite;
org.alfresco.repo.module.ModuleComponentHelperTest.class,
org.alfresco.repo.node.getchildren.GetChildrenCannedQueryTest.class,
// the following test fails locally - on windows
org.alfresco.repo.content.transform.DifferrentMimeTypeTest.class,
org.alfresco.repo.attributes.PropTablesCleanupJobIntegrationTest.class,
org.alfresco.service.ServiceRegistryTest.class,