273 Commits

Author SHA1 Message Date
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
Alan Davis
00c8fc7b34
ACS-1998 Enhance the transform config (#484) 2021-11-13 11:29:21 +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
Alan Davis
509acf4760
ACS-1778 Common transform routing code for Repo and t-router (#453)
* Addition of logWarn method
* Pick up new alfresco-transform-model tag 1.4.0
2021-08-19 17:58:10 +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
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
74680fbe58
ACS-1677 Provide file extension from JMS request if missing in SFS (#428) 2021-06-15 16:39:28 +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
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
Travis CI User
ac38f3abfb [maven-release-plugin][skip ci] prepare for next development iteration 2021-05-07 13:57:20 +00:00
Travis CI User
1c454de76e [maven-release-plugin][skip ci] prepare release 2.4.0 2021-05-07 13:57:15 +00:00
David Edwards
f896494c94
ATS-912 [trigger release] version 2.4.0 (#400) 2021-05-07 12:21:26 +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
Travis CI User
79a48ac385 [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-08 19:06:03 +00:00
Travis CI User
156196dc95 [maven-release-plugin][skip ci] prepare release 2.3.10 2021-03-08 19:05:58 +00:00
Travis CI User
ed7e0c76df [maven-release-plugin][skip ci] prepare for next development iteration 2021-03-08 16:27:11 +00:00
Travis CI User
2e4a4639e1 [maven-release-plugin][skip ci] prepare release 2.3.9 2021-03-08 16:27:06 +00:00
Travis CI User
adc7e291db [maven-release-plugin][skip ci] prepare for next development iteration 2021-02-18 16:07:41 +00:00
Travis CI User
310a20f049 [maven-release-plugin][skip ci] prepare release 2.3.8 2021-02-18 16:07:36 +00:00
Marcus Svartmark
e976338c84
Include throwable cause in TransformException (#330)
Thanks @marsv024 for your contribution. The suggested changes have been verified and will be now merge into master.
2021-02-16 16:14:50 +00:00
Travis CI User
c5d7791cb5 [maven-release-plugin][skip ci] prepare for next development iteration 2021-02-02 06:40:35 +00:00
Travis CI User
969968a70e [maven-release-plugin][skip ci] prepare release 2.3.7 2021-02-02 06:40:28 +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
Alan Davis
2fd11d5aed
REPO-5191 Bug: T-Engine should provide mapping rather than the repo. (#316)
Bug found while reviewing documents on how to create a custom metadata extractor. The original refactor had left the repo doing the mapping. It should have been passing the fully qualified repo properties to the T-Engine to do the mapping.

Linked to:
    Alfresco/alfresco-community-repo#227
    Alfresco/acs-packaging#1826
2021-01-06 22:25:40 +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
Travis CI User
f0fb98f238 [maven-release-plugin][skip ci] prepare for next development iteration 2020-11-19 20:13:18 +00:00
Travis CI User
d95120fdf4 [maven-release-plugin][skip ci] prepare release 2.3.6 2020-11-19 20:13:11 +00:00
Alan Davis
00fbb6405a
ATS-829 Release T-Engines 2.3.6 (#307)
ATS-829: Release T-Core (T-Engines) 2.3.6 [trigger release]

Linked to REPO-5219 Allow AGS AMP to specify metadata extract mapping

Added an extractMapping transform option to all metadata extractors to override the default one.

3rd party libraries to get a green build.
* Upgrade cxf-rt-transports-http and woodstox-core to avoid issues
* Upgrade to org.springframework.boot:spring-boot-starter-parent:2.3.5.RELEASE to avoid problem in org.springframework:spring-web
* Upgrade to activemq 5.15.13 to avoid problem in activemq-broker 5.15.12
2020-11-19 18:35:22 +00:00
Travis CI User
3ef6a7a788 [maven-release-plugin][skip ci] prepare for next development iteration 2020-09-25 08:53:59 +00:00
Travis CI User
37c4f682fa [maven-release-plugin][skip ci] prepare release 2.3.5 2020-09-25 08:53:53 +00:00
Epure Alexandru-Eusebiu
81b2b8a231 MNT-21869: libreoffice timeout set too high [trigger release]
Change SERVER.PORT to SERVER_PORT for consistency
2020-09-25 11:23:20 +03:00
Alexandru-Eusebiu Epure
32e48b413b
MNT-21869 libreoffice timeout set too high (#295)
* MNT-21869 libreoffice timeout set too high
   Reduce default value of timeout for libreoffice from 2000min to 20min
   Add option to configure libreoffice timeout externally.
   Enable to configure externally the port on which the app starts.
  Add external-engine-configuration.md
2020-09-25 10:54:06 +03:00
Travis CI User
608fdc1ab4 [maven-release-plugin][skip ci] prepare for next development iteration 2020-08-06 15:09:04 +00:00
Travis CI User
b7c4ca02cc [maven-release-plugin][skip ci] prepare release 2.3.4 2020-08-06 15:08:57 +00:00
Travis CI User
33eff2d8d7 [maven-release-plugin][skip ci] prepare for next development iteration 2020-08-03 10:10:09 +00:00
Travis CI User
66ff8a950c [maven-release-plugin][skip ci] prepare release 2.3.3 2020-08-03 10:10:01 +00:00