{"id":13481916,"url":"https://github.com/copper-engine/copper-engine","last_synced_at":"2026-01-10T20:57:14.862Z","repository":{"id":12360313,"uuid":"15008570","full_name":"copper-engine/copper-engine","owner":"copper-engine","description":"COPPER - a high performance Java workflow engine","archived":false,"fork":false,"pushed_at":"2024-04-21T10:01:30.000Z","size":123130,"stargazers_count":259,"open_issues_count":30,"forks_count":70,"subscribers_count":38,"default_branch":"master","last_synced_at":"2024-04-21T11:01:20.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.copper-engine.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/copper-engine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-07T16:15:18.000Z","updated_at":"2024-06-03T09:36:12.423Z","dependencies_parsed_at":"2024-01-13T10:12:21.465Z","dependency_job_id":"3f430547-feda-4fc0-86b6-2b6e2d14151d","html_url":"https://github.com/copper-engine/copper-engine","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copper-engine%2Fcopper-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copper-engine%2Fcopper-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copper-engine%2Fcopper-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copper-engine%2Fcopper-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/copper-engine","download_url":"https://codeload.github.com/copper-engine/copper-engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245845067,"owners_count":20681826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T17:00:57.412Z","updated_at":"2026-01-10T20:57:14.808Z","avatar_url":"https://github.com/copper-engine.png","language":"Java","funding_links":[],"categories":["Full fledged product","others","Java"],"sub_categories":[],"readme":"[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/copper-engine/copper-engine/blob/master/LICENSE)\n[![Build Status](https://img.shields.io/github/workflow/status/copper-engine/copper-engine/Build%20and%20upload)](https://github.com/copper-engine/copper-engine/actions?query=workflow%3A%22Build+and+upload%22)\n\ncopper-engine\n=============\n\nCOPPER - the high performance Java workflow engine.\n\nCOPPER 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](https://search.maven.org/search?q=g:org.copper-engine%20AND%20a:copper-coreengine\u0026core=gav). See [copper-engine.org](http://www.copper-engine.org) for more information.\n\n\nHow to build\n------------\n\nCOPPER is built using [Gradle](http://www.gradle.org). However, you don't need to install Gradle, because COPPER is using the [Gradle wrapper](http://www.gradle.org/docs/current/userguide/gradle_wrapper.html).\nNote: If you are behind an internet proxy, you have to configure the corresponding system properties in gradle. See [Accessing the web via a proxy](https://docs.gradle.org/current/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy).\n\nTo build all COPPER projects, just execute the following in the projects root directory:\n\n    ./gradlew assemble\n\nIf you want to build all and run all tests, just execute:\n\n    ./gradlew build\n\nTo generate Eclipse project files, run:\n\n    ./gradlew eclipse\n\nonce 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).\n\n\nHow to contribute\n-----------------\n\n1. Create an issue on GitHub.\n2. Create a fork  on GitHub.\n3. Configure your IDE (Eclipse, IntelliJ IDEA) as described [below](#how-to-configure-your-ide).\n4. Run `./gradlew assemble` once if you haven't done so in step 3. This will generate some WSDL stubs needed for some tests.\n5. Commit your changes incl. [WHATSNEW.txt](WHATSNEW.txt)\n   * Ensure, that your sources are UTF-8 encoded!\n   * Ensure, that your sources start with our [Apache License header](common/apache-license-file.txt). (The build will fail if they don't.)\n6. Build all and run tests:\n       ./gradlew clean build\n7. Push your changes to your fork.\n8. Create a pull request on GtHub.\n\n**Have fun!**\n\n\nHow to configure your IDE\n-------------------------\n\n### Eclipse\n\nRun `./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.\n\nEvery 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.\n\n### IntelliJ IDEA\n\nBefore 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-\u003eOpen\" and follow the instructions, accept the defaults.\n\nBefore committing you should always reformat the code. You can configure IntelliJ to do this automatically on each commit.\n\n\nPerformance Test\n----------------\n\nSee [PERFORMANCE_TEST_HOWTO.MD](https://github.com/copper-engine/copper-engine/blob/master/projects/copper-performance-test/PERFORMANCE_TEST_HOWTO.MD)\n\n\nLicense\n-----------------\nCopyright 2002-2018 Copper Engine Development Team\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopper-engine%2Fcopper-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopper-engine%2Fcopper-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopper-engine%2Fcopper-engine/lists"}