Skip to content

Commit

Permalink
Add note on spring support
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller authored Dec 12, 2024
1 parent bdaa836 commit 7ede3d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ede3d7

Please sign in to comment.