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
2019-12-05 17:44:16 +02:00
2019-05-20 14:06:25 +03:00
2018-03-07 14:39:07 +00:00
2019-12-05 17:44:16 +02:00
2019-10-08 11:08:43 +03:00

Alfresco Transform Core

Build Status

Contains the common transformer (T-Engine) code, plus a few actual implementations.

Sub-projects

  • alfresco-transformer-base - library packaged as a jar file which contains code that is common to all the transformers; see the sub-project's README
  • alfresco-docker-<name> - multiple T-Engines; each one of them builds both a SpringBoot fat jar and a Docker image

Building and testing

The project can be built by running the Maven command:

mvn clean install -Plocal,docker-it-setup

The local Maven profile builds local Docker images for each T-Engine.

Artifacts

Maven

The artifacts can be obtained by:

  • downloading from Alfresco repository
  • getting as Maven dependency by adding the dependency to your pom file:
<dependency>
    <groupId>org.alfresco</groupId>
    <artifactId>alfresco-transformer-base</artifactId>
    <version>version</version>
</dependency>

and Alfresco Maven repository:

<repository>
  <id>alfresco-maven-repo</id>
  <url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
</repository>

Docker

The core T-Engine images are available on Docker Hub:

Release Process

For a complete walk-through check out the build-and-release.MD under the docs folder.

Contributing guide

Please use this guide to make a contribution to the project.

Description
No description provided
Readme 515 MiB
Languages
Java 80.5%
C 12.5%
Rich Text Format 5.4%
Dockerfile 0.7%
HTML 0.5%
Other 0.3%