Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-13682

spring framework version in camunda-bpm-platform distro run

      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

        

       

        This is the controller panel for Smart Panels app

            [CAM-13682] spring framework version in camunda-bpm-platform distro run

            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

            Miklas Boskamp added a comment - 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

              miklas.boskamp Miklas Boskamp
              AnonymousVovus AnonymousVovus
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: