-
Bug
-
Resolution: Done
-
Blocker
-
7.12.0.GA
-
None
-
False
-
False
-
ER1
-
-
-
-
-
-
?
-
To provide seamless transition between community and productized build of quarkus-platform the list of extensions should stay the same.
Instead of excluding an extension from the release we should probably just make sure it's stated as non-supported.
Problematic extension:
kogito-quarkus-serverless-workflow-extension - which is excluded from the build when built with -Dproductized
As a consequence our kogito-bom contains the dependency
<dependency> <groupId>org.kie.kogito</groupId> <artifactId>kogito-quarkus-serverless-workflow</artifactId> <version>1.11.0.redhat-00004</version> </dependency>
but such artifact is not built or released.