Camunda BPM - Spring compatibility

855 Views Asked by At

I'm trying to migrate application with Camunda BPM 7.14.0 and Spring Boot 2.7.2 dependencies to latest Spring version(3.0.1/3.0.2) and at least Camunda 7.16.

Unfortunately I'm receiving some errors during migration and would like to ask what is the compatible version of Camunda which I can use with Spring 3.0.1?

From the compatibility matrix I can read that Camunda 7.18 is compatible only with version 2.7.x https://docs.camunda.org/manual/7.18/user-guide/spring-boot-integration/version-compatibility/ Can someone confirm it?

1

There are 1 best solutions below

0
On

Yes, I can confirm that 7.18 is compatible with 2.7.x

Spring Boot 3.0 requires some change in the autoconfiguration declaration and as far as I understood, the community edition will not support it until 7.20.0.

But the same thread mentions a manual fix that I haven't tried so far.