DenisGabriela 24d44398ab ATS-35 : T-Engines: update Docker Transformers to Spring Boot 2.0.x GA
- upgraded to Spring boot 2.0.5
   - added dependency to spring-boot-starter-web (before it was brought in by thymeleaf 1.5.15)
   - removed try-catch since UnsupportedEncodingException is not thrown anymore by HierarchicalUriComponents.encodeUriComponent(..)
   - updated WebApplicationConfig to implement WebMvcConfigurer (WebMvcConfigurerAdapter is deprecated)
   - updated import of LocalServerPort
   - updated tests to use new method from InvocationOnMock
2018-10-08 14:38:27 +03:00
2018-03-07 14:39:07 +00:00
2018-03-07 14:39:07 +00:00
2018-03-07 14:59:32 +00:00

Project that generates Docker images to perform ACS transformations

Sub-projects

  • alfresco-transformer-base - contains code that is common to all the transformers. This includes the streaming of content to and from the docker images. See the sub-project's README.
  • Each alfresco-docker-<name> - contains two sub-projects. One builds an executable jar to communicate with the Alfresco repository and another to create a Docker image that includes the jar and any required executables.

Building and testing

The project can be built by running the Maven command:

mvn clean install

The build plan in Bamboo is PLAT-TRANS

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%