pefernan commented on PR #3401: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3401#issuecomment-1952995289
@ricardozanini yea, what's happening is that I changed the capabilities Id's but quarkus is still resolving the old `deployment` artifacts for our quarkus extensions instead of using the artifacts from `.m2`, making it tests fail when our extensions check the capabilities. I'm pretty sure that this errors won't happen as soon as we publish the new extension artifacts with the new capability id's. In the worst scenario I'll rollback the capability id's to the previous value, but sooner or later we may have to face this rename, so I think it's better now than later. -- 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]
