nmirasch commented on code in PR #3464:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3464#discussion_r1557324807


##########
quarkus/extensions/kogito-quarkus-processes-extension/kogito-quarkus-processes-deployment/src/main/java/org/kie/kogito/quarkus/processes/deployment/KogitoDevServicesProcessor.java:
##########
@@ -40,4 +47,14 @@ public void logger(BuildProducer<AdditionalBeanBuildItem> 
additionalBean, Launch
         }
     }
 
+    @BuildStep(onlyIf = { GlobalDevServicesConfig.Enabled.class, 
IsDevelopment.class })
+    CardPageBuildItem createDevUILink(List<SystemPropertyBuildItem> 
systemPropertyBuildItems) {
+        String data_index_url = getProperty(systemPropertyBuildItems, 
"kogito.data-index.url");
+        CardPageBuildItem cardPageBuildItem = new CardPageBuildItem(); // <2> 
This name must be the extension name

Review Comment:
   ups! my bad, Thanks @ricardozanini



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to