* ACS-197 / ACS-207 : Add REST API for Version Renditions
- add four new endpoints for version-specific renditions and automated tests (+ve & -ve)
-- GET /nodes/{nodeId}/versions/{versionId}/renditions - List renditions for a version
-- POST /nodes/{nodeId}/versions/{versionId}/renditions - Create rendition for a version
-- GET /nodes/{nodeId}/versions/{versionId}/renditions/{renditionId} - Get rendition information for a version
-- GET /nodes/{nodeId}/versions/{versionId}/renditions/{renditionId}/content - Get rendition content for a version
- note: the RenditionsImpl implementation is also tested via RenditionsTest
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.
For the alfresco-remote-api project, we are currently disabling the local transformers.
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