Commit Graph

106 Commits

Author SHA1 Message Date
Travis CI User
58adaaf6f7 [maven-release-plugin][skip ci] prepare release 3.0.0-HXP-A9 2022-09-13 17:51:40 +00:00
alandavis
6fc618a31c Errors about single step transformer being defined in a T-Engine were not being issued, because the baseUrl was set to "---" in the router. 2022-09-13 15:42:19 +01:00
alandavis
d17a26e236 Errors about single step transformer being defined in a T-Engine were not being issued, because the baseUrl was set to "---" in the router. 2022-09-13 14:52:39 +01:00
alandavis
61c276bb8e Errors about single step transformer being defined in a T-Engine were not being issued, because the baseUrl was set to "---" in the router. 2022-09-13 14:52:23 +01:00
alandavis
26c7246fc0 Switch to 3.0.0-HXP-A9-SNAPSHOT [skip ci] 2022-09-13 08:27:01 +01:00
Travis CI User
3aba9ecbbb [maven-release-plugin][skip ci] prepare for next development iteration 2022-09-12 22:56:04 +00:00
Travis CI User
b0e183607d [maven-release-plugin][skip ci] prepare release 3.0.0-HXP-A8 2022-09-12 22:56:02 +00:00
alandavis
6cf0287674 Go back to 3.0.0-HXP-A8-SNAPSHOT as the version must be > 2.6.0 for the tests to work.
Also add duplicate classes into the t-model
2022-09-12 19:56:24 +01:00
alandavis
7f2e76e33c [release] 0.0.2-HXP-SNAPSHOT
Make it simpler for t-engines based on the deprecated base

* Move TransformException back to its original location
* Provide an ExtensionService in its original location
* Provide a Mimetype class in its original location

* Fix the build failure in CombinedTransformConfigTest
2022-09-12 17:09:11 +01:00
alandavis
7ca8a483ad ACS-3476 Checking the size of intermediate results in a pipeline IS NOT the root cause of the ai-rendition test failures.
Adding extra error messages to the t-config checking, for the case where a pipeline
specifies source and target mimetypes that cannot be provided by the step transformers,
so that it will be clearer that the pipeline t-config is wrong.

In the case of the AI rendition tests the AI-transform t-config has a pipeline that
uses libreoffice as a step transformer, to transform some source to text/plain before
asking AWS_AI to process it into the final mimetype. However libreoffice does not convert to text/plain. What is happening is that the request was still being sent to the
all-in-one t-engine that contains libreoffice, and it workout that it should be using
the tika transformer. As a result the pipeline works by accident. The size check that
was commented out (uncommented now) was just finding out that libreoffice was unable to
do the transform and was reporting it.

officeToComprehendPiiEntityTypesViaText is the pipeline with the error.
2022-09-11 19:55:45 +01:00
alandavis
b6ebb98ee5 ACS-3476 disable checkSourceSize check. Was in t-service master branch merge, but the code has moved project. 2022-09-09 13:16:31 +01:00
alandavis
e5ebfec60a Switch to 3.0.0-HXP-A8-SNAPSHOT [skip ci] 2022-09-09 11:19:30 +01:00
Travis CI User
aaaf734505 [maven-release-plugin][skip ci] prepare for next development iteration 2022-09-09 09:21:40 +00:00
Travis CI User
7b0e6ebc25 [maven-release-plugin][skip ci] prepare release 3.0.0-HXP-A7 2022-09-09 09:21:38 +00:00
alandavis
bafd9becc3 [release] 3.0.0-HXP-A7
Try again with 3.0.0-HXP-A7 - hopefully dockerhub will be available this time.
2022-09-09 10:05:06 +01:00
Travis CI User
7059c4721d [maven-release-plugin][skip ci] prepare for next development iteration 2022-09-09 08:02:08 +00:00
Travis CI User
332a9fae49 [maven-release-plugin][skip ci] prepare release 3.0.0-HXP-A6 2022-09-09 08:02:07 +00:00
alandavis
59f082d9d4 Batch 4 of changes from of review comments - done for now 2022-09-08 18:38:42 +01:00
alandavis
17a96626c0 Batch 3 of changes from of review comments - there are more 2022-09-08 17:07:56 +01:00
alandavis
c1c2348ec6 Batch changes from of review comments - there are more 2022-09-08 14:37:03 +01:00
alandavis
6e85b860e9 Batch changes from of review comments - there are more 2022-09-07 15:12:19 +01:00
alandavis
1abbae8e5b Merge branch 'master' into ATS-0000_refactor_packages
* Removal of the ImageMagick rpm creation code
* removal of eps code (had already been done on this branch)

# Conflicts:
#	alfresco-transform-core-aio/alfresco-transform-core-aio/pom.xml
#	alfresco-transform-imagemagick/alfresco-transform-imagemagick/pom.xml
#	alfresco-transform-libreoffice/alfresco-transform-libreoffice/pom.xml
#	alfresco-transform-misc/alfresco-transform-misc/pom.xml
#	alfresco-transform-pdf-renderer/alfresco-transform-pdf-renderer/pom.xml
#	alfresco-transform-tika/alfresco-transform-tika/pom.xml
#	deprecated/alfresco-transformer-base/pom.xml
#	engines/aio/pom.xml
#	engines/example/pom.xml
#	engines/imagemagick/pom.xml
#	engines/imagemagick/rockylinux8/README.md
#	engines/imagemagick/rockylinux8/scripts/build-rpms.sh
#	engines/imagemagick/src/test/java/org/alfresco/transform/imagemagick/ImageMagickTransformationIT.java
#	engines/libreoffice/pom.xml
#	engines/pdfrenderer/pom.xml
#	engines/tika/pom.xml
#	model/pom.xml
#	pom.xml
2022-09-07 10:59:54 +01:00
alandavis
64677eeee4 Reset version to 3.0.0-HXP-A6-SNAPSHOT 2022-09-07 09:30:58 +01:00
alandavis
ee59e85669 Case insensitive list Transformers in logs [skip ci] 2022-09-07 09:28:34 +01:00
Travis CI User
03b759c95b [maven-release-plugin][skip ci] prepare for next development iteration 2022-09-06 16:24:25 +00:00
Travis CI User
4779b214b5 [maven-release-plugin][skip ci] prepare release 3.0.0-HXP-A5 2022-09-06 16:24:23 +00:00
alandavis
4446e910f3 [release] 3.0.0-HXP-A5
* Fix repo build tests were a rendition is used and it has a Timeout which cannot be removed because the t-options are read only
2022-09-06 17:09:23 +01:00
alandavis
ade4b95a49 Doc changes only [skip ci] 2022-08-17 13:33:16 +01:00
alandavis
9f66145007 Switch to 3.0.0-HXP-A5-SNAPSHOT [skip ci] 2022-08-16 23:30:29 +01:00
Travis CI User
0ae6e87bae [maven-release-plugin][skip ci] prepare for next development iteration 2022-08-16 20:29:53 +00:00
Travis CI User
a85b30d6a4 [maven-release-plugin][skip ci] prepare release 3.0.0-HXP-A4 2022-08-16 20:29:51 +00:00
alandavis
b431013ca2 [release] 3.0.0-HXP-A4
* Fix t-router build
2022-08-16 19:21:41 +01:00
alandavis
a8ce4ea541 Use an annotation rather than initMocks 2022-08-16 17:17:41 +01:00
alandavis
ec0edb00e0 Improved logging about transformers on registry refresh 2022-08-16 13:44:40 +01:00
alandavis
b562a7adb3 Reset version to 3.0.0-HXP-A4-SNAPSHOT 2022-08-15 22:21:15 +01:00
Travis CI User
0ebbf2fe1b [maven-release-plugin][skip ci] prepare for next development iteration 2022-08-15 20:57:54 +00:00
Travis CI User
43fe7b8022 [maven-release-plugin][skip ci] prepare release 3.0.0-HXP-A3 2022-08-15 20:57:52 +00:00
alandavis
e8cd2856d6 Consistent use of filestore-url rather than it & fileStoreUrl 2022-08-15 20:59:36 +01:00
alandavis
ae09667526 Just on SharedFileStoreClient 2022-08-15 11:54:43 +01:00
alandavis
70c29fb5a9 Fix build 2022-08-15 11:16:05 +01:00
alandavis
24ba2fb12b Remove duplicate t-router debug 2022-08-15 10:49:32 +01:00
alandavis
f560047904 Try to fix tests - race condition 2022-08-15 07:10:04 +01:00
alandavis
c61c59eda1 Save point
Allow an 'e' in the ref, so that it can be used for t-router tests.
Dynamically add a HttpDispatch, so a test transform is sync
2022-08-14 23:43:09 +01:00
alandavis
d704617b9c ongoing [skip ci] 2022-08-14 16:30:56 +01:00
alandavis
e37b2c9beb Addition of CustomTransformers with default [skip ci] 2022-08-14 08:50:22 +01:00
alandavis
13ba2534ea Allow T-Router to be a T-Engine 2022-08-13 18:38:08 +01:00
alandavis
29fa2086af Race condition in test & clean up long class names 2022-08-12 07:15:09 +01:00
alandavis
fc2fa12c1f Schedule config reads 2022-08-11 18:35:33 +01:00
alandavis
ba711cb2da Simplify WebApplicationConfig 2022-08-11 15:59:17 +01:00
alandavis
51d9311392 Add files to transformConfigSources 2022-08-11 15:04:32 +01:00