Commit Graph

1089 Commits

Author SHA1 Message Date
alandavis
96d0759b62 [release] 3.0.0-HXP-A8 2022-09-12 23:38:07 +01: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
31d04467ea Newline at end of .sh script [skip ci] 2022-09-09 16:05:07 +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 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 3.0.0-HXP-A6 2022-09-09 08:02:07 +00:00
alandavis
6a5d90180e [release] 3.0.0-HXP-A6
Correct the cat's edit to a pom file
2022-09-09 08:45:39 +01:00
alandavis
59f082d9d4 Batch 4 of changes from of review comments - done for now 2022-09-08 18:38:42 +01:00
alandavis
4a554d374e Batch 4 of changes from of review comments - done for now 2022-09-08 18:38:24 +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 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
Vítor Moreira
9308cce484 Merge pull request #669 from Alfresco/feature/ACS-3492_bump_snakeyaml_to_1_31
ACS-3492: bump snakeyaml version to 1.31
2022-09-06 16:25:59 +01:00
Vitor Moreira
0ab9d185b9 ACS-3492: bump snakeyaml version to 1.31 2022-09-06 16:04:23 +01:00
Travis CI User
e0e925b6bd [maven-release-plugin][skip ci] prepare for next development iteration 2022-08-25 14:18:51 +00:00
Travis CI User
cf08616096 [maven-release-plugin][skip ci] prepare release 2.7.0-A1 2.7.0-A1 2022-08-25 14:18:49 +00:00
Sara Aspery
d270fb5be1 [release] ACS-3461: Release T-Core (T-Engines) 2.7.0-A1 2022-08-25 14:55:18 +01:00
dependabot[bot]
5b231e6b15 Bump spring-boot-starter-parent from 2.7.2 to 2.7.3
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.2...v2.7.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 10:26:18 +00:00
dependabot[bot]
74cb8c2148 Bump jsoup from 1.15.2 to 1.15.3
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.15.2 to 1.15.3.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.15.2...jsoup-1.15.3)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 10:25:45 +00:00
dependabot[bot]
9a3fa13423 Bump joda-time from 2.10.14 to 2.11.0
Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.14 to 2.11.0.
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.10.14...v2.11.0)

---
updated-dependencies:
- dependency-name: joda-time:joda-time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-25 10:19:42 +00:00
Jared Ottley
53356cdd58 Merge pull request #658 from Alfresco/ACS-3434_libgs_removal
[ACS-3434] libgs Removal
2022-08-24 07:33:57 -06:00
Marcin Strankowski
9036e6af14 Merge pull request #660 from Alfresco/feature/OPSEXP-1605_update_imagemagick_rpm_usage
Modified imagemagick source, removed script for generating RPMs
2022-08-19 23:06:50 +02:00
mstrankowski
5b2a5399c1 Modified imagemagick source, removed script for generating RPMs
We're moving away from generating RPMs using previously existing script, please view https://github.com/Alfresco/imagemagick-build project for more info
2022-08-19 17:24:31 +02:00
Jared Ottley
f7bf7f2ec8 [ACS-3434] libgs Removal
- Update aio and imagemagick Dockerfile to remove libgs after install
- Remove imagemagick eps tests
- Remove eps mappings from imagemagick config
- Remove quick.eps
2022-08-17 12:48:57 -06: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 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
2525b14b61 Fix header 2022-08-16 17:27:37 +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 3.0.0-HXP-A3 2022-08-15 20:57:52 +00:00
alandavis
286ce2b8b1 [release] 3.0.0-HXP-A2 2022-08-15 21:41:36 +01:00
alandavis
5445aaa869 Merge branch 'master' into ATS-0000_refactor_packages 2022-08-15 21:20:24 +01:00
alandavis
e8cd2856d6 Consistent use of filestore-url rather than it & fileStoreUrl 2022-08-15 20:59:36 +01:00