COPPER high-performance workflow engine

COPPER is an open-source, powerful, light-weight, and easily configurable workflow engine. The power of COPPER is that it uses Java as a description language for workflows.

License

License

Categories

Categories

Java 8 Languages CLI User Interface Monitoring Application Testing & Monitoring
GroupId

GroupId

org.copper-engine
ArtifactId

ArtifactId

copper-monitoring-client-java8
Last Version

Last Version

4.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

COPPER high-performance workflow engine
COPPER is an open-source, powerful, light-weight, and easily configurable workflow engine. The power of COPPER is that it uses Java as a description language for workflows.
Project URL

Project URL

http://copper-engine.org/
Source Code Management

Source Code Management

https://github.com/copper-engine/copper-engine

Download copper-monitoring-client-java8

How to add to project

<!-- https://jarcasting.com/artifacts/org.copper-engine/copper-monitoring-client-java8/ -->
<dependency>
    <groupId>org.copper-engine</groupId>
    <artifactId>copper-monitoring-client-java8</artifactId>
    <version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.copper-engine/copper-monitoring-client-java8/
implementation 'org.copper-engine:copper-monitoring-client-java8:4.2.0'
// https://jarcasting.com/artifacts/org.copper-engine/copper-monitoring-client-java8/
implementation ("org.copper-engine:copper-monitoring-client-java8:4.2.0")
'org.copper-engine:copper-monitoring-client-java8:jar:4.2.0'
<dependency org="org.copper-engine" name="copper-monitoring-client-java8" rev="4.2.0">
  <artifact name="copper-monitoring-client-java8" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.copper-engine', module='copper-monitoring-client-java8', version='4.2.0')
)
libraryDependencies += "org.copper-engine" % "copper-monitoring-client-java8" % "4.2.0"
[org.copper-engine/copper-monitoring-client-java8 "4.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21
org.copper-engine : copper-monitoring-client jar 4.2.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

PRs Welcome License Build Status

copper-engine

COPPER - the high performance Java workflow engine.

COPPER is an open-source, powerful, light-weight, and easily configurable workflow engine. The power of COPPER is that it uses Java as a description language for workflows. The project artifacts can be found on Maven Central. See copper-engine.org for more information.

How to build

COPPER is built using Gradle. However, you don't need to install Gradle, because COPPER is using the Gradle wrapper. Note: If you are behind an internet proxy, you have to configure the corresponding system properties in gradle. See Accessing the web via a proxy.

To build all COPPER projects, just execute the following in the projects root directory:

./gradlew assemble

If you want to build all and run all tests, just execute:

./gradlew build

To generate Eclipse project files, run:

./gradlew eclipse

once in the projects root directory and open the corresponding projects with the eclipse IDE. (You must perform this step every time the project dependencies change).

How to contribute

  1. Create an issue on GitHub.
  2. Create a fork on GitHub.
  3. Configure your IDE (Eclipse, IntelliJ IDEA) as described below.
  4. Run ./gradlew assemble once if you haven't done so in step 3. This will generate some WSDL stubs needed for some tests.
  5. Commit your changes incl. WHATSNEW.txt
    • Ensure, that your sources are UTF-8 encoded!
    • Ensure, that your sources start with our Apache License header. (The build will fail if they don't.)
  6. Build all and run tests: ./gradlew clean build
  7. Push your changes to your fork.
  8. Create a pull request on GtHub.

Have fun!

How to configure your IDE

Eclipse

Run ./gradlew eclipse once. This will create Eclipse project files which you can import. This also creates proper code style settings. Before committing you should always reformat the code. You can configure Eclipse to do this automatically on each save.

Every time a dependency changes in build.gradle you must run ./gradlew eclipse again. You don't need to restart Eclipse for this, simply press F5 on the projects.

IntelliJ IDEA

Before you open the project in IntelliJ for the first time, run ./gradlew assemble once. This also creates proper code style settings, which IntelliJ automatically picks up. After that open build.gradle with "File->Open" and follow the instructions, accept the defaults.

Before committing you should always reformat the code. You can configure IntelliJ to do this automatically on each commit.

Performance Test

See PERFORMANCE_TEST_HOWTO.MD

License

Copyright 2002-2018 Copper Engine Development Team

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

org.copper-engine

COPPER Workflow Engine Developer Team

Versions

Version
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-alpha1
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0_pre2
3.1.0