https://github.com/holunda-io/c7
One-stop monorepo for all holunda libs in camunda bpm 7 context
https://github.com/holunda-io/c7
bpm camunda-7 deployment development extension holisticon library operations testing
Last synced: about 2 months ago
JSON representation
One-stop monorepo for all holunda libs in camunda bpm 7 context
- Host: GitHub
- URL: https://github.com/holunda-io/c7
- Owner: holunda-io
- License: apache-2.0
- Created: 2025-05-09T11:45:36.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2026-04-08T20:31:53.000Z (about 2 months ago)
- Last Synced: 2026-04-08T22:23:55.400Z (about 2 months ago)
- Topics: bpm, camunda-7, deployment, development, extension, holisticon, library, operations, testing
- Language: JavaScript
- Homepage: http://www.holunda.io/c7/
- Size: 21 MB
- Stars: 7
- Watchers: 6
- Forks: 0
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C7 - holunda.io extensions
> One-stop monorepo for all holunda libraries in Camunda 7 context.
[](https://github.com/holunda-io/c7/actions)
[](https://holisticon.de/)
[](https://central.sonatype.com/artifact/io.holunda.c7._/c7-root)

[](https://codecov.io/gh/holunda-io/c7)
[](https://app.codacy.com/gh/holunda-io/c7/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://app.codacy.com/gh/holunda-io/c7/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
## What is it?
In the past decade we developed a lot of libraries and extensions for Camunda 7 process engine. In doing so we improved the overall
usability of the engine as a **developer**, **tester** or as an **operator** of the process application. This mono-repo now contains all these libraries
and is the new source for all those libraries. The old repositories are already archived or will be archived soon and the entire development
will be continued from this repository. We will support these libraries further but will release them using a single version from this
repository.
## Where are the docs?
Looking for documentation, please check the following website: [http://www.holunda.io/c7/snapshot/](http://www.holunda.io/c7/snapshot/) for the latest documentation. We don't believe on short README files, but rather rely on comprehensive detailed user guide.
## Modules
### Support
Includes libraries built as improvements to Camunda 7 engine itself.
- camunda-bpm-correlate: [](https://github.com/holisticon#open-source-lifecycle)
- camunda-bpm-data [](https://github.com/holisticon#open-source-lifecycle)
- camunda-bpm-spring-boot-deployment [](https://github.com/holisticon#open-source-lifecycle)
- c7-custom-batch [](https://github.com/holisticon#open-source-lifecycle)
### Operations
Includes extensions used for improved operations of Camunda 7.
- camunda-api [](https://github.com/holisticon#open-source-lifecycle)
- c7-commons-immutables [](https://github.com/holisticon#open-source-lifecycle)
- camunda-platform-7-autologin [](https://github.com/holisticon#open-source-lifecycle)
- camunda-admin-process-registry [](https://github.com/holisticon#open-source-lifecycle)
- c7-rest-client-spring-boot [](https://github.com/holisticon#open-source-lifecycle)
### Testing
Includes features for testing.
- camunda-bpm-jgiven [](https://github.com/holisticon#open-source-lifecycle)
- c7-mockito [](https://github.com/holisticon#open-source-lifecycle)
- c7-process-test-coverage [](https://github.com/holisticon#open-source-lifecycle)
## Built for Camunda CE and Camunda EE
Currently, the libs are built using camunda-ce artifacts, but after October 2025, at the EOL of Camunda CE we will switch
to Camunda EE. From then on, as we rely on the camunda-ee artifacts, that's why we have the `camunda-bpm-ee` repository
defined in the root pom.xml. When building with `mvn` you will have to provide your camunda credentials.
This can be done via `.m2/settings.xml` or a local `.mvn/settings.xml` file, in which case you have to run the maven
build with the `-s .mvn/settings.xml` option.
## License
[](LICENSE)
This library is developed under Apache 2.0 License.