Commit Graph
31 Commits
Author SHA1 Message Date
David Edwards 324985343b ATS-931 Release t-core 2.5.1 [trigger release] (#429) 2021-06-17 11:19:13 +01:00
David Edwards 74680fbe58 ACS-1677 Provide file extension from JMS request if missing in SFS (#428) 2021-06-15 16:39:28 +01:00
David Edwards f831c46672 Refactor Tika Controller (#415)
Allows for object creation to be done on instatiation, instead of first transform call.
2021-06-11 21:07:11 +01:00
David Edwards d55710c937 ATS-912 [trigger release] 2.4.0 (#401)
Update base docker image
2021-05-07 14:29:04 +01:00
David Edwards f896494c94 ATS-912 [trigger release] version 2.4.0 (#400) 2021-05-07 12:21:26 +01:00
David Edwards e11cbd5180 ATS-892 Convert ExifTool separated strings into collections for ACS consumption (#397)
ATS-911 Add regex pattern matching for date replacement
2021-05-06 08:58:42 +01:00
David Edwards 4ab8a1120f ATS 905 enable IPTCMetadataExtractor in Tika and AIO engine config (#394) 2021-04-29 16:39:03 +01:00
David Edwards 804c745004 ATS-893 Add Exiftool to docker containers & add licences (#384)
* ATS-893 Add Exiftool to docker containers & add licences
2021-04-28 14:44:31 +01:00
David Edwards 2d38805d90 ATS-900 Update IPTCMetadataExtractor_metadata_extract.properties (#373) 2021-04-26 13:00:53 +01:00
David Edwards 5ce59d9c04 ATS-899 create IPTCMetadatorExtractor within Tika T-engine (#372) 2021-04-21 15:04:51 +01:00
David Edwards 03d08d0c9e MNT-22082 transformation of pdf to text hang (#367)
A new constructor has been added to the TikaController to provide
the new spring config.
The creation of the TikaExecutor has been moved to "singleton pattern" as
the injection of the @Value happens after the instantiation of the
TikaJavaExecutor and does not pass the value correctly. The
instantiation is now done once, on the first transform request.
Param has been added to the AIO beans.
2021-04-13 09:59:42 +01:00
David Edwards b1ada4a982 ACS-1185 Update activemq image to 5.16.1 (#341) 2021-02-18 10:32:25 +00:00
David Edwards ef21365e00 ACS-930 Security update to spring boot 2.4.1 (#321)
* ACS-930 Upgrade to Junit5
2021-01-15 10:31:25 +00:00
David Edwards e9d194ee0b Revert "Bump fabric8-maven-plugin from 4.4.0 to 4.4.1 (#198)" (#320)
This reverts commit af3fd0d507.
2021-01-14 11:03:13 +00:00
David Edwards 6da39399db ACS-930 security update to Spring Boot 2.4.1 (#318)
* ACS-930 Update Spring boot to 2.4.1

* ACS-930 Update missing dependencies
2021-01-06 09:23:48 +00:00
David Edwards 7c10f3fbf4 ATS-817 update base image to 11.0.7-openjdk-centos-7-dcd8edf6cb70 (#282) 2020-07-31 09:20:06 +01:00
David Edwards 379c5527f5 ACS-396 Release version 2.3.2 (#271)
[trigger release]
2020-07-02 15:12:17 +01:00
David Edwards ba513c71cd ACS-393 Update Spring Boot to 2.3.1.RELEASE (#270)
* ACS-393 Update SpringBoot to 2.3.1.RELEASE

* ACS-393 Add messages back to error handling
2020-07-01 15:50:12 +01:00
David Edwards d3defc8071 ATS-790 Update Java base image: 11.0.7-openjdk-centos-7-9448dd21de19 (#263)
alfresco/alfresco-base-java:11.0.7-openjdk-centos-7-9448dd21de19
2020-06-23 13:55:21 +01:00
David Edwards 3b55fe4ca7 ATS-743 [trigger release] T-Engines-2.2.1 (#240) 2020-05-01 15:10:13 +01:00
David Edwards 9359834d4a ATS-708: Release T-Core (T-Engines) 2.2.0 [trigger release] 2020-04-24 12:32:37 +01:00
David Edwards f503b863db ATS-708 Update pom versions to 2.2.0-SNAPSHOT 2020-04-24 12:30:28 +01:00
David Edwards 0eda874c82 ATS-702 Add AIO tests from Misc Transformers (#234) 2020-04-23 12:35:27 +01:00
David Edwards bcb6626965 Revert "ATS-702 Add AIO tests from Misc Transformers (#230)"
This reverts commit b69a17a2a3.
2020-04-23 11:23:31 +01:00
b69a17a2a3 ATS-702 Add AIO tests from Misc Transformers (#230)
Add Misc transforms AIO tests
Add Misc IT through AIO
Remove accidental commit.

Co-authored-by: Erik Knizat <erik.knizat@alfresco.com>
Co-authored-by: kristian <kristian.dimitrov@alfresco.com>
Co-authored-by: eknizat <26163420+eknizat@users.noreply.github.com>
2020-04-23 11:05:40 +01:00
David Edwards 410997689f ATS-702: Add AIO tests from LibreOffice (#231)
Created test-jar for libreoffice-boot
Updated LibreOfficeControllerTest.java so it can provide inheritance
Updated LibreOfficeControllerTest#testPojoTransform to uses a viable targetMimetype
Fixed inconsitent naming for @Value annotation
Moved surefire config to super pom
Implement LibreOfficeIT on AIO Controller
2020-04-22 19:17:01 +01:00
David Edwards 6320e04b64 ATS-702 Add AIO tests from Pdf Renderer (#233)
* ATS-702 implement AIOControllerTikaTest

* ATS-702 Implement PDFIT in AIO
2020-04-22 16:55:30 +01:00
David Edwards cd16637143 ATS-702 Add AIO tests from Tika (#232)
* ATS-702 - Implement Tika controller tests on AIO

* ATS-702 - Add Tika IT through AIOController
2020-04-22 15:50:20 +01:00
e2ba7676a6 ATS-702 Add AIOControllerTest for Imagemagick transforms (#208)
Runs the tests inherited from the imagemagick-boot-test-jar through the All in One Transformer

Co-authored-by: Erik Knizat <erik.knizat@alfresco.com>
Co-authored-by: kristian <kristian.dimitrov@alfresco.com>
Co-authored-by: eknizat <26163420+eknizat@users.noreply.github.com>
2020-04-21 11:45:23 +01:00
David Edwards 352388832d ATS-724 Parallel Travis builds (#223)
* Split Build and test into separate jobs.
2020-04-20 16:10:32 +01:00
David Edwards c66f691a10 ATS-725(REPO-4919) Update LibreOffice to 6.3.5 in cache_artifacts.sh (#224) 2020-04-16 12:11:41 +01:00