From c814993dadd2b95e980a97283e1dc3e40b309caa Mon Sep 17 00:00:00 2001 From: Adam Boczek Date: Thu, 5 Sep 2024 15:41:42 +0200 Subject: [PATCH] JDK version for spring-zeebe-sdk should be >= 21 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using JDK 17 causes the following error which indicates wrong version of the JDK: ´´´ [ERROR] bad class file: /home/user/.m2/repository/io/camunda/spring-boot-starter-camunda-sdk/8.5.3/spring-boot-starter-camunda-sdk-8.5.3.jar(/io/camunda/zeebe/spring/client/configuration/ZeebeClientProdAutoConfiguration.class) [ERROR] class file has wrong version 65.0, should be 61.0 ´´´ --- .../version-8.5/apis-tools/spring-zeebe-sdk/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-8.5/apis-tools/spring-zeebe-sdk/getting-started.md b/versioned_docs/version-8.5/apis-tools/spring-zeebe-sdk/getting-started.md index 2d8485dc6a..77ed2658ec 100644 --- a/versioned_docs/version-8.5/apis-tools/spring-zeebe-sdk/getting-started.md +++ b/versioned_docs/version-8.5/apis-tools/spring-zeebe-sdk/getting-started.md @@ -10,7 +10,7 @@ This project allows you to leverage Zeebe APIs ([gRPC](/apis-tools/zeebe-api/grp | Camunda Spring SDK version | JDK | Camunda version | Bundled Spring Boot version | | -------------------------- | ------ | --------------- | --------------------------- | -| 8.5.x | \>= 17 | 8.5.x | 3.2.x | +| 8.5.x | \>= 21 | 8.5.x | 3.2.x | ## Add the Spring Zeebe SDK to your project