The assert dependency in spring-boot-starter-test is outdated

XMLWordPrintable

      spring-boot-starter-test exposes Assert 4.0.0. With 7.13, the current version will be 6.0.0. Note that assert and the platform have a circular dependency since we merged the spring boot starter into the platform. I.e. Assert depends on camunda-engine (in platform) and spring boot starter (also in platform) depends on assert.

      Solution ideas:

      • merge and version Assert with the platform.
      • Break up the circular dependency by pulling code and/or release process apart (e.g. move spring-boot-starter test to a separate repo and/or release process; this would make it possible to first build the platform, then assert, then spring-boot-starter-test). This sounds like long-lasting maitenance overhead, though.

            Assignee:
            Unassigned
            Reporter:
            Thorben Lindhauer
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: