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 occurences of reactive in the docs #7684

Merged

Commits on Sep 28, 2023

  1. Fix occurences of "reactive" left-over after the removal of the React…

    …ive WebServer.
    
    Fixes helidon-io#7680
    
    This changeset does not address all issues, a lot of the docs remain broken.
    
    - Replaced io.helidon.reactive.webserver with io.helidon.webserver
    - Replaced io.helidon.reactive.webserver.Routing with io.helidon.webserver.HttpRules
    - Replaced io.helidon.reactive.webserver.Service with io.helidon.webserver.HttpService
    - Replaced `public void routing(HttpRules rules) {` with `public void update(Routing.Rules rules) {`
    - Removed WebServer Jersey documentation
    - Removed Programmatic Media Support registration from the webserver docs
    - Updated HashiCorp Vault docs to refresh snippets to not be reactive
    - Replaced "Reactive Route" in MP server docs with "WebServer Route"
    - Replaced "Reactive Service" in MP server docs with "HTTP Service"
    romain-grecourt committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fc20a22 View commit details
    Browse the repository at this point in the history