-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: update to Zeebe 8.0 #91
Conversation
bump version.zeebe.spring from 0.26.2 to 1.3.4 bump spring.boot.version from 2.4.3 to 2.6.4 bump zeebe-hazelcast.version from 0.10.0 to 1.1.0 bump version.hazelcast from 4.1.2 to 5.0.2 ..... * the Process_162pre5.bpmn with a UserTask and a Camunda Form * the userTask assignee is "demo" * open this bpmn with Camunda Modeler v4.12.0 ,deploy it and start * the Form is just for show the userTask, i've not fix it
@skayliu thank you for your contribution 🚀 Currently, I'm on vacation 🌴 I'll review your PR as soon as possible 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skayliu I'm sorry for the delay 🙈 I finally found some time to look at your PR and try it out.
It is working 🎉 Nice work 👍
I see the tasks in the list and I can assign tasks to users via assignee
🚀
Some parts like the candidateGroups
are not working but we could fix this later. Please have a look at my comments.
Also please check the comment from the CLA bot. It complains that you did not sign the CLA yet. If you did already then compare the email of the commits with the email that you use to sign the CLA. The email of your commits is [email protected]
.
bump spring.boot.version from 2.6.4 to 2.6.8 bump version.hazelcast from 5.0.2 to 5.1.1 bump h2 from 2.1.210 to 2.1.212 change the repository url
bump spring.boot.version from 2.6.4 to 2.6.8 bump version.hazelcast from 5.0.2 to 5.1.1 bump h2 from 2.1.210 to 2.1.212 change the repository url
Hi @saig0 ,Please Review again ,Thank you! |
bump spring.boot.version from 2.6.8 to 2.7.1 bump version.hazelcast from 5.1.1 to 5.1.2 bump zeebe-hazelcast.version from 1.1.0 to 1.2.1 bump jdk from 11 to 17 bump h2 from 2.1.212 to 2.1.214 change the scm url
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skayliu looks good 👍 Thank you for updating the PR 🍰
I'll add the remaining parts and build a release 🏗️
bump version.zeebe.spring from 0.26.2 to 1.3.4
bump spring.boot.version from 2.4.3 to 2.6.4
bump zeebe-hazelcast.version from 0.10.0 to 1.1.0
bump version.hazelcast from 4.1.2 to 5.0.2
.....
closes #90
closes #87