in the officially supported camunda-bpm-assert thingy we need to have version built with assertj 2 (for java 7 compability) and assertj3 (for java 8 -> spring boot 2 compability) or something else that solves these issues.
Ragnar Nevries
added a comment - in the officially supported camunda-bpm-assert thingy we need to have version built with assertj 2 (for java 7 compability) and assertj3 (for java 8 -> spring boot 2 compability) or something else that solves these issues.
Since we encourage people to use external tasks, we should immediately support them in our supported testing lib.
Ragnar Nevries
added a comment - Should we add some things out of the box?
complete(fetchAndLock(externalTask()))
Since we encourage people to use external tasks, we should immediately support them in our supported testing lib.
Thorben Lindhauer
added a comment - - edited There is a new component label assert that groups all the issues for camunda-bpm-assert, see https://app.camunda.com/jira/browse/CAM/component/14065/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-issues-panel . The fix version assert-3.0.0 links to all issues that we committed on for the first release (more may be added).
Tobias Metzke-Bernstein
added a comment - - edited First alpha of bpm-assert 3.0.0 is released, see maven central .
Compatibility artifact for Java 1.7 with artifactId camunda-bpm-assert-assertj2 , artifact for Spring Boot 2.0.x/Camunda Spring Boot starter/AssertJ 3.9.1 named camunda-bpm-assert-assertj3-9-1 .
See blog post and documentation for further explanations.
in the officially supported camunda-bpm-assert thingy we need to have version built with assertj 2 (for java 7 compability) and assertj3 (for java 8 -> spring boot 2 compability) or something else that solves these issues.