Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring SDK compatibility with Spring Boot versions #4984

Open
falko opened this issue Feb 12, 2025 · 4 comments
Open

Spring SDK compatibility with Spring Boot versions #4984

falko opened this issue Feb 12, 2025 · 4 comments
Labels
component:zeebe Issues related with Zeebe project

Comments

@falko
Copy link
Member

falko commented Feb 12, 2025

My current prospect is forced to use Spring Boot 3.0.13 with Camunda 8.6.

The original Spring Zeebe project had an extra column in its compatibility matrix stating compatibility with any Spring Boot 3.x.x version.

Our current documentation only shows a "bundled" version:

| Zeebe Spring SDK version | JDK | Camunda version | Bundled Spring Boot version |
| ------------------------ | ---- | --------------- | --------------------------- |
| 8.5.x | ≥ 17 | 8.5.x | 3.2.x |
| 8.6.x | ≥ 17 | 8.6.x | 3.3.x |

Did we drop the compatibility with other Spring Boot 3.x.x versions or is this just undocumented?

@falko
Copy link
Member Author

falko commented Feb 12, 2025

Depending on the outcome, this page may also have be updated: https://docs.camunda.io/docs/reference/supported-environments/#clients

@akeller
Copy link
Member

akeller commented Feb 20, 2025

@aleksander-dytko @megglos can you triage this?

@akeller akeller added the component:zeebe Issues related with Zeebe project label Feb 20, 2025
@aleksander-dytko
Copy link
Contributor

@falko the SpringBoot 3.0 is out of OSS support since 2023-12-31 and out of Enterprise support since end of last year. Why do they want/need to use this version?

In my understanding, Spring Boot should be backwards compatible, meaning we support versions until x.y.z. @megglos could you validate this assumption?

Heads-up: with 8.7, we will support Spring Boot 3.4

@akeller
Copy link
Member

akeller commented Mar 6, 2025

@aleksander-dytko based on your comment above, we need to update the Clients section of the Supported Environment page. I will PR and add you as a reviewer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:zeebe Issues related with Zeebe project
Projects
None yet
Development

No branches or pull requests

3 participants