-
Notifications
You must be signed in to change notification settings - Fork 121
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 Zeebe version 8.4.0 does not work with Spring boot 2.7.18 #608
Comments
@msjo66 are you looking for compatibility or just an update to the matrix? |
I hope Zeebe would be compatible with Spring boot 2.7 as it seems that Spring boot 2.7 still maintained and widely used. |
Do we expect to have compatibility with Spring Boot 2.7.x? |
I'm not sure how many clients would upgrade their Spring Boot application with timeline. But 2.7 is planned to support untile 2025 mid. |
Description
Version compatibility section in README, Spring Zeebe version 8.4.0 or higher is compatible with Spring Boot version 2.7.x or higher. But when I tested using this pom.xml, It throws error at io.camunda.common.auth.DefaultNoopAuthentication that can not authenticate (self managed, no authentication, plaintext).
It worked when I change Spring Zeebe version to 8.3.4 and Spring Boot version 2.7.18 or Spring Zeebe version to 8.4.0 and Spring Boot version 3.2.2
So, I guess Spring Zeebe version 8.4.0 is not compatible to 2.7.x
The text was updated successfully, but these errors were encountered: