From 42e08c0486e8720a28893589021faf92b93b109c Mon Sep 17 00:00:00 2001 From: alandavis Date: Wed, 26 Jun 2019 17:21:11 +0100 Subject: [PATCH] Feature/local transform (#274) 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 --- .travis.yml | 4 ++-- pom.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3975d36f49..736dc80c98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,9 +36,9 @@ matrix: - name: "AppContext02TestSuite" script: travis_wait 20 mvn test -B -Dtest=AppContext02TestSuite -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco - name: "AppContext03TestSuite" - script: travis_wait 20 mvn test -B -Dtest=AppContext03TestSuite -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco + script: travis_wait 20 mvn test -B -Dtest=AppContext03TestSuite -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco -Dlocal.transform.service.enabled=false - name: "AppContext04TestSuite" - script: travis_wait 20 mvn test -B -Dtest=AppContext04TestSuite -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco + script: travis_wait 20 mvn test -B -Dtest=AppContext04TestSuite -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco -Dlocal.transform.service.enabled=false - name: "AppContextExtraTestSuite" script: travis_wait 20 mvn test -B -Dtest=AppContextExtraTestSuite -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql://localhost:5433/alfresco -Ddb.username=alfresco -Ddb.password=alfresco diff --git a/pom.xml b/pom.xml index cb15176554..8bce59cb96 100644 --- a/pom.xml +++ b/pom.xml @@ -35,9 +35,10 @@ ${project.build.directory}/alf_data convert - 7.73 + 7.74 7.17 8.41 + 1.1 2.9.9