Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK version for spring-zeebe-sdk should be >= 21 #4254

Closed
wants to merge 1 commit into from

Conversation

grafvonb
Copy link
Contributor

@grafvonb grafvonb commented Sep 5, 2024

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

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
´´´
@akeller akeller added the kind/bug Issues related with bugs in the documentation label Sep 5, 2024
@akeller
Copy link
Member

akeller commented Sep 5, 2024

Marking this as a bug and following up internally.

@akeller
Copy link
Member

akeller commented Sep 5, 2024

Hi @grafvonb there was a bug with 8.5.3. Are you able to update to 8.5.4? This should resolve this issue for you.

@grafvonb
Copy link
Contributor Author

grafvonb commented Sep 6, 2024

Hi @akeller, yup, it works with 8.5.4+ again. Thank you.

@grafvonb grafvonb closed this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues related with bugs in the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants