apache / incubator-kie-kogito-runtimes

Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
491 stars 192 forks source link

[incubator-kie-issues-1131] Process test migration from v7 legacy runtime to code generation - 2 #3520

Closed Abhitocode closed 3 weeks ago

Abhitocode commented 1 month ago

In addition to previous changes associated with PR's #3516 & #3519 Migrated some BPMN processes which are being compiled using legacy v7 to code generation approach, using new branch incubator-kie-issues-1131-2

The tests can be identified by referring to Activitytest.java: https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ActivityTest.java

Issue: https://github.com/apache/incubator-kie-issues/issues/1131

elguardian commented 1 month ago

rebase plz

elguardian commented 3 weeks ago

remember -Dvalidate-formatting in local when you execute

mvn clean install -DskipTests -Dvalidate-formatting

elguardian commented 3 weeks ago

to avoid merge...

git pull --rebase upstream main

use rebase instead of just pulling.