Skip to content

Commit

Permalink
Bump Spring Boot for Spring SDK to 3.4.x (#5179)
Browse files Browse the repository at this point in the history
* adjust clients section

* announce it
  • Loading branch information
akeller authored Mar 10, 2025
1 parent c9da32a commit ef14105
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/reference/announcements/870.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Important changes and updates for the Camunda 8.7 release are summarized below.
- [Breaking changes in Camunda Process Test](#breaking-changes-in-camunda-process-test)
- [API updates](#api-updates-saasself-managed)
- [Identity Keycloak now requires v25 or v26](#identity-keycloak-now-requires-v25-or-v26-self-managed)
- [Camunda Spring SDK now requires Spring Boot 3.4.x](#camunda-spring-sdk-now-requires-spring-boot-34x-saas-self-managed)

## Amazon Web Services (AWS) region support <span class="badge badge--long" title="This feature affects SaaS">SaaS</span>

Expand Down Expand Up @@ -95,6 +96,10 @@ See the [overview about API Key Attributes][camunda8-api-overview] for more deta

Identity 8.7 now requires Keycloak v25 or v26, and Keycloak versions must be updated to match. This update also includes changes to the Camunda Helm chart. For more information on configuration changes, see the Self-Managed [update guide](/self-managed/operational-guides/update-guide/860-to-870.md#identity).

## Camunda Spring SDK now requires Spring Boot 3.4.x <span class="badge badge--long" title="This feature affects SaaS">SaaS</span><span class="badge badge--long" title="This feature affects Self-Managed">Self-Managed</span>

Camunda Spring SDK 8.7 now requires Spring Boot 3.4.x. For more information on compatibility, see the Camunda Spring SDK [version compatibility matrix](/apis-tools/spring-zeebe-sdk/getting-started.md#version-compatibility).

## Zeebe Java client

Starting with 8.8, the Zeebe Java client will become the new Camunda Java client. This transition brings a new Java client structure designed to enhance the user experience and introduce new features while maintaining compatibility with existing codebases.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/supported-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For example, 1.2+ means support for the minor version 2, and any higher minors (
- **Zeebe Java Client**: OpenJDK 8+
- **Spring Zeebe SDK**: OpenJDK 17+
- **Connector SDK**: OpenJDK 17+
- **Spring SDK**: Spring Boot 3.3.x (for the exact version, check the [version matrix](/apis-tools/spring-zeebe-sdk/getting-started.md#version-compatibility).)
- **Spring SDK**: Spring Boot 3.4.x (for the exact version, check the [version matrix](/apis-tools/spring-zeebe-sdk/getting-started.md#version-compatibility).)
- **Helm CLI**: 3.14.x (for the exact version, check the [version matrix](https://helm.camunda.io/camunda-platform/version-matrix/).)

## Camunda 8 Self-Managed
Expand Down
5 changes: 5 additions & 0 deletions versioned_docs/version-8.7/reference/announcements/870.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Important changes and updates for the Camunda 8.7 release are summarized below.
- [Breaking changes in Camunda Process Test](#breaking-changes-in-camunda-process-test)
- [API updates](#api-updates-saasself-managed)
- [Identity Keycloak now requires v25 or v26](#identity-keycloak-now-requires-v25-or-v26-self-managed)
- [Camunda Spring SDK now requires Spring Boot 3.4.x](#camunda-spring-sdk-now-requires-spring-boot-34x-saas-self-managed)

## Amazon Web Services (AWS) region support <span class="badge badge--long" title="This feature affects SaaS">SaaS</span>

Expand Down Expand Up @@ -95,6 +96,10 @@ See the [overview about API Key Attributes][camunda8-api-overview] for more deta

Identity 8.7 now requires Keycloak v25 or v26, and Keycloak versions must be updated to match. This update also includes changes to the Camunda Helm chart. For more information on configuration changes, see the Self-Managed [update guide](/self-managed/operational-guides/update-guide/860-to-870.md#identity).

## Camunda Spring SDK now requires Spring Boot 3.4.x <span class="badge badge--long" title="This feature affects SaaS">SaaS</span><span class="badge badge--long" title="This feature affects Self-Managed">Self-Managed</span>

Camunda Spring SDK 8.7 now requires Spring Boot 3.4.x. For more information on compatibility, see the Camunda Spring SDK [version compatibility matrix](/apis-tools/spring-zeebe-sdk/getting-started.md#version-compatibility).

## Zeebe Java client

Starting with 8.8, the Zeebe Java client will become the new Camunda Java client. This transition brings a new Java client structure designed to enhance the user experience and introduce new features while maintaining compatibility with existing codebases.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For example, 1.2+ means support for the minor version 2, and any higher minors (
- **Zeebe Java Client**: OpenJDK 8+
- **Spring Zeebe SDK**: OpenJDK 17+
- **Connector SDK**: OpenJDK 17+
- **Spring SDK**: Spring Boot 3.3.x (for the exact version, check the [version matrix](/apis-tools/spring-zeebe-sdk/getting-started.md#version-compatibility).)
- **Spring SDK**: Spring Boot 3.4.x (for the exact version, check the [version matrix](/apis-tools/spring-zeebe-sdk/getting-started.md#version-compatibility).)
- **Helm CLI**: 3.14.x (for the exact version, check the [version matrix](https://helm.camunda.io/camunda-platform/version-matrix/).)

## Camunda 8 Self-Managed
Expand Down

0 comments on commit ef14105

Please sign in to comment.