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 to run first example on vertx page #27598

Merged
merged 1 commit into from Aug 30, 2022
Merged

Conversation

deewhyweb
Copy link
Contributor

Running through this tutorial I needed to add the following to the imports to get it to work.

import io.smallrye.mutiny.Uni;
import io.vertx.mutiny.core.Vertx;

import java.nio.charset.StandardCharsets;

import javax.inject.Inject;
import javax.ws.rs.GET;
import javax.ws.rs.Path;

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed. Thanks for taking the time to report it.

Quarkus Documentation automation moved this from To do to Reviewer approved Aug 30, 2022
@gsmet gsmet merged commit 25903a5 into quarkusio:main Aug 30, 2022
Quarkus Documentation automation moved this from Reviewer approved to Done Aug 30, 2022
@quarkus-bot quarkus-bot bot added this to the 2.13 - main milestone Aug 30, 2022
@gsmet gsmet modified the milestones: 2.13 - main, 2.12.1.Final Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants