Skip to content

Commit

Permalink
docs(java-client): add heads up in the java client section
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpuppa committed Aug 2, 2024
1 parent c5b9fc5 commit fc2171e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/apis-tools/java-client/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sidebar_label: "Quick reference"
description: "Provide a job worker that handles polling for available jobs, use SLF4J for logging useful notes, and more."
---

:::info
Starting with 8.7 the Zeebe Java Client will become the new Camunda Java Client. This transition brings a new Java client structure designed to enhance user experience and introduce new features while maintaining compatibility with existing codebases.
For more information, take a look at the [announcement](../../reference/announcements.md#zeebe-java-client)
:::

## Dependencies

To use the Java client library, declare the following Maven dependency in your project:
Expand Down

0 comments on commit fc2171e

Please sign in to comment.