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

feat: update to Zeebe 8.0 #91

Merged
merged 6 commits into from
Aug 22, 2022
Merged

Conversation

skayliu
Copy link
Contributor

@skayliu skayliu commented Feb 25, 2022

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
    20220226003344

closes #90
closes #87

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
@CLAassistant
Copy link

CLAassistant commented Feb 25, 2022

CLA assistant check
All committers have signed the CLA.

@saig0 saig0 self-requested a review February 28, 2022 05:15
@saig0
Copy link
Contributor

saig0 commented Feb 28, 2022

@skayliu thank you for your contribution 🚀

Currently, I'm on vacation 🌴 I'll review your PR as soon as possible 👀

Copy link
Contributor

@saig0 saig0 left a 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].

pom.xml Outdated Show resolved Hide resolved
pom.xml Show resolved Hide resolved
src/test/java/io/zeebe/tasklist/Demo.java Show resolved Hide resolved
skayliu added 2 commits June 8, 2022 23:14
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
@skayliu
Copy link
Contributor Author

skayliu commented Jun 8, 2022

Hi @saig0 ,Please Review again ,Thank you!

@skayliu skayliu requested a review from saig0 June 8, 2022 15:19
skayliu added 2 commits July 8, 2022 22:42
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
Copy link
Contributor

@saig0 saig0 left a 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 🏗️

@saig0 saig0 merged commit 23b01d2 into camunda-community-hub:master Aug 22, 2022
This was referenced Aug 22, 2022
@saig0 saig0 changed the title chore(deps): bump zeebe.version from 0.26.1 to 1.3.4 Update to Zeebe 8.0 Aug 22, 2022
@saig0 saig0 changed the title Update to Zeebe 8.0 feat: update to Zeebe 8.0 Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to Zeebe 1.x Support Zeebe's user tasks
3 participants