Each version of the Camunda Spring Boot Starter is bound to a specific version of Camunda BPM. Only these default combinations are recommended (and supported) by Camunda.Nevertheless, each version of the Spring Boot Starter can be combined with newer patch versions of the Camunda BPM engine (see Overriding Camunda version),though such combinations must be thoroughly tested before being used in production.

    Spring Boot Starter version Camunda BPM version Spring Boot version
    1.0.0* 7.3.0 1.2.5.RELEASE
    1.1.0* 7.4.0 1.3.1.RELEASE
    1.2.0* 7.5.0 1.3.5.RELEASE
    1.2.1* 7.5.0 1.3.6.RELEASE
    1.3.0* 7.5.0 1.3.7.RELEASE
    2.0.0* 7.6.0 1.4.2.RELEASE
    2.1.x* 7.6.0 1.5.3.RELEASE
    2.2.x* 7.7.0 1.5.6.RELEASE
    2.3.0 7.8.0 1.5.8.RELEASE
    3.0.0 7.9.0 2.0.2.RELEASE
    • These are the versions of the Spring Boot Starter Community Extension, which can be used the same way as the offically supported Spring Boot Starter,but using another Maven dependencies. Check the docs here.

    原文: https://docs.camunda.org/manual/7.9/user-guide/spring-boot-integration/version-compatibility/