Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Announce and explain read only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fkoehne authored Sep 6, 2023
1 parent b5b9911 commit 2c40e50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
The tool checks Camunda projects for consistency and discovers errors in process-driven applications.
Called as JUnit test, it discovers esp. inconsistencies of a given BPMN model in the classpath and the sourcecode of an underlying java project, such as a delegate reference to a non-existing java class or a non-existing Spring bean.

⚠️⚠️⚠️
> Due to the paradigm shift at Camunda towards SaaS / cloud based process orchestration with Camunda 8 and the recent (incompatible) changes of the Soot project for static code analysis (which we rely on), this project is no longer actively maintained (Sept. 2023). It remains in read-only mode as a reference point and for the research papers linking here.
>
⚠️⚠️⚠️

A list of the consistency checks can be found [here](Checker/index.md).

To get started with the viadee Process Application Validator read [Installation and Usage](https://viadee.github.io/vPAV/InstallationUsage.html) and [Output](https://viadee.github.io/vPAV/Output.html).
Expand Down

0 comments on commit 2c40e50

Please sign in to comment.