diff --git a/docs/reference/announcements/870.md b/docs/reference/announcements/870.md index 4c745056fd3..c44f848031d 100644 --- a/docs/reference/announcements/870.md +++ b/docs/reference/announcements/870.md @@ -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 SaaS @@ -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 SaaSSelf-Managed + +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. diff --git a/docs/reference/supported-environments.md b/docs/reference/supported-environments.md index cffe50ee9a1..20a70a81126 100644 --- a/docs/reference/supported-environments.md +++ b/docs/reference/supported-environments.md @@ -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 diff --git a/versioned_docs/version-8.7/reference/announcements/870.md b/versioned_docs/version-8.7/reference/announcements/870.md index 23e06fdcf62..6b9d3b6d2d0 100644 --- a/versioned_docs/version-8.7/reference/announcements/870.md +++ b/versioned_docs/version-8.7/reference/announcements/870.md @@ -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 SaaS @@ -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 SaaSSelf-Managed + +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. diff --git a/versioned_docs/version-8.7/reference/supported-environments.md b/versioned_docs/version-8.7/reference/supported-environments.md index 56a3ae6d594..0b5b54c251f 100644 --- a/versioned_docs/version-8.7/reference/supported-environments.md +++ b/versioned_docs/version-8.7/reference/supported-environments.md @@ -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