EximeeBPMS 1.0.0 Release Notes

Edition: Community  |  Release date: 16.04.2025


Highlights

  • Initial release of EximeeBPMS — a fully open-source BPMN 2.0 process engine and ecosystem
  • Forked from Camunda Platform 7.23.0, retaining full API and database schema compatibility
  • New REST and Java API: filter process instances by rootProcessInstanceId

New Features

Filter Process Instances by Root Process Instance ID

GET /process-instance (REST API) and RuntimeService.createProcessInstanceQuery() (Java API) now accept rootProcessInstanceId as a filter parameter. This allows callers to retrieve all instances belonging to the same process hierarchy root — particularly useful in deployments that make heavy use of call activities.

Process Engine API


Technical Updates

Platform Baseline

EximeeBPMS 1.0.0 ships with the following component versions inherited from Camunda Platform 7.23.0:

ComponentVersion
Java (minimum)17
Spring Boot3.4.4
Spring Framework6.2.4
MyBatis3.5.15
Quarkus3.20.0
Tomcat 1010.1.36
WildFly35.0.0.Final

Resolved CVE Vulnerabilities

No CVE-targeted fixes in this release. Several dependency vulnerabilities present at 1.0.0 were addressed in the 1.1.0 release.


Known Limitations

Re-branding of upstream Camunda artifacts (license headers, Javadoc tags, legacy forum links) is intentionally incomplete in this release. CMMN 1.1 is present in this release.

On this page