-
Bug
-
Resolution: Done
-
Minor
-
None
-
0.11.0
-
None
-
2020 Week 19-21 (from May 4), 2020 Week 22-24 (from May 25)
The attribute "dependencyInjection" as a boolean was deleted as part of KOGITO-42, however there is still a boolean attribute "dependencyInjection" in the kogito maven plugin:
<plugin>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<dependencyInjection>true</dependencyInjection>
</configuration>
</plugin>
Is this a leftover or it should be replaced by another attribute? I didn't find anything about this in documentation. Therefore, any sights about this in documentation would be welcome as well.
- is caused by
-
KOGITO-42 Use Spring specific dependencies for injection in generated code
-
- Closed
-