-
Bug
-
Resolution: Done
-
Major
-
2.2.3.CR4
-
False
-
False
-
+
-
-
Using the quarkus-operator-sdk extensions fails to build:
[ERROR] Failed to execute goal com.redhat.quarkus.platform:quarkus-maven-plugin:2.2.3.Final-redhat-00006:build (default) on project operator-sdk: Failed to build quarkus application: java.lang.RuntimeException: Failed to load steps from class io.quarkiverse.operatorsdk.deployment.OperatorSDKProcessor: Type io.quarkus.kubernetes.spi.GeneratedKubernetesResourceBuildItem not present -> [Help 1]
The problem is that the class `GeneratedKubernetesResourceBuildItem` does not exist in 2.2. So, this also does not work using upstream 2.2.3.Final.
The generated app contains the following artifact:
<dependency>
<groupId>io.quarkiverse.operatorsdk</groupId>
<artifactId>quarkus-operator-sdk</artifactId>
<version>2.0.0.CR1</version>
</dependency>