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

Conversation

romain-grecourt
Copy link
Contributor

Fix occurences of "reactive" left-over in the docs after the removal of the Reactive WebServer.

Fixes #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"

…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 romain-grecourt added docs 4.x Version 4.x labels Sep 28, 2023
@romain-grecourt romain-grecourt self-assigned this Sep 28, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 28, 2023
@romain-grecourt romain-grecourt linked an issue Sep 28, 2023 that may be closed by this pull request
@romain-grecourt romain-grecourt merged commit 3d4796d into helidon-io:main Sep 28, 2023
12 checks passed
@romain-grecourt romain-grecourt deleted the reactive-docs-cleanup branch September 28, 2023 20:36
dalexandrov pushed a commit to dalexandrov/helidon that referenced this pull request Oct 17, 2023
…ive WebServer. (helidon-io#7684)

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x docs OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.x Remove occurrences of io.helidon.reactive in docs
2 participants