Using Java 8 and Zee bee Java client for camunda 8 application

Hello I am new to camunda8. Have a confusion between Spring-zeebe-starter and zeebee-java client. Which one is preferred and supported by camunda enterprise version ?

My application is using JDk1.8, Can we implement the process flow using Jdk 1.8 and zeebe java client ?
Which enterprise version of zee bee java client can we use which can go with Java8?

I understand Spring-zeebee-starter is a community version library for camunda8 and supports Jdk 11 + . Am I correct ?

Please advise.

HI @ShilpaN.Chalke,

You’re correct. If you must use Java8 you can use the Java client, but you cannot use spring-zeebe:

You can use the most recent version of the Java client to implement your processes.

However, if you start a new project, I recommend you to evaluate whether you can switch to a more recent version of Java.

Thanks Stephan!!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.