-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
spring-boot 3.4.0
-
None
Given:
A scheduled release for the Camunda Spring Boot Starter 3.4.0.
When:
The release is triggered.
Then:
The qa-webapp-ee-runtime IT tests fail, since the tests try to resolve the camunda-webapp-webjar-ee dependency in the wrong place (http://repository-ci-camunda-cloud.nexus:8081/content/groups/internal/org/camunda/bpm/webapp/camunda-webapp-webjar-ee/7.12.0-alpha6/camunda-webapp-webjar-ee-7.12.0-alpha6.jar). This causes the release job to fail.
Expected:
The release job passes and a new version of the Starter is released.
Note:
The camunda-webapp-webjar-ee needs to be declared explicitly, with the correct (EE) version in the qa-webapp-ee-runtime pom.xml.
I removed the hard-coded <skipTests>false</skipTests> configuration for the webapp IT execution, which prevented overriding it via command line. I forgot to remove the outcommented line: https://github.com/camunda/camunda-bpm-spring-boot-starter/commit/a4c935fae2f76bafd3b5cac34247f3e400ca37e9#diff-5dd2bd2932b56207503006aa7e1e73c6R184 Let's do this before we close this ticket.