140 Commits

Author SHA1 Message Date
Travis CI User
f2478ee2b7 [maven-release-plugin][skip ci] prepare for next development iteration 2022-02-18 15:47:14 +00:00
Travis CI User
18b413c827 [maven-release-plugin][skip ci] prepare release 2.5.7-A2 2022-02-18 15:47:11 +00:00
Alan Davis
f05b54dea3
ACS-2497 Rework httpTransformRequestUsingDirectAccessUrlTest so it can be used in AI and Aspose (#535) 2022-02-18 14:08:18 +00:00
Travis CI User
ae095778e3 [maven-release-plugin][skip ci] prepare for next development iteration 2022-02-14 12:37:31 +00:00
Travis CI User
7497bdb464 [maven-release-plugin][skip ci] prepare release 2.5.7-A1 2022-02-14 12:37:29 +00:00
alandavis
64669eebd2 [trigger release] 2.5.7-A1 2022-02-14 11:59:15 +00:00
Kacper Magdziarz
11e3cb4b20
ACS-2497 T-Core: Accept DAU requests (#525)
* ACS-2497 Add implementation of Direct Access Url usage for transformation.
Add possibly to pass Direct Access Url to Transform request instead of a sending a file.
2022-02-14 11:30:48 +01:00
Piotr Żurek
f202139607
ATS-977: Remove dependencies needed to build the image-exiftool (#532)
* Remove dependencies needed to build the `image-exiftool`
2022-02-11 09:59:13 +01:00
Alan Davis
a89e161004
ACS-2498 Switch to using a configVersion parameter on the /transform/config endpoint (#530)
* Fixed the config returned by the AIO as it did not include the coreVersion even though the individual ones did.
2022-02-10 23:50:19 +00:00
Alan Davis
df519cfd6f
ACS-2498 Add coreVersion to T-Engine config (#526)
The bulk of the changes in this PR are to do with adding a coreVersion element to the transform element in the T-Engine config. For more detail see the class header of CoreVersionDecorator.

* Support the use of coreVersion so that it is possible to upgrade pods in any order
* Moved the majority of the RequestParamMap static finals to alfresco-transform-model and added a new one: "includeCoreVersion" parameter.
2022-02-09 22:39:40 +00:00
Travis CI User
edadc1122f [maven-release-plugin][skip ci] prepare for next development iteration 2022-01-27 19:10:16 +00:00
Travis CI User
f8be0f64ae [maven-release-plugin][skip ci] prepare release 2.5.6 2022-01-27 19:10:13 +00:00
Travis CI User
a4cc3d4818 [maven-release-plugin][skip ci] prepare for next development iteration 2022-01-26 18:30:11 +00:00
Travis CI User
bec806510e [maven-release-plugin][skip ci] prepare release 2.5.5 2022-01-26 18:30:09 +00:00
Alan Davis
167c77fb2c
ATS-973 [trigger release] 2.5.5 (#521) 2022-01-26 17:51:00 +00:00
Travis CI User
ae61286098 [maven-release-plugin][skip ci] prepare for next development iteration 2022-01-13 22:27:44 +00:00
Travis CI User
2f1704322d [maven-release-plugin][skip ci] prepare release 2.5.5-A3 2022-01-13 22:27:42 +00:00
Travis CI User
0342d2f2c3 [maven-release-plugin][skip ci] prepare for next development iteration 2022-01-13 18:42:27 +00:00
Travis CI User
9a93e8bf89 [maven-release-plugin][skip ci] prepare release 2.5.5-A2 2022-01-13 18:42:25 +00:00
Alan Davis
59325bc38a
Repeat Bump dependency.tika.version from 2.1.0 to 2.2.1 (#516)
* Repeat Bump dependency.tika.version from 2.1.0 to 2.2.1

Original PR https://github.com/Alfresco/alfresco-transform-core/pull/506 was merged to master where it failed. There had been no build of the PR before the merge, which is why this branch has been created.

* Use non deprecated TikaCoreProperties.SUBJECT with tika 2.2.1.

The deprecated OfficeOpenXMLCore.SUBJECT value worked in 2.2.0 but not 2.2.1

* With the upgrade of Tika from 2.2.0 to 2.2.1, the deprecated OfficeOpenXMLCore.SUBJECT metadata value became being null and the replacement TikaCoreProperties.SUBJECT became a multi value in a few of our test cases. For backward compatibility with very old versions of Alfresco, we have historically been added a number of extra values including "subject" and "description" back into the raw metadata, before mapping them onto Alfresco properties. These values existed in the original version of Tika used by Alfresco, so it is possible there are custom mappings out there that using them.

To complicate matters a little, out standard mappings for some types put the raw "subject" value into cm:description property. What makes it interesting is that the extra "description" value is not used but has the value originally in our expected metadata extarct data. That is why the quick_*_json files have been modified.
2022-01-13 17:25:56 +00:00
dependabot[bot]
3889fa73b5 Bump maven-jar-plugin from 3.2.0 to 3.2.2
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.0...maven-jar-plugin-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-13 15:39:58 +00:00
Tom Page
6e6c8c12c2
ACS-2382 Remove old license properties files. 2022-01-06 10:32:57 +00:00
alandavis
1cd673de63 Restore ATS-969 Tika upgrade 1.x -> 2.x (#493)
This reverts commit 9776577a452444dad634117d349635604fa9a9a8.

Was not possible to perform the release of 2.5.5-A1 with this upgrade of Tika.
Possibly related to it forcing a change in the following files, which were then deleted in the build:
D	alfresco-transform-core-aio/alfresco-transform-core-aio-boot/src/license/THIRD-PARTY.properties
D	alfresco-transform-core-aio/alfresco-transform-core-aio/src/license/THIRD-PARTY.properties
D	alfresco-transform-tika/alfresco-transform-tika-boot/src/license/THIRD-PARTY.properties
D	alfresco-transform-tika/alfresco-transform-tika/src/license/THIRD-PARTY.properties
2022-01-05 21:56:41 +00:00
Travis CI User
2fd8361a78 [maven-release-plugin][skip ci] prepare for next development iteration 2022-01-05 20:58:51 +00:00
Travis CI User
06b8d1e8d4 [maven-release-plugin][skip ci] prepare release 2.5.5-A1 2022-01-05 20:58:49 +00:00
Alan Davis
9776577a45
[trigger release] 2.5.5-A1 (#511)
Revert ATS-969 Tika upgrade 1.x -> 2.x (#493)

As the build is deleting the following, resulting in the release job failure
D	alfresco-transform-core-aio/alfresco-transform-core-aio-boot/src/license/THIRD-PARTY.properties
D	alfresco-transform-core-aio/alfresco-transform-core-aio/src/license/THIRD-PARTY.properties
D	alfresco-transform-tika/alfresco-transform-tika-boot/src/license/THIRD-PARTY.properties
D	alfresco-transform-tika/alfresco-transform-tika/src/license/THIRD-PARTY.properties
2022-01-05 20:26:04 +00:00
Alan Davis
a98f937b4a
ACS-2002 Enhance T-Router debug (#507)
[trigger release] 2.5.5-A1

By default T-Engines now provide the more readable TransformerDebug DEBUG messages, rather than the original detailed request and reply messages, which are still available as TRACE.
2022-01-05 12:17:17 +00:00
dependabot[bot]
c0f6f00962
Bump bcmail-jdk15on from 1.69 to 1.70 (#492)
Bumps [bcmail-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcmail-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-22 10:56:12 +00:00
dependabot[bot]
f57bddb793
Bump bcprov-jdk15on from 1.69 to 1.70 (#491)
Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.69 to 1.70.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-22 09:34:57 +00:00
dependabot[bot]
028b1ccaf6 Bump joda-time from 2.2 to 2.10.13
Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.2 to 2.10.13.
- [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.2...v2.10.13)

---
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>
2021-12-09 11:48:46 +00:00
Piotr Żurek
d7f7520c45
ATS-969 Tika upgrade 1.x -> 2.x (#493) 2021-12-08 10:27:40 +01:00
Piotr Żurek
0e0fe67798
ATS-968 Migrate to CentOS 7 base images (#490) 2021-12-08 10:26:16 +01:00
Travis CI User
0e8f597c57 [maven-release-plugin][skip ci] prepare for next development iteration 2021-11-13 12:10:38 +00:00
Travis CI User
0c93976129 [maven-release-plugin][skip ci] prepare release 2.5.4 2021-11-13 12:10:36 +00:00
Travis CI User
f16b250d75 [maven-release-plugin][skip ci] prepare for next development iteration 2021-08-26 13:22:14 +00:00
Travis CI User
3ed8af329a [maven-release-plugin][skip ci] prepare release 2.5.3 2021-08-26 13:22:12 +00:00
dependabot[bot]
5e112a43ce
Bump alfresco/alfresco-base-java (#456)
Bumps alfresco/alfresco-base-java from 11.0.12-centos-8 to 11.0.12-centos-811.

---
updated-dependencies:
- dependency-name: alfresco/alfresco-base-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-24 16:13:25 +01:00
montgolfiere
88166b464a
ATS-953: Bump Java Base Image (JDK 11 / CentOS 8) (#455) 2021-08-23 09:54:57 +01:00
Travis CI User
09b8fd926e [maven-release-plugin][skip ci] prepare for next development iteration 2021-07-19 11:08:08 +00:00
Travis CI User
f2d6c64a1b [maven-release-plugin][skip ci] prepare release 2.5.2 2021-07-19 11:08:00 +00:00
Kristian Dimitrov
6d5f63e5c9
ATS-952: Bump alfresco-java-base image version (#446) 2021-07-14 13:51:52 +01:00
Travis CI User
83cd0774b6 [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-17 10:50:58 +00:00
Travis CI User
1ba0b1ac95 [maven-release-plugin][skip ci] prepare release 2.5.1 2021-06-17 10:50:52 +00:00
David Edwards
324985343b
ATS-931 Release t-core 2.5.1 [trigger release] (#429) 2021-06-17 11:19:13 +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
Travis CI User
08a9c7f28d [maven-release-plugin][skip ci] prepare for next development iteration 2021-06-11 13:50:06 +00:00
Travis CI User
951f7477fe [maven-release-plugin][skip ci] prepare release 2.5.0 2021-06-11 13:49:58 +00:00
dependabot[bot]
3eca85790f
Bump bcprov-jdk15on from 1.68 to 1.69 (#423)
Bumps [bcprov-jdk15on](https://github.com/bcgit/bc-java) from 1.68 to 1.69.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 11:18:46 +01:00
dependabot[bot]
8bed09201f
Bump bcmail-jdk15on from 1.68 to 1.69 (#425)
Bumps [bcmail-jdk15on](https://github.com/bcgit/bc-java) from 1.68 to 1.69.
- [Release notes](https://github.com/bcgit/bc-java/releases)
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcmail-jdk15on
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-11 11:18:33 +01:00
Alexandru-Eusebiu Epure
4b990fb1f4
ATS-935 : ATS: Upgrade LibreOffice (6.3.5 to 7.0.6) (#419)
prepare for 2.5.0 release
2021-06-11 09:41:39 +03:00