tkobayas commented on PR #6890: URL: https://github.com/apache/incubator-kie/pull/6890#issuecomment-5262280508
GHA Java21 : Looks like a temporal Maven central issue. ``` 2026-08-10T10:59:15.2569244Z Caused by: java.lang.RuntimeException: The following errors were encountered while processing Quarkus application dependencies: 2026-08-10T10:59:15.2570126Z 1) Failed to resolve descriptor for io.quarkus:quarkus-messaging-kafka-deployment:jar:3.27.5.1 2026-08-10T10:59:15.2571064Z at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyResolver.getCollectRequest(ApplicationDependencyResolver.java:846) 2026-08-10T10:59:15.2571871Z ... 2026-08-10T10:59:15.2572398Z at io.quarkus.bootstrap.resolver.maven.FailAtCompletionErrorHandler.throwFailureReport(FailAtCompletionErrorHandler.java:62) 2026-08-10T10:59:15.2573363Z at io.quarkus.bootstrap.resolver.maven.FailAtCompletionErrorHandler.allTasksFinished(FailAtCompletionErrorHandler.java:29) 2026-08-10T10:59:15.2574301Z at io.quarkus.bootstrap.resolver.maven.RetryLockAcquisitionErrorHandler.allTasksFinished(RetryLockAcquisitionErrorHandler.java:45) 2026-08-10T10:59:15.2575660Z at io.quarkus.bootstrap.resolver.maven.NonBlockingModelResolutionTaskRunner.waitForCompletion(NonBlockingModelResolutionTaskRunner.java:48) 2026-08-10T10:59:15.2576987Z at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyResolver.collectDeploymentDeps(ApplicationDependencyResolver.java:305) 2026-08-10T10:59:15.2578308Z at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyResolver.injectDeploymentDeps(ApplicationDependencyResolver.java:286) 2026-08-10T10:59:15.2579218Z at io.quarkus.bootstrap.resolver.maven.ApplicationDependencyResolver.resolve(ApplicationDependencyResolver.java:202) 2026-08-10T10:59:15.2580111Z at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.buildAppModel(BootstrapAppModelResolver.java:424) 2026-08-10T10:59:15.2580807Z at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.doResolveModel(BootstrapAppModelResolver.java:357) 2026-08-10T10:59:15.2581585Z at io.quarkus.bootstrap.resolver.BootstrapAppModelResolver.resolveManagedModel(BootstrapAppModelResolver.java:238) 2026-08-10T10:59:15.2582376Z at io.quarkus.bootstrap.BootstrapAppModelFactory.resolveAppModelForWorkspace(BootstrapAppModelFactory.java:266) 2026-08-10T10:59:15.2582949Z ... 55 more ``` Rerunning... -- 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]
