-
Notifications
You must be signed in to change notification settings - Fork 192
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
docs(java-client): add announcement of zeebe java client deprecation #4051
Conversation
👋 🤖 🤔 Hello! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.5/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
@nicpuppa I see this is still in |
Hey @christinaausley , I drafted this PR because we need to discuss if we took the right approach for the client. Later today I'm syncing with the team on this 🤞 |
As described in the latest decision, let's rewrite the announcement, stating that the Zeebe Client will be replaced by the more general Camunda Client with |
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.
The announcement in 8.6 will only be a heads-up for 8.7, so it should use the future tense. Plus, some things we don't know yet so let's not promise them.
|
856bcde
to
98a39e6
Compare
Hey @christinaausley this PR is ready to be reviewed 👍 |
Relates to camunda/camunda#19479. |
Non-blocking, but would it be worth adding a brief note in https://docs.camunda.io/docs/apis-tools/java-client/ as well? Looks like there are no "breaking" changes with this, but let me know if this changes 👍 |
@tmetzke @megglos can we get a review from either of you for this? I also second what @christinaausley said. Will we have a blog or forum content on this topic? |
A heads-up note there that this will become the Camunda Client with 8.7 would be nice, I agree, good idea, @christinaausley 👍 No blog or forum post planned so far. A blog entry is too much here for the change from Zeebe Client to Camunda Client. Regarding the overall theme for 8.7 from component REST APIs to one consolidated C8 REST API and accordingly from component clients to one consolidated Camunda Client would definitely be worth a blog post. /cc @aleksander-dytko for visibility, not sure if anything is already planned in that direction. |
fc2171e
to
efd3724
Compare
Hey @christinaausley @tmetzke I wrote an heads up as suggested, please have a look 💪 |
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.
👍 Looks good to me 🚀
🚀 |
Description
Add an announcement regarding Zeebe Java Client deprecation in 8.7, to be replaced by Camunda Client
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).closes: #4047