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

New Route SPI not requiring Vert.x HTTP #38143

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Commits on Jan 12, 2024

  1. New Route SPI

    Unlike the current one, this SPI allows declaring routes without having
    to depend on Quarkus Vert.x HTTP. Thus, if an extension declares a route
    with this SPI, and Quarkus Vert.x HTTP is not present, the route is ignored.
    However, if Quarkus Vert.x HTTP is present, the route is registered.
    cescoffier committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    50c898b View commit details
    Browse the repository at this point in the history