martinweiler opened a new issue, #2205:
URL: https://github.com/apache/incubator-kie-issues/issues/2205

   When running an application containing the 
`org.kie:kie-addons-quarkus-messaging` dependency in dev mode, there is an 
ERROR during the build phase:
   
   ```
   2026-01-09 16:54:16,692Z ERROR businessKey= 
[io.quarkus.devui.deployment.DevUIProcessor] (build-129) Failed to process 
extension descriptor 
jar:file://~/.m2/repository/org/kie/kie-addons-quarkus-messaging/999-SNAPSHOT/kie-addons-quarkus-messaging-999-SNAPSHOT.jar!/META-INF/quarkus-extension.yaml:
 java.lang.RuntimeException: Failed to locate 'artifact' or 'group-id' and 
'artifact-id' among metadata keys [name, description, metadata]
        at 
io.quarkus.devui.deployment.DevUIProcessor.getExtensionNamespace(DevUIProcessor.java:870)
        at 
io.quarkus.devui.deployment.DevUIProcessor.lambda$getAllExtensions$2(DevUIProcessor.java:530)
        at 
io.quarkus.runtime.util.ClassPathUtils.lambda$consumeAsPath$0(ClassPathUtils.java:121)
        at 
io.quarkus.runtime.util.ClassPathUtils.processAsPath(ClassPathUtils.java:154)
        at 
io.quarkus.runtime.util.ClassPathUtils.consumeAsPath(ClassPathUtils.java:120)
        at 
io.quarkus.runtime.util.ClassPathUtils.consumeAsPaths(ClassPathUtils.java:104)
        at 
io.quarkus.runtime.util.ClassPathUtils.consumeAsPaths(ClassPathUtils.java:85)
        at 
io.quarkus.devui.deployment.DevUIProcessor.getAllExtensions(DevUIProcessor.java:514)
        at 
java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733)
        at 
io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
        at io.quarkus.builder.BuildContext.run(BuildContext.java:255)
        at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
        at 
org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2675)
        at 
org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2654)
        at 
org.jboss.threads.EnhancedQueueExecutor.runThreadBody(EnhancedQueueExecutor.java:1627)
        at 
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1594)
        at java.base/java.lang.Thread.run(Thread.java:1583)
        at org.jboss.threads.JBossThread.run(JBossThread.java:499)
   
   ```
    
   The application still starts, but the KIE Messaging Add-On tile is missing 
in the DevUI.
   
   Note: This commit removed the `quarkus-extension-maven-plugin` from 
`kie-addons-quarkus-messaging`:
   
https://github.com/apache/incubator-kie-kogito-runtimes/commit/91e3dc8601b75b33502eeb5a1b0bc6595b5dba78#diff-e16086b8032223092a6c92b14b58f69bfb9ce4bb594c6b0d686e3739243179a4L77-L107


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