Commit Graph

23617 Commits

Author SHA1 Message Date
dependabot-preview[bot]
4b43aca430 Bump alfresco-data-model from 8.96 to 8.97 (#688) 2020-03-26 23:08:46 +00:00
dependabot-preview[bot]
38b6953226 Bump restapi from 1.33 to 1.36 (#689) 2020-03-26 22:41:41 +00:00
dependabot-preview[bot]
419177faee Bump alfresco-repository from 8.141 to 8.142 (#687) 2020-03-26 22:36:53 +00:00
Travis CI User
ce075a3194 [maven-release-plugin][skip ci] prepare for next development iteration 2020-03-26 14:46:53 +00:00
Travis CI User
74d5a97be7 [maven-release-plugin][skip ci] prepare release alfresco-remote-api-7.118 2020-03-26 14:46:46 +00:00
Alan Davis
9cb05adadc Pick up alfresco-repository 7.156 which includes REPO-5078 Corrections to TransformOptionsConverter 2020-03-26 14:29:48 +00:00
Travis CI User
e53530faff [maven-release-plugin][skip ci] prepare for next development iteration 2020-03-25 23:19:36 +00:00
Travis CI User
a144daa3ad [maven-release-plugin][skip ci] prepare release alfresco-repository-7.156 2020-03-25 23:19:28 +00:00
dependabot-preview[bot]
98c9960085 Bump alfresco-remote-api from 8.130 to 8.131 (#685) 2020-03-25 23:15:11 +00:00
Alan Davis
5d6d6d42c6 REPO-5078 Corrections to TransformOptionsConverter (#845)
Having done some work trying to remove legacy transformers REPO-4710, it became clear that there were still some problems in the TransformOptionsConverter that only came to light because legacy transformers were not being used. These are:

    alphaRemove should have been set if the target mimetype is jpeg.

    allowEnlargement, autoOrient, maintainAspectRatio were only being added if set to true. They should have been set to true if already true, or true if null (because that was the default in the legacy options) or false if set to false. The maintainAspectRatio value was extra special, because historically (for legacy transforms) it was only being set if the value was false and the latest T-Engines were only passing the maintainAspectRatio if true. In other words the default was the other way around.

    cropXOffset, cropYOffset should always be set if there are crop options. 0 was excluded previously.

    page should be set rather than startPage and endPage were the same but only if the source mimetype was pdf. There was no check for pdf. This is for pdfrenderer rather than imagemagic.

As both source and target mimetypes are required, a number of calling classes needed to change.

The RenditionServiceIntegrationTest was the only test that has an actual change in it. It now sets maintainAspectRatio to true as the legacy ImageRenderingEngine defaulted it to false (the opposite default to the legacy options). This was fine as long as a legacy transform was used, because it would either set "!" in the argument to a local imagemagic process when false or because of the errors described above to do with maintainAspectRatio the converted value became true and would be past to a T-Engine which in turn set "!". Until the TransformOptionsConverter was fixed, no local transform appeared able to do the transform. After the fix, the false value was past to the T-Engine and then ignore, so the "!" was not set resulting in a unexpected size of image on transform.

(cherry picked from commit 4a1b0f3596)
2020-03-25 22:55:17 +00:00
dependabot-preview[bot]
59b0784c08 Bump alfresco-core from 8.26 to 8.27 (#686) 2020-03-25 22:50:32 +00:00
dependabot-preview[bot]
8632bc991c Bump alfresco-repository from 8.139 to 8.141 (#684) 2020-03-25 22:36:25 +00:00
dependabot-preview[bot]
3a2c41b346 Bump alfresco-repository from 8.138 to 8.139 (#683) 2020-03-24 22:57:47 +00:00
dependabot-preview[bot]
80e5029793 Bump dependency.spring.version from 5.2.4.RELEASE to 5.2.5.RELEASE (#682) 2020-03-24 22:47:03 +00:00
Travis CI User
74ddbf9e7c [maven-release-plugin][skip ci] prepare for next development iteration 2020-03-24 11:11:06 +00:00
Travis CI User
f235ae694d [maven-release-plugin][skip ci] prepare release alfresco-repository-7.155 2020-03-24 11:11:00 +00:00
Alan Davis
d727d30b41 REPO-5076 BitlyUrlShortenerTest failing as URL is now longer 2020-03-24 10:24:24 +00:00
Alan Davis
62b7650925 REPO-5076 BitlyUrlShortenerTest failing as URL is now longer
(cherry picked from commit f3364098c2)
2020-03-24 10:20:13 +00:00
dependabot-preview[bot]
9c019c6d31 Bump alfresco-remote-api from 8.129 to 8.130 (#681) 2020-03-23 22:42:45 +00:00
Ayman Harake
746523dbc8 GOOGLEDOCS-482: Updated Google Drive reference in pom.xml to 3.2.0-A4 (#676)
* GOOGLEDOCS-482: Updated googledrive reference in pom.xml to 3.2.0-A3

* GOOGLEDOCS-482: Updated googledocs reference in pom.xml to 3.2.0-A4
2020-03-23 13:59:14 +00:00
dependabot-preview[bot]
56d4d86fed Bump alfresco-data-model from 8.95 to 8.96 (#680) 2020-03-20 22:52:30 +00:00
dependabot-preview[bot]
39d74e9133 Bump alfresco-remote-api from 8.128 to 8.129 (#679) 2020-03-20 22:45:45 +00:00
aharake
4890949a1f GOOGLEDOCS-482: Reverted changes in Pom.xml to reference googledrive-3.2.0-A2 again because I meant to make a PR, not push strait to develop 2020-03-20 11:35:13 +00:00
Ancuta Morarasu
5979a527bc Revert fabric8 version to 4.4.0, push images fails with 4.4.1 (reverted #668) 2020-03-20 13:05:47 +02:00
aharake
5067e29224 develop: Updated googledrive refference in pom.xml to 3.2.0-A3 2020-03-20 10:05:44 +00:00
dependabot-preview[bot]
e464a586d1 Bump jsoup from 1.12.2 to 1.13.1 (#634) 2020-03-20 01:34:17 +00:00
dependabot-preview[bot]
d1ec5c7941 Bump alfresco-core from 8.25 to 8.26 (#675) 2020-03-19 23:39:51 +00:00
dependabot-preview[bot]
e0f21011c3 Bump alfresco-repository from 8.135 to 8.138 (#674) 2020-03-19 23:38:12 +00:00
dependabot-preview[bot]
ecf7f2d9be Bump alfresco-data-model from 8.94 to 8.95 (#673) 2020-03-19 22:46:34 +00:00
dependabot-preview[bot]
373662c8e3 Bump alfresco-remote-api from 8.126 to 8.128 (#672) 2020-03-19 22:36:31 +00:00
Travis CI User
9db78d663c [maven-release-plugin][skip ci] prepare for next development iteration 2020-03-19 14:34:43 +00:00
Travis CI User
2d2213c860 [maven-release-plugin][skip ci] prepare release alfresco-repository-7.154 2020-03-19 14:34:35 +00:00
Ancuta Morarasu
a370505f65 Revert REPO-4963 - fix netty-codec-http security vulnerability (#828) 2020-03-19 15:54:13 +02:00
dependabot-preview[bot]
d83d8c8c9a Bump httpclient from 4.5.11 to 4.5.12 (#643) 2020-03-19 01:32:19 +00:00
dependabot-preview[bot]
13ae6388b8 Bump postgresql from 42.2.10 to 42.2.11 (#650) 2020-03-19 01:31:54 +00:00
dependabot-preview[bot]
0b06aebe1a Bump mockito-core from 3.3.0 to 3.3.3 (#660) 2020-03-19 01:31:43 +00:00
dependabot-preview[bot]
d587cc7786 Bump alfresco-data-model from 8.88 to 8.94 (#670) 2020-03-19 00:15:42 +00:00
dependabot-preview[bot]
62412f0243 Bump dependency.jackson.version from 2.10.2 to 2.10.3 (#635) 2020-03-18 23:55:58 +00:00
dependabot-preview[bot]
52a6891b41 Bump alfresco-repository from 8.131 to 8.135 (#669) 2020-03-18 23:41:35 +00:00
dependabot-preview[bot]
8c569fb6b2 Bump fabric8-maven-plugin from 4.4.0 to 4.4.1 (#668) 2020-03-18 23:14:41 +00:00
dependabot-preview[bot]
9ed8139a9d Bump alfresco-core from 8.22 to 8.25 (#666) 2020-03-18 22:39:21 +00:00
dependabot-preview[bot]
2fab44a183 Bump alfresco-remote-api from 8.119 to 8.126 (#665) 2020-03-18 22:38:44 +00:00
dependabot-preview[bot]
b1808b42ff Bump build-helper-maven-plugin from 3.0.0 to 3.1.0 (#649) 2020-03-18 12:22:51 +00:00
dependabot-preview[bot]
78d377effe Bump alfresco-core from 8.21 to 8.22 (#651) 2020-03-18 12:22:43 +00:00
dependabot-preview[bot]
23cbca581c Bump maven-javadoc-plugin from 3.1.1 to 3.2.0 (#662) 2020-03-18 12:22:36 +00:00
dependabot-preview[bot]
25c3a733e6 Bump alfresco.aos-module.version from 1.3.0 to 1.3.1 (#633) 2020-03-18 12:22:21 +00:00
dependabot-preview[bot]
00a1d4fe51 Bump alfresco-repository from 8.120 to 8.131 (#663) 2020-03-18 12:22:17 +00:00
dependabot-preview[bot]
04b4ac5da6 Bump httpclient-cache from 4.5.11 to 4.5.12 (#645) 2020-03-18 12:22:12 +00:00
dependabot-preview[bot]
c4ba076173 Bump maven-dependency-plugin from 3.1.1 to 3.1.2 (#652) 2020-03-18 12:22:04 +00:00
David Edwards
dc315393d4 REPO-4735 add release stage (#636)
Added the a Engineering Release stage and Company Release stage to travis.yml and added any required credentials to Travis.
Each release stage is triggered by a specific commit message, as listed in the "stages" section of travis.yml.
Provided a commit message to skip test stages if required, to speed up release process.
Global variables have been added to set the release version, development version and the community release version for the release stages.
2020-03-16 11:29:36 +00:00