822 Commits

Author SHA1 Message Date
montgolfiere
660c1c49c7
ATS-693: Update AIO java base image (#212)
- fallout from ATS-693 (see also DEPLOY-924 / ATS-655 / ATS-711)
2020-04-09 08:22:40 +01:00
eknizat
af77d429e7
ATS-675:Add All-In-One transformer (#200)
* ATS-695/ATS-675 Add aio boot project

- Added the bare bones of a spring boot project to be used by aio. Currently based loosely on transform-misc.

* ATS-674/ATS-695 Add forms for each transformer.

* ATS-675/ATS-695 add empty test to pass build during dev

* ATS-695 remove maven profile to fix build

* ATS-675 Define interface and the aio transformer

* Fix formatting and rename the module as per review comments

* ATS-675/ATS-695 Add ProbeTestTransformation

Currenly uses MiscController implementation.

* ATS-675/ATS-695 Add logger method,

This will be code repeated in the local transform method and the processTransform method

* ATS-675/ATS-695 Implement local transform method

Minimum implementation for transform method.

* ATS-675/ATS-695  Implement processTransform

* ATS-675/ATS-695 Rename project to alfresco-transform-core-aio-boot

Add alfresco-transform-core-aio dependencies

* ATS-675/ATS-695 Fix build

Update project location
Update imports and variable declarations in TODOs
Add error handling.
Formatting.

* ATS-693: Update transform-misc Dockerfile with newly reserved uid

* Revert "ATS-691: Combine the win/linux pathToFile logic"

This reverts commit 61fe4820

* ATS-693: Update transform-misc Dockerfile with newly reserved uid

* "ATS-693: Add Dockerfile to aio-boot module"

* ATS-675/ATS-695 Add resource required for ProbeTestTrasform

* ATS-675/ATS-695 Remove test resources, to be added in test implementation

* ATS-693: Fix path to jar resources

* ATS-675/ATS-703 Moved Options builder to non boot jar.

* ATS-675/ATS-703 Rename OptionsBuilder to PdfRendererOptionsBuilder

This is to avoid confilct with OptionsBuilders in other T-engines.

* ATS-675/ATS-695 Added PdfRendererApadpter.java

Added dependency to pom.xml
Required transformation of String to Long, method added to Util.java

* ATS-675/ ATS-704

Implemented LibreOfficeAdapter

* ATS-675 Parity with base aio naming convention

* ATS-675/ATS-705 Implemented ImageMagickAdapter

Moved and renamed OptionsBuilder. Moved to alfresco-transform-imagemagick, renamed ImageMagickOptionsBuilder.
Added dependencies to pom.xml

* ATS-693: Implement maven docker build

* Initial tests
* Add initial tests for config aggregation
* Update AbstractTransformerControllerTest to use the new engine config names

* Fix up controller

* Fix travis tests  (#205)

* Fix engine specific properties for engine config location
* Temporarily add engine configs to test resources for the boot modules.  Will need to fix this properly

* Resolve some review comments

* ATS-675 - Move static strings to util class

* Refactor classes for simpler design (#210)

* ATS-702 Fix error handling

(cherry picked from commit e30cb5fda6ba2ae09c91ef61e69cba4689bcc8d9)

* ATS-675 Rename test class (fixes typo)

* ATS-675: Add aio transformer to static scan
2020-04-08 17:40:34 +01:00
Kristian Dimitrov
5c6782a3aa
ATS-691: Make path to test files OS agnostic (#197)
* ATS-691: Make path to test files OS agnostic

* ATS-691: Decode URL object in the method's return
2020-04-01 16:13:56 +01:00
montgolfiere
111fcfcc0e
Merge pull request #187 from Alfresco/dependabot/maven/dependency.jackson.version-2.10.3
Bump dependency.jackson.version from 2.10.2 to 2.10.3
2020-03-31 10:54:44 +01:00
montgolfiere
e877a3523c
Merge pull request #194 from Alfresco/dependabot/maven/org.springframework.boot-spring-boot-starter-parent-2.2.6.RELEASE
Bump spring-boot-starter-parent from 2.2.4.RELEASE to 2.2.6.RELEASE
2020-03-31 10:11:18 +01:00
montgolfiere
5d7c4aca39
Merge pull request #195 from Alfresco/fix/ATS-688_Imagemagick_T-Engine_does_not_maintain_the_aspect_ratio
WIP-ATS-688: Negate OptionsBuilder's maintainAspectRatio boolean
2020-03-30 12:47:17 +01:00
kristian
7476bfebbf ATS-688: Fix ImageMagickControllerTest.optionsTest unit test 2020-03-30 12:26:10 +01:00
kristian
20f81b429b ATS-688: Fix ImageMagickControllerTest.optionsNegateBooleansTest unit test 2020-03-30 12:06:33 +01:00
Jan Vonka
51c8a6c3a5 Revert "Bump fabric8-maven-plugin from 4.4.0 to 4.4.1"
This reverts commit 7b81736954249a0ffcffd86df8934cb60ddb861a.
2020-03-30 10:15:34 +01:00
kristian
b072c89694 ATS-688: Negate OptionsBuilder's maintainAspectRatio boolean 2020-03-30 09:33:38 +01:00
montgolfiere
6a0c747d95
Merge pull request #189 from Alfresco/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.2.0
Bump maven-javadoc-plugin from 3.1.1 to 3.2.0
2020-03-30 09:24:12 +01:00
montgolfiere
42569cd3b7
Merge pull request #190 from Alfresco/dependabot/maven/io.fabric8-fabric8-maven-plugin-4.4.1
Bump fabric8-maven-plugin from 4.4.0 to 4.4.1
2020-03-30 09:23:47 +01:00
eknizat
3bed6930bf
ATS-671: Split engines into fat & skinny modules (ATS-674) (#192)
Each transform engine project has been separated into 2 modules so that an executable and non-executable jar can be created. 
Modules have been renamed such that *docker* has been removed from the artifactIds and project names.

Co-authored-by: Erik Knizat <erik.knizat@alfresco.com>
Co-authored-by: David Edwards <david.edwards@alfresco.com>
2020-03-27 13:45:15 +00:00
dependabot-preview[bot]
d5c1aecb80
Bump spring-boot-starter-parent from 2.2.4.RELEASE to 2.2.6.RELEASE
Bumps spring-boot-starter-parent from 2.2.4.RELEASE to 2.2.6.RELEASE.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-26 22:14:34 +00:00
Denis Ungureanu
46b2e6df5b
ATS-468 : Add Veracode (SAST & SCA) scans to Transform Service Travis builds (#188)
- add SCA & SAST
   - use wildcards to reference jars' locations - a single static scan will be triggered
   - use sandbox based on git branch
   - use maven plugin for source clear scans
   - filter logs
2020-03-19 18:26:55 +02:00
dependabot-preview[bot]
7b81736954
Bump fabric8-maven-plugin from 4.4.0 to 4.4.1
Bumps [fabric8-maven-plugin](https://github.com/fabric8io/fabric8-maven-plugin) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/fabric8io/fabric8-maven-plugin/releases)
- [Changelog](https://github.com/fabric8io/fabric8-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/fabric8-maven-plugin/compare/v4.4.0...v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-18 22:19:06 +00:00
dependabot-preview[bot]
2e13888fc1
Bump maven-javadoc-plugin from 3.1.1 to 3.2.0
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.1.1...maven-javadoc-plugin-3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 22:14:43 +00:00
dependabot-preview[bot]
78b83ba0d6
Bump dependency.jackson.version from 2.10.2 to 2.10.3
Bumps `dependency.jackson.version` from 2.10.2 to 2.10.3.

Updates `jackson-annotations` from 2.10.2 to 2.10.3
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-databind` from 2.10.2 to 2.10.3
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-core` from 2.10.2 to 2.10.3
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.2...jackson-core-2.10.3)

Updates `jackson-datatype-jdk8` from 2.10.2 to 2.10.3

Updates `jackson-datatype-jsr310` from 2.10.2 to 2.10.3

Updates `jackson-module-parameter-names` from 2.10.2 to 2.10.3
- [Release notes](https://github.com/FasterXML/jackson-modules-java8/releases)
- [Commits](https://github.com/FasterXML/jackson-modules-java8/compare/jackson-modules-java8-2.10.2...jackson-modules-java8-2.10.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-03 22:14:21 +00:00
montgolfiere
a8366eadab
Merge pull request #182 from Alfresco/dependabot/maven/dependency.pdfbox.version-2.0.19
Bump dependency.pdfbox.version from 2.0.18 to 2.0.19
2020-03-03 13:15:35 +00:00
Travis CI User
a494e724bf [maven-release-plugin][skip ci] prepare for next development iteration 2020-02-25 13:28:58 +00:00
Travis CI User
228a802513 [maven-release-plugin][skip ci] prepare release 2.1.1 2.1.1 2020-02-25 13:28:52 +00:00
Lucian Tuca
da9c1192b8
ATS-649 : Release T-Engines (T-Core) 2.1.1 [trigger release] (#183)
- releasing
2020-02-25 14:59:57 +02:00
dependabot-preview[bot]
96dd86a72e
Bump dependency.pdfbox.version from 2.0.18 to 2.0.19
Bumps `dependency.pdfbox.version` from 2.0.18 to 2.0.19.

Updates `pdfbox` from 2.0.18 to 2.0.19

Updates `pdfbox-tools` from 2.0.18 to 2.0.19

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-24 22:13:17 +00:00
dependabot-preview[bot]
4962f5aa7d Bump fabric8-maven-plugin from 4.3.1 to 4.4.0
Bumps [fabric8-maven-plugin](https://github.com/fabric8io/fabric8-maven-plugin) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/fabric8io/fabric8-maven-plugin/releases)
- [Changelog](https://github.com/fabric8io/fabric8-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/fabric8-maven-plugin/compare/v4.3.1...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 15:24:33 +02:00
montgolfiere
14488550d4
Merge pull request #177 from Alfresco/ATS-648
ATS-648: Update ActiveMQ tests
2020-02-07 15:48:11 +00:00
montgolfiere
1cc1f03919
Merge branch 'master' into ATS-648 2020-02-07 15:23:35 +00:00
Cezar.Leahu
cd097f1988 ATS-656: Execute Maven commands in non-interactive mode 2020-02-07 16:28:38 +02:00
CezarLeahu
2cb1f1e0dc
Merge branch 'master' into ATS-648 2020-02-07 14:13:54 +02:00
montgolfiere
dd932644bb
Merge pull request #176 from Alfresco/ATS-655
ATS-655: Security: DEPLOY-924 - Update Dockerfiles to new Java Base Image
2020-02-07 09:45:17 +00:00
Jan Vonka
c38cb2b729 ATS-648: Update ActiveMQ tests
- ActiveMQ 5.15.8 (from 5.15.6)
2020-02-06 11:41:21 +00:00
Jan Vonka
dd7c004c47 ATS-655: Security: DEPLOY-924 - Update Dockerfiles to new Java Base Image (11.0.1-openjdk-centos-7-72b88c6f1f4c) 2020-02-06 11:17:35 +00:00
Lucian Tuca
063aa7809f
Merge pull request #175 from Alfresco/ATS-654
ATS-654 : ATS-649: Release Transform Model 1.0.2.8 component library
2020-01-29 11:41:41 +02:00
tzclucian
3da6beb66f ATS-654 : ATS-649: Release Transform Model 1.0.2.8 component library
- new release
2020-01-28 17:05:34 +02:00
montgolfiere
2b706ea473
Merge pull request #174 from Alfresco/dependabot/maven/io.fabric8-docker-maven-plugin-0.33.0
Bump docker-maven-plugin from 0.32.0 to 0.33.0
2020-01-23 11:27:03 +00:00
CezarLeahu
6c0710787c
Merge branch 'master' into dependabot/maven/io.fabric8-docker-maven-plugin-0.33.0 2020-01-22 17:32:01 +02:00
dependabot-preview[bot]
bb5d021712 Bump spring-boot-starter-parent from 2.2.3.RELEASE to 2.2.4.RELEASE
Bumps spring-boot-starter-parent from 2.2.3.RELEASE to 2.2.4.RELEASE.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-22 17:31:50 +02:00
dependabot-preview[bot]
5b64e14951
Bump docker-maven-plugin from 0.32.0 to 0.33.0
Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.32.0 to 0.33.0.
- [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
- [Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
- [Commits](https://github.com/fabric8io/docker-maven-plugin/compare/v0.32.0...v0.33.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 22:16:24 +00:00
dependabot-preview[bot]
7caf461733 Bump dependency.jackson.version from 2.10.1 to 2.10.2 (#166)
Bumps `dependency.jackson.version` from 2.10.1 to 2.10.2.

Updates `jackson-annotations` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-databind` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-core` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.1...jackson-core-2.10.2)

Updates `jackson-datatype-jdk8` from 2.10.1 to 2.10.2

Updates `jackson-datatype-jsr310` from 2.10.1 to 2.10.2

Updates `jackson-module-parameter-names` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/FasterXML/jackson-modules-java8/releases)
- [Commits](https://github.com/FasterXML/jackson-modules-java8/compare/jackson-modules-java8-2.10.1...jackson-modules-java8-2.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 12:55:37 +02:00
dependabot-preview[bot]
f509d64e2c Bump commons-codec from 1.13 to 1.14 (#165)
Bumps [commons-codec](https://github.com/apache/commons-codec) from 1.13 to 1.14.
- [Release notes](https://github.com/apache/commons-codec/releases)
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-codec/compare/commons-codec-1.13...commons-codec-1.14)

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

Co-authored-by: CezarLeahu <35226487+CezarLeahu@users.noreply.github.com>
2020-01-20 12:43:22 +02:00
dependabot-preview[bot]
1fb030563d Bump dependency.pdfbox.version from 2.0.17 to 2.0.18 (#163)
Bumps `dependency.pdfbox.version` from 2.0.17 to 2.0.18.

Updates `pdfbox` from 2.0.17 to 2.0.18

Updates `pdfbox-tools` from 2.0.17 to 2.0.18

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

Co-authored-by: CezarLeahu <35226487+CezarLeahu@users.noreply.github.com>
2020-01-20 12:17:38 +02:00
dependabot-preview[bot]
e15b8f40b0 Bump dependency.cxf.version from 3.3.4 to 3.3.5 (#171)
Bumps `dependency.cxf.version` from 3.3.4 to 3.3.5.

Updates `cxf-core` from 3.3.4 to 3.3.5

Updates `cxf-rt-rs-client` from 3.3.4 to 3.3.5

Updates `cxf-rt-frontend-jaxws` from 3.3.4 to 3.3.5

Updates `cxf-rt-transports-http` from 3.3.4 to 3.3.5

Updates `cxf-rt-ws-policy` from 3.3.4 to 3.3.5

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

Co-authored-by: CezarLeahu <35226487+CezarLeahu@users.noreply.github.com>
2020-01-20 11:55:57 +02:00
dependabot-preview[bot]
ba3a67105c Bump docker-maven-plugin from 0.31.0 to 0.32.0
Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
- [Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
- [Commits](https://github.com/fabric8io/docker-maven-plugin/compare/v0.31.0...v0.32.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 11:25:08 +02:00
dependabot-preview[bot]
628ec8bfbb Bump spring-boot-starter-parent from 2.2.2.RELEASE to 2.2.3.RELEASE
Bumps spring-boot-starter-parent from 2.2.2.RELEASE to 2.2.3.RELEASE.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17 11:48:03 +02:00
dependabot-preview[bot]
9c2cfb4fc8 Bump guava from 28.1-jre to 28.2-jre
Bumps [guava](https://github.com/google/guava) from 28.1-jre to 28.2-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-15 13:24:33 +02:00
DenisGabriela
a718a39724 ATS-636 : Security: DEPLOY-904 - Update Dockerfiles (ATS & AI-CE) to new Java Base Image (Open JDK 11.0.1) 2019-12-19 16:21:55 +02:00
dependabot-preview[bot]
8f0cc3d919 Bump spring-boot-starter-parent from 2.2.1.RELEASE to 2.2.2.RELEASE
Bumps spring-boot-starter-parent from 2.2.1.RELEASE to 2.2.2.RELEASE.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-09 11:43:49 +02:00
dependabot-preview[bot]
a491270375 Bump spring-boot-starter-parent from 2.1.8.RELEASE to 2.2.1.RELEASE (#155)
- fix tests
2019-12-06 17:34:32 +02:00
DenisGabriela
addcba9652
ATS-627 : Security: DEPLOY-886 - Update Dockerfiles (ATS & AI-CE) to new Java Base Image (Open JDK 11.0.1) (#158) 2019-12-06 12:10:06 +02:00
Cezar.Leahu
d863b63e4e ATS-628: Update release process 2019-12-05 17:44:16 +02:00
dependabot-preview[bot]
4e5915b941 Bump dependency.jackson.version from 2.10.0 to 2.10.1 (#156)
Bumps `dependency.jackson.version` from 2.10.0 to 2.10.1.

Updates `jackson-annotations` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-databind` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-core` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.10.0...jackson-core-2.10.1)

Updates `jackson-datatype-jdk8` from 2.10.0 to 2.10.1

Updates `jackson-datatype-jsr310` from 2.10.0 to 2.10.1

Updates `jackson-module-parameter-names` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/FasterXML/jackson-modules-java8/releases)
- [Commits](https://github.com/FasterXML/jackson-modules-java8/compare/jackson-modules-java8-2.10.0...jackson-modules-java8-2.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-02 13:25:49 +02:00