Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SmallRye GraphQL Client dependencies #24296

Merged
merged 1 commit into from Mar 14, 2022

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Mar 14, 2022

It depends on Vert.x but we don't depend on quarkus-vertx.
You only have the issue when you don't have quarkus-vertx brought by
other dependencies, which is the case for most applications but not
for command mode apps.

With this change, you can compile command mode apps including the SmallRye GraphQL Client in native.

It depends on Vert.x but we don't depend on quarkus-vertx.
You only have the issue when you don't have quarkus-vertx brought by
another dependencies, which is the case for most applications but not
for command mode apps.
@jmartisk jmartisk merged commit a44856b into quarkusio:main Mar 14, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Mar 14, 2022
@gsmet gsmet modified the milestones: 2.8 - main, 2.7.5.Final Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants