-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATS-864: Switch from fabric8 to docker mvn plugin #436
ATS-864: Switch from fabric8 to docker mvn plugin #436
Conversation
It seems like you need docker-compose deployment for IT tests. |
alfresco-transform-imagemagick/alfresco-transform-imagemagick-boot/pom.xml
Outdated
Show resolved
Hide resolved
alfresco-transform-core-aio/alfresco-transform-core-aio-boot/pom.xml
Outdated
Show resolved
Hide resolved
alfresco-transform-core-aio/alfresco-transform-core-aio-boot/pom.xml
Outdated
Show resolved
Hide resolved
…boot/pom.xml fix typo
d906f76
to
2f37037
Compare
If you merge this, please also create the A releases for code freeze (and 5 down stream projects) as they have been done already ACS-2573 |
Thanks @mteodori Some changes in line-endings only (so a little hard to see the PR diff in GitHub). See also ATS-690 ). As a workaround, use: https://github.com/Alfresco/alfresco-transform-core/pull/436/files?w=1 |
the changes are actually due to an existing mix of line endings in files, I've created another PR to fix and prevent this in the future using pre-commit as it's done in other repositories #540 |
* master: (52 commits) [maven-release-plugin][skip ci] prepare for next development iteration [maven-release-plugin][skip ci] prepare release 2.5.7-A4 ACS-2587 Fix test failure ACS-2587 Include directAccessUrl in T-Config if supported (#539) ATS-864: fix dependabot ATS-864: Switch from fabric8 to docker mvn plugin (#436) ACS-2072 Enforce third party license compliance. [maven-release-plugin][skip ci] prepare for next development iteration [maven-release-plugin][skip ci] prepare release 2.5.7-A3 [trigger release] 2.5.7-A3 Bump activemq-client from 5.16.3 to 5.16.4 (#534) Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#533) ATS-981 Avoid CVE-2022-23181 with spring-boot-starter-web 2.6.3 (#537) [maven-release-plugin][skip ci] prepare for next development iteration [maven-release-plugin][skip ci] prepare release 2.5.7-A2 [trigger release] 2.5.7-A2 ACS-2497 Rework httpTransformRequestUsingDirectAccessUrlTest so it can be used in AI and Aspose (#535) Bump docker-maven-plugin from 0.38.1 to 0.39.0 (#528) [maven-release-plugin][skip ci] prepare for next development iteration [maven-release-plugin][skip ci] prepare release 2.5.7-A1 ... # Conflicts: # .travis.yml # alfresco-transformer-base/src/main/java/org/alfresco/transformer/util/RequestParamMap.java Also bumped pom.xml version (for two ffmpeg folders) from 2.5.5-A2-SNAPSHOT to match others (2.5.7-A5-SNAPSHOT)
Replaced fabric8-maven-plugin with docker-maven-plugin and performed pom cleanup:
Ref. ATS-864