From 7ede3d76c759b98e62efdd8b0ccb38103ef707e2 Mon Sep 17 00:00:00 2001 From: Amara Graham Date: Thu, 12 Dec 2024 10:59:57 -0600 Subject: [PATCH] Add note on spring support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 089d5df64..a2d1f1e05 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ Using Maven profiles you can also [switch the test dependencies based on the ava ### Spring support +> [!Note] +> Spring support with Zeebe Process Test uses the community-supported Spring Zeebe SDK. +> Spring support is not available for Camunda 8.6+. + If you use the Spring framework or Spring Boot and you want to write tests, please use `spring-zeebe-test` as a wrapper around this library. This will hook everything into the Spring lifecycle. See [Spring Zeebe: Writing test cases](https://github.com/camunda-community-hub/spring-zeebe#writing-test-cases) for details. ### Annotation