-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
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.