Skip to main content
Version: 8.8 (unreleased)

Migrate to Spring Boot Camunda Starter

Migrate to the Spring Boot Camunda Starter from the Zeebe Spring SDK.

About this guide

This guide provides an overview of the process for migrating to the Spring Boot Camunda Starter.

  • The Spring Boot Camunda Starter is the official Spring library for connecting to Orchestration Cluster, automating processes, and implementing job workers.
tip

Plan and start your migration early to ensure compatibility, access to latest features, and future support.

Maven/Gradle dependencies

There is no need to change the Maven or Gradle dependencies, as the Spring Boot Camunda Starter is a drop-in replacement for the Zeebe Spring SDK.

Maven:

<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
<version>8.8.x</version>
</dependency>

Gradle:

implementation 'io.camunda:spring-boot-starter-camunda-sdk:${8.8.x}'

Deprecated classes and methods

Please refer to the Camunda Java Client migration guide for details on deprecated classes and methods.