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

Update code of the reactive routes guide #16345

Merged
merged 1 commit into from
Apr 8, 2021

Conversation

cescoffier
Copy link
Member

The HTTP method enum is now provided by @Route.HttpMethod instead of Vert.x.

…ow provided by @Route.HttpMethod instead of Vert.x
@@ -52,27 +52,26 @@ import io.vertx.ext.web.RoutingContext;

import javax.enterprise.context.ApplicationScoped;

@ApplicationScoped <1>
@ApplicationScoped // <1>
Copy link

Choose a reason for hiding this comment

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

The number seems be displayed well, why did you add "//"?

Copy link
Member Author

Choose a reason for hiding this comment

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

Hum, it didn't when I generated locally (the copy and paste was messed up).
I will check on the website.

@gsmet gsmet merged commit 15d751e into quarkusio:main Apr 8, 2021
@quarkus-bot quarkus-bot bot added this to the 1.14 - main milestone Apr 8, 2021
@cescoffier cescoffier deleted the doc-update-2.x branch August 1, 2021 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants