313 Commits

Author SHA1 Message Date
Travis CI User
2ec49e2813 [maven-release-plugin][skip ci] prepare release 2.5.7-A11 2022-03-09 05:57:54 +00:00
Travis CI User
08c621a910 [maven-release-plugin][skip ci] prepare for next development iteration 2022-03-07 19:04:42 +00:00
Travis CI User
246dbe7f00 [maven-release-plugin][skip ci] prepare release 2.5.7-A10 2022-03-07 19:04:40 +00:00
Travis CI User
dc386409b0 [maven-release-plugin][skip ci] prepare for next development iteration 2022-03-06 07:25:53 +00:00
Travis CI User
98f88a906b [maven-release-plugin][skip ci] prepare release 2.5.7-A9 2022-03-06 07:25:51 +00:00
alandavis
f24969199c ACS-2002 T-Engine debug should include direct access url
[trigger release] 2.5.7-A9
2022-03-06 06:52:33 +00:00
Travis CI User
b4a389209f [maven-release-plugin][skip ci] prepare for next development iteration 2022-03-05 12:35:23 +00:00
Travis CI User
c7c916642a [maven-release-plugin][skip ci] prepare release 2.5.7-A8 2022-03-05 12:35:21 +00:00
alandavis
90fd2d55af ACS-2002 T-Engine debug should include direct access url
[trigger release] 2.5.7-A8
2022-03-05 12:01:51 +00:00
Travis CI User
05a449edc5 [maven-release-plugin][skip ci] prepare for next development iteration 2022-03-05 10:51:00 +00:00
Travis CI User
d7c22cfe1d [maven-release-plugin][skip ci] prepare release 2.5.7-A7 2022-03-05 10:50:58 +00:00
alandavis
d1c6015913 ACS-2002 Add T-Engine debug for local transforms
[trigger release] 2.5.7-A7
2022-03-05 10:19:45 +00:00
Travis CI User
ed5c00b98b [maven-release-plugin][skip ci] prepare for next development iteration 2022-03-03 17:08:51 +00:00
Travis CI User
ebe2e7688f [maven-release-plugin][skip ci] prepare release 2.5.7-A6 2022-03-03 17:08:48 +00:00
Travis CI User
19c0d2538e [maven-release-plugin][skip ci] prepare for next development iteration 2022-03-02 11:54:13 +00:00
Travis CI User
74c99f89c7 [maven-release-plugin][skip ci] prepare release 2.5.7-A5 2022-03-02 11:54:11 +00:00
Travis CI User
ce7f300ed7 [maven-release-plugin][skip ci] prepare for next development iteration 2022-02-24 00:39:22 +00:00
Travis CI User
e37c17250f [maven-release-plugin][skip ci] prepare release 2.5.7-A4 2022-02-24 00:39:20 +00:00
alandavis
27b04ee049 ACS-2587 Fix test failure
[trigger release] 2.5.7-A4
2022-02-24 00:01:56 +00:00
Alan Davis
61c1f802ef
ACS-2587 Include directAccessUrl in T-Config if supported (#539)
The t-config returned by the T-Router & T-Engines should include directAccessUrl as an optional transform option when the T-engine supports it.

[trigger release] 2.5.7-A4
2022-02-23 23:51:10 +00:00
Nebil Kisa
4429ba2823
ATS-864: Switch from fabric8 to docker mvn plugin (#436)
* ATS-864: Switch from fabric8 to docker mvn plugin

* moved docker-maven-plugin config to execution

* Update to latest docker-maven-plugin

* remove unnecessary config

Co-authored-by: David Edwards <david.edwards@alfresco.com>
Co-authored-by: Marcello Teodori <151025+mteodori@users.noreply.github.com>
2022-02-23 19:48:19 +01:00
Travis CI User
27bea9a89b [maven-release-plugin][skip ci] prepare for next development iteration 2022-02-21 14:38:45 +00:00
Travis CI User
5a37333992 [maven-release-plugin][skip ci] prepare release 2.5.7-A3 2022-02-21 14:38:43 +00:00
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
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
Alan Davis
e76da6878c
ACS-2479 AI Transformers do not start if built using ATS 1.5.0 components (#522)
[trigger release] 2.5.6

* Changes just tidy up white space and pick up the modified T-Model
2022-01-27 18:29:28 +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
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
alandavis
b18798f313 [trigger release] 2.5.5-A1
- missing bit of useful debug included
2022-01-05 16:04:20 +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
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