diff --git a/docs/components/best-practices/development/testing-process-definitions.md b/docs/components/best-practices/development/testing-process-definitions.md index f3fa1cfa96..edb3ff1076 100644 --- a/docs/components/best-practices/development/testing-process-definitions.md +++ b/docs/components/best-practices/development/testing-process-definitions.md @@ -57,8 +57,8 @@ When using Java, most customers use Spring Boot. While this is a common setup fo ### Technical setup using Spring :::caution -Spring support with Zeebe Process Test uses the community-supported Spring Zeebe SDK. -Spring support is not available for Camunda 8.6+. +Spring support with Zeebe Process Test uses the community-maintained project Spring Zeebe. +The new Camunda Spring SDK (Camunda 8.6+) is not supported. You could still use the testing library but without hooking into the Spring lifecycle. ::: :::caution JUnit 5