diff --git a/deprecated/alfresco-transformer-base/pom.xml b/deprecated/alfresco-transformer-base/pom.xml index 4da174e9..647d5743 100644 --- a/deprecated/alfresco-transformer-base/pom.xml +++ b/deprecated/alfresco-transformer-base/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 5.2.3-SNAPSHOT + 5.2.3-A.1-SNAPSHOT ../../pom.xml diff --git a/docs/external-engine-configuration.md b/docs/external-engine-configuration.md index 3023ce09..935a042b 100644 --- a/docs/external-engine-configuration.md +++ b/docs/external-engine-configuration.md @@ -64,21 +64,22 @@ The following externalized T-engines properties are available: | LIBREOFFICE_IS_ENABLED | Enables Libreoffice executioner. | true | ## Imagemagick -| Property | Description | Default value | -|----------|-------------|---------------| -| SERVER_PORT | T-Engine Port | 8090 | -| HOSTNAME | T-Engine Name. | t-engine | -| ACTIVEMQ_URL | ActiveMQ URL. | nio://localhost:61616 | -| ACTIVEMQ_USER | ActiveMQ User. | admin | -| ACTIVEMQ_PASSWORD | ActiveMQ Password. | admin | -| ACTIVEMQ_URL_PARAMS | ActiveMQ connection options. | ?jms.watchTopicAdvisories=false | -| FILE_STORE_URL | T-Engine Port. | http://localhost:8099/alfresco/api/-default-/private/sfs/versions/1/file | -| TRANSFORM_ENGINE_REQUEST_QUEUE | T-Engine queue used for async requests. | org.alfresco.transform.engine.imagemagick.acs | -| IMAGEMAGICK_ROOT | Path to Imagemagick Root. | /usr/lib64/ImageMagick-7.0.10 | -| IMAGEMAGICK_DYN | Path to Imagemagick DYLD. | /usr/lib64/ImageMagick-7.0.10/lib | -| IMAGEMAGICK_EXE | Path to Imagemagick EXE. | /usr/bin/convert | -| IMAGEMAGICK_CODERS | Path to Imagemagick custom coders. | | -| IMAGEMAGICK_CONFIG | Path to Imagemagick custom config. | | +| Property | Description | Default value | +|----------|-----------------------------------------------------------------------|---------------| +| SERVER_PORT | T-Engine Port | 8090 | +| HOSTNAME | T-Engine Name. | t-engine | +| ACTIVEMQ_URL | ActiveMQ URL. | nio://localhost:61616 | +| ACTIVEMQ_USER | ActiveMQ User. | admin | +| ACTIVEMQ_PASSWORD | ActiveMQ Password. | admin | +| ACTIVEMQ_URL_PARAMS | ActiveMQ connection options. | ?jms.watchTopicAdvisories=false | +| FILE_STORE_URL | T-Engine Port. | http://localhost:8099/alfresco/api/-default-/private/sfs/versions/1/file | +| TRANSFORM_ENGINE_REQUEST_QUEUE | T-Engine queue used for async requests. | org.alfresco.transform.engine.imagemagick.acs | +| IMAGEMAGICK_ROOT | Path to Imagemagick Root. | /usr/lib64/ImageMagick-7.0.10 | +| IMAGEMAGICK_DYN | Path to Imagemagick DYLD. | /usr/lib64/ImageMagick-7.0.10/lib | +| IMAGEMAGICK_EXE | Path to Imagemagick EXE. | /usr/bin/convert | +| IMAGEMAGICK_CODERS | Path to Imagemagick custom coders. | | +| IMAGEMAGICK_CONFIG | Path to Imagemagick custom config. | | +| IMAGEMAGICK_COMMAND_OPTIONS_ENABLED | If set to true, enables usage of deprecated commandOptions parameter. | | ## Core-aio | Property | Description | Default value | @@ -105,5 +106,6 @@ The following externalized T-engines properties are available: | IMAGEMAGICK_EXE | Path to Imagemagick EXE. | /usr/bin/convert | | IMAGEMAGICK_CODERS | Path to Imagemagick custom coders. | | | IMAGEMAGICK_CONFIG | Path to Imagemagick custom config. | | +| IMAGEMAGICK_COMMAND_OPTIONS_ENABLED | If set to true, enables usage of deprecated commandOptions parameter. | | | MISC_PDFBOX_DEFAULT_FONT | Default font used by PdfBox | NotoSans-Regular | -| MISC_HTML_COLLAPSE | Html Collasping Option for HTML to TXT transformation explicitly for Misc Engine | true | +| MISC_HTML_COLLAPSE | Html Collapsing Option for HTML to TXT transformation explicitly for Misc Engine | true | diff --git a/engines/aio/pom.xml b/engines/aio/pom.xml index 36f98e56..dcd555e9 100644 --- a/engines/aio/pom.xml +++ b/engines/aio/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 5.2.3-SNAPSHOT + 5.2.3-A.1-SNAPSHOT ../../pom.xml diff --git a/engines/base/pom.xml b/engines/base/pom.xml index b75432fd..1079b4e3 100644 --- a/engines/base/pom.xml +++ b/engines/base/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 5.2.3-SNAPSHOT + 5.2.3-A.1-SNAPSHOT ../../pom.xml diff --git a/engines/example/pom.xml b/engines/example/pom.xml index 14876a0f..9e6e7ca5 100644 --- a/engines/example/pom.xml +++ b/engines/example/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 5.2.3-SNAPSHOT + 5.2.3-A.1-SNAPSHOT ../../pom.xml diff --git a/engines/imagemagick/pom.xml b/engines/imagemagick/pom.xml index 9291b501..c6b627ee 100644 --- a/engines/imagemagick/pom.xml +++ b/engines/imagemagick/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 5.2.3-SNAPSHOT + 5.2.3-A.1-SNAPSHOT ../../pom.xml diff --git a/engines/libreoffice/pom.xml b/engines/libreoffice/pom.xml index c043cd6b..ea752b43 100644 --- a/engines/libreoffice/pom.xml +++ b/engines/libreoffice/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 5.2.3-SNAPSHOT + 5.2.3-A.1-SNAPSHOT ../../pom.xml diff --git a/engines/misc/pom.xml b/engines/misc/pom.xml index 7642ff24..bcbeabce 100644 --- a/engines/misc/pom.xml +++ b/engines/misc/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 5.2.3-SNAPSHOT + 5.2.3-A.1-SNAPSHOT ../../pom.xml diff --git a/engines/pdfrenderer/pom.xml b/engines/pdfrenderer/pom.xml index 41fe7d0b..e9757a01 100644 --- a/engines/pdfrenderer/pom.xml +++ b/engines/pdfrenderer/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 5.2.3-SNAPSHOT + 5.2.3-A.1-SNAPSHOT ../../pom.xml diff --git a/engines/tika/pom.xml b/engines/tika/pom.xml index 393b59c6..bfe03945 100644 --- a/engines/tika/pom.xml +++ b/engines/tika/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-transform-core - 5.2.3-SNAPSHOT + 5.2.3-A.1-SNAPSHOT ../../pom.xml diff --git a/model/pom.xml b/model/pom.xml index c86145cb..6896586b 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-transform-core - 5.2.3-SNAPSHOT + 5.2.3-A.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index b3fd82c2..5fee8975 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.alfresco alfresco-transform-core - 5.2.3-SNAPSHOT + 5.2.3-A.1-SNAPSHOT Alfresco Transform Core pom