-
Notifications
You must be signed in to change notification settings - Fork 120
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 8.4.0 with spring-boot 2.7.x generates error Cannot invoke "java.util.Collection.size()" because "c" is null
#616
Comments
@daniel-ewing |
@JahiruddinSeera |
@daniel-ewing |
Hi @JahiruddinSeera, Yes, that is an issue, please refer to Version compatibility: |
Hi @daniel-ewing , but >= 2.7 is not > 2.7 so it should work? |
Hi @zgnikolai, If I understand your question correctly, the answer is 'Yes'. According to the Version compatibility matrix, Camunda 8.4.x should work with Spring Boot 2.7.x. But I cannot get that to work and apparently neither can @JahiruddinSeera. |
Hi @daniel-ewing, sorry i misunderstood your comment.
it mimics what i found in the code: |
Describe the bug
Try to use spring-zeebe 8.4.0 with spring-boot 2.7.x. Add a JobWorker. The log is full of the stacktrace given below and the job worker does not work.
To Reproduce
pom.xml
job worker
application class
Expected behavior
The Application should run with no errors, job worker should work.
Log/Stacktrace
Full Stacktrace
Environment:
The text was updated successfully, but these errors were encountered: