-
Bug
-
Resolution: Duplicate
-
Blocker
-
1.8.0.Final
-
False
-
False
-
Undefined
-
-
This looks like a pretty critical bug. On Spring Boot (investigation on Quarkus needed), the file ProcessConfig is being generated despite the project having a BPMN file on it.
By introducing the new starters (KOGITO-5444), we updated the examples to have a specific engine. So a DMN example, would have only kogito-decisions-spring-boot-starter. See: https://github.com/kiegroup/kogito-examples/tree/1.9.0.Final/decisiontable-springboot-example
In this example, even though there is no BPMN whatsoever, the jbpm-flow dependency still needs to be added to compile the generated ProcessConfig.
This file should not be added in this context. If it requires it somehow, the jbpm-flow then should be part of the Decisions Starter. Same thing happens for the Rules Starter. See https://github.com/kiegroup/kogito-examples/tree/1.9.0.Final/ruleunit-springboot-example
- is caused by
-
KOGITO-5444 Provide Spring Boot Maven Archetypes with starters
- Resolved
- is cloned by
-
KOGITO-5622 PredictionConfig is being generated despite the project having a single PMML file
- Closed