Hii,
Our application is using camunda 7 and it is written in Java 11, Now we want to migrate to Camunda 8. Our codebase is large and with camunda 7 we had written Java Delegates and currently we are using it .Now for migration I have found out there are two things which we can do, First write Java workers or can use camunda 7 adapter and use previous delegates.
I have two question in mind.
2) for migrating to Camunda8 by using this camunda7Adapter , do we also need to upgrade our Java version of application from 11 to 17 or 21?
-
Whats the best recommended way for Migration using this camunda 7 adapter or replacing that Jaba Delegates with Job Workers?
-
For migrating to Camunda8 by using this camunda 7 adapter , do we also need to upgrade our Java version of application (where we have written delegates) from 11 to 17 or 21 ?
Thanks