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

Remove invalid Vert.x route to prevent app starts #126

Merged
merged 1 commit into from
Mar 10, 2021

Conversation

Sgitario
Copy link
Contributor

The resolution from quarkusio/quarkus#15470 was to avoid having routes that do not return anything. So, if the app spots a route of this kind, the app will crash because of validation error at startup. Hence, we need to remove this route now.

@Sgitario Sgitario merged commit ae42263 into quarkus-qe:master Mar 10, 2021
@Sgitario Sgitario deleted the remove_vertx_route branch March 10, 2021 10:24
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.

2 participants