mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Addition of Local Transforms which will ultimately replace the Legacy transformers. Local transforms use T-Engines running outside of the JVM. They are automatically created by adding either an Alfresco global property or System property. There is no spring configuration or Java code needed, reducing the need for an AMP when creating a custom transform. Mainly bringing in the T-Engines. REPO-4319 Local Transformers REPO-4454 Test addition and removal of T-Engines REPO-4326 Local Transformer strict mime type check REPO-4333 Configure Custom local transformers REPO-4331 Remaining core transformers REPO-4336 Client side of Transform Server Discovery API REPO-4450 Get T-Router /transform/config working REPO-4451 Get repo,api,ent-repo,ent-api,pack,com-pack green