com.github.cafdataprocessing:worker-boilerplate-container-fs

Builds Boilerplate Worker projects together from a handy top level project.

License

License

Categories

Categories

Container Data
GroupId

GroupId

com.github.cafdataprocessing
ArtifactId

ArtifactId

worker-boilerplate-container-fs
Last Version

Last Version

2.3.0-92
Release Date

Release Date

Type

Type

pom
Description

Description

Builds Boilerplate Worker projects together from a handy top level project.
Project Organization

Project Organization

EntIT Software LLC, a Micro Focus company

Download worker-boilerplate-container-fs

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-boilerplate-container-fs/ -->
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-boilerplate-container-fs</artifactId>
    <version>2.3.0-92</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-boilerplate-container-fs/
implementation 'com.github.cafdataprocessing:worker-boilerplate-container-fs:2.3.0-92'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-boilerplate-container-fs/
implementation ("com.github.cafdataprocessing:worker-boilerplate-container-fs:2.3.0-92")
'com.github.cafdataprocessing:worker-boilerplate-container-fs:pom:2.3.0-92'
<dependency org="com.github.cafdataprocessing" name="worker-boilerplate-container-fs" rev="2.3.0-92">
  <artifact name="worker-boilerplate-container-fs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='worker-boilerplate-container-fs', version='2.3.0-92')
)
libraryDependencies += "com.github.cafdataprocessing" % "worker-boilerplate-container-fs" % "2.3.0-92"
[com.github.cafdataprocessing/worker-boilerplate-container-fs "2.3.0-92"]

Dependencies

compile (9)

Group / Artifact Type Version
com.github.cafapi : caf-api jar 1.12.0-232
com.github.cafdataprocessing : worker-boilerplate jar 2.3.0-92
com.github.workerframework : worker-store-fs jar
com.github.cafapi.config : config-file jar 1.12.0-232
com.github.workerframework : worker-core jar
com.github.cafapi.decoder : decoder-js jar 1.12.0-232
com.github.workerframework : worker-queue-rabbit jar
com.github.cafapi.codec : codec-json jar 1.12.0-232
com.github.cafapi : container-cert-script tar.gz 1.12.0-232

runtime (2)

Group / Artifact Type Version
com.github.krallin » tini exe 0.9.0
com.github.cafdataprocessing : util-email-content-segregation-script tar.gz 2.0.0-7

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
com.github.workerframework : worker-testing-util jar
com.github.workerframework : worker-testing-integration jar
com.github.cafdataprocessing : worker-boilerplate-testing jar 2.3.0-92

Project Modules

There are no modules declared in this project.

Boilerplate Service

Manifest of the components which make up the Boilerplate Service:

Boilerplate Worker Modules

The Boilerplate Worker is used to identify and remove boilerplate language.

For more information on the functioning of the Boilerplate Worker visit Boilerplate Removal Worker.

worker-boilerplate-shared

This is the shared library defining public classes that constitute the worker interface to be used by consumers of the Boilerplate Worker. The project can be found in worker-boilerplate-shared.

worker-boilerplate

This project contains the actual implementation of the Boilerplate Worker. It can be found in worker-boilerplate.

worker-boilerplate-container

This project builds a Docker image that packages the Boilerplate Worker for deployment. It can be found in worker-boilerplate-container.

worker-boilerplate-testing

This contains implementations of the testing framework to allow for integration testing of the Boilerplate Worker. The project can be found in worker-boilerplate-testing.

boilerplate-api-container

This project builds a Docker image for the Boilerplate API web service. It consists of a Tomcat web server that connects to a database for performing Boilerplate Expressions and Tags CRUD operations. This project can be found in boilerplate-api-container.

Feature Testing

The testing for the Boilerplate Service is defined in testcases.

com.github.cafdataprocessing

CAF Data Processing

Versions

Version
2.3.0-92
2.2.0-72
2.1.0-48
2.0.1-7
2.0.0-5