Commit Graph
7 Commits
Author SHA1 Message Date
b23826a338 ACS-12080: Migrate ATS release to verified commits and GitHub App tokens (maven-release-slim) (#1321)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gionn <71768+gionn@users.noreply.github.com>
2026-08-06 11:30:48 +05:30
Jared Gray 07e8250d25 Update dependabot.yml 2026-04-02 08:39:06 -04:00
Damian Ujma 3c46ac2284 ACS-8370 Switch to new tags for java base image (#987)
* ACS-8370 Switch to new tags for java base images in Dockerfiles

* ACS-8370 Switch to new tags for java base images in Dockerfiles

* ACS-8370 Fix dependabot

* ACS-8370 Update

* ACS-8370 Update

* ACS-8370 Update

* ACS-8370 Update aio

* ACS-8370 Update aio

* ACS-8370 Enable verbose

* ACS-8370 Update url

* ACS-8370 Install procps

* ACS-8370 Install procps

* Revert "ACS-8370 Enable verbose"

This reverts commit b38344e11d.

* ACS-8370 Update alfresco-base-java sha

* ACS-8370 Fix libreoffice engine image
2024-08-07 09:51:05 +02:00
Alan Davis babe26b0ba HXENG-64 refactor ATS (#657)
Refactor to clean up packages in the t-model and to introduce a simpler to implement t-engine base.

The new t-engines (tika, imagemagick, libreoffice, pdfrenderer, misc, aio, aspose) and t-router may be used in combination with older components as the API between the content Repo and between components has not changed. As far as possible the same artifacts are created (the -boot projects no longer exist). They may be used with older ACS repo versions.

The main changes to look for are:
* The introduction of TransformEngine and CustomTransformer interfaces to be implemented.
* The removal in t-engines and t-router of the Controller, Application, test template page, Controller tests and application config, as this is all now done by the t-engine base package.
* The t-router now extends the t-engine base, which also reduced the amount of duplicate code.
* The t-engine base provides the test page, which includes drop downs of known transform options. The t-router is able to use pipeline and failover transformers. This was not possible to do previously as the router had no test UI.
* Resources including licenses are automatically included in the all-in-one t-engine, from the individual t-engines. They just need to be added as dependencies in the pom. 
* The ugly code in the all-in-one t-engine and misc t-engine to pick transformers has gone, as they are now just selected by the transformRegistry.
* The way t-engines respond to http or message queue transform requests has been combined (eliminates the similar but different code that existed before).
* The t-engine base now uses InputStream and OutputStream rather than Files by default. As a result it will be simpler to avoid writing content to a temporary location.
* A number of the Tika and Misc CustomTransforms no longer use Files.
* The original t-engine base still exists so customers can continue to create custom t-engines the way they have done previously. the project has just been moved into a folder called deprecated.
* The folder structure has changed. The long "alfresco-transform-..." names have given way to shorter easier to read and type names.
* The t-engine project structure now has a single project rather than two. 
* The previous config values still exist, but there are now a new set for config values for in files with names that don't misleadingly imply they only contain pipeline of routing information. 
* The concept of 'routing' has much less emphasis in class names as the code just uses the transformRegistry. 
* TransformerConfig may now be read as json or yaml. The restrictions about what could be specified in yaml has gone.
* T-engines and t-router may use transform config from files. Previously it was just the t-router.
* The POC code to do with graphs of possible routes has been removed.
* All master branch changes have been merged in.
* The concept of a single transform request which results in multiple responses (e.g. images from a video) has been added to the core processing of requests in the t-engine base.
* Many SonarCloud linter fixes.
2022-09-14 13:40:19 +01:00
Marcello Teodori 6b1f5b68c2 ATS-864: fix dependabot 2022-02-23 19:51:39 +01:00
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
dependabot-preview[bot]andJan Vonka a2093c7262 Upgrade to GitHub-native Dependabot (#396)
* Upgrade to GitHub-native Dependabot

* ATS-910: Update to GitHub-native DependABot

- update the suggested upgrade PR (add Nexus un/pw, etc)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jan Vonka <jan.vonka@alfresco.com>
2021-06-02 12:37:23 +01:00