You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging #1665, I found that adding quarkus-vertx to my 'hardcoded' dependencies caused quarkus-cxf 3.17.3 to work rather than throwing the error described in the linked issue. I guess (another sub-dependency of?) quarkus-vertx should be a transistive dependency of quarkus-cxf?
Apologies, I seem to have incorrectly tested against a wrong build of my code. You are correct, so this issue is a non-issue while #1665 continues to be an issue.
Hi there,
While debugging #1665, I found that adding
quarkus-vertx
to my 'hardcoded' dependencies causedquarkus-cxf
3.17.3 to work rather than throwing the error described in the linked issue. I guess (another sub-dependency of?)quarkus-vertx
should be a transistive dependency ofquarkus-cxf
?The text was updated successfully, but these errors were encountered: