Public API
Camunda provides a public API. This section covers the definition of the public API and backwards compatibility for version updates.
Definition of Public API
The Camunda public API is limited to the following items:
Java API:
All non-implementation Java packages (package name does not contain impl
) of the following modules.
cibseven-engine
cibseven-engine-spring
cibseven-engine-cdi
cibseven-engine-dmn
cibseven-bpmn-model
cibseven-cmmn-model
cibseven-dmn-model
cibseven-spin-core
cibseven-connect-core
cibseven-commons-typed-values
HTTP API (REST API):
cibseven-engine-rest
: HTTP interface (set of HTTP requests accepted by the REST API as documented in REST API reference. Java classes are not part of the public API.
Backwards Compatibility for Public API
The CIB seven versioning scheme follows the MAJOR.MINOR.PATCH pattern put forward by Semantic Versioning. Camunda will maintain public API backwards compatibility for MINOR version updates. Example: Update from version 1.1.x
to 1.2.x
will not break the public API.