thiagoelg commented on code in PR #2892:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2892#discussion_r1941889896


##########
packages/jbpm-quarkus-devui/jbpm-quarkus-devui-deployment/src/main/java/org/jbpm/quarkus/devui/deployment/DevConsoleProcessor.java:
##########
@@ -40,53 +41,56 @@
 import io.quarkus.deployment.annotations.ExecutionTime;
 import io.quarkus.deployment.annotations.Record;
 import io.quarkus.deployment.builditem.*;
-import io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem;
-import io.quarkus.deployment.util.WebJarUtil;
+import io.quarkus.vertx.http.deployment.webjar.WebJarResultsBuildItem;
 import io.quarkus.devui.spi.JsonRPCProvidersBuildItem;
 import io.quarkus.devui.spi.page.CardPageBuildItem;
 import io.quarkus.devui.spi.page.Page;
-import io.quarkus.maven.dependency.ResolvedDependency;
+import io.quarkus.maven.dependency.GACT;
 import io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem;
 import io.quarkus.vertx.http.deployment.RouteBuildItem;
+import io.quarkus.vertx.http.runtime.devmode.FileSystemStaticHandler;
 import 
io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig;
 
 public class DevConsoleProcessor {
-
     private static final String STATIC_RESOURCES_PATH = "dev-static/";
     private static final String BASE_RELATIVE_URL = 
"dev-ui/org.jbpm.jbpm-quarkus-devui";
     private static final String NON_APPLICATION_BASE_RELATIVE_URL = "/q/" + 
BASE_RELATIVE_URL;
     private static final String DATA_INDEX_CAPABILITY = 
"org.kie.kogito.data-index";
+    private static final GACT WEBJAR_ARTIFACT_KEY = new GACT("org.jbpm", 
"jbpm-quarkus-devui-deployment", null, "jar");

Review Comment:
   This should be `DEVCONSOLE_WEBJAR_ARTIFACT_KEY`, right?



-- 
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