-
Bug Report
-
Resolution: None
-
L3 - Default
-
None
-
7.15.0
Hello community!
I'm developing some custom plugin for camunda-bpm-platform-7.15.0 and i'm using spring-boot distro from dockerhub run-7.15.0
I found that spring and spring-boot versions are specified in camunda-parent artifact
<version.spring.framework>5.2.8.RELEASE</version.spring.framework> <version.spring-boot>2.4.3</version.spring-boot>
But if we look into camunda-bpm-run-core artifact we will see that springframework version is 5.3.4
This can probably happened because spring-boot provides its own version of springframework
Is this OK that version.spring.framework does not match with actually used springframework version?
What version of springframework should I use?
5.2.8.RELEASE vs 5.3.4
Hi AnonymousVovus,
Camunda Platform Run maintains its own Spring Boot version. The Spring and Spring Boot versions specified in camunda-parent are used by the Camunda Spring Boot Starter.
I guess you want to develop an engine plugin for Camunda Platform. In that case, you want to stick with the versions in camunda-parent.
Our forum is the best place to post questions like this.
Best,
Miklas