From 3150784a0965247e737e656565b2123173712823 Mon Sep 17 00:00:00 2001 From: geoand Date: Mon, 13 Feb 2023 09:56:05 +0200 Subject: [PATCH 1/2] Make it apparent from the doc title, that quarkus-rest-client is legacy --- docs/src/main/asciidoc/rest-client-multipart.adoc | 2 +- docs/src/main/asciidoc/rest-client.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/rest-client-multipart.adoc b/docs/src/main/asciidoc/rest-client-multipart.adoc index ebd46c0ab0b4f..b0c999e14d51a 100644 --- a/docs/src/main/asciidoc/rest-client-multipart.adoc +++ b/docs/src/main/asciidoc/rest-client-multipart.adoc @@ -3,7 +3,7 @@ This guide is maintained in the main Quarkus repository and pull requests should be submitted there: https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc //// -= Using the REST Client with Multipart += Using the legacy REST Client with Multipart include::_attributes.adoc[] :categories: web :summary: This guide explains how to use the RESTEasy REST Client to send multipart REST requests, typically to upload documents. diff --git a/docs/src/main/asciidoc/rest-client.adoc b/docs/src/main/asciidoc/rest-client.adoc index 68819f809131c..05542fdf638e3 100644 --- a/docs/src/main/asciidoc/rest-client.adoc +++ b/docs/src/main/asciidoc/rest-client.adoc @@ -3,7 +3,7 @@ This guide is maintained in the main Quarkus repository and pull requests should be submitted there: https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc //// -= Using the REST Client += Using the legacy REST Client include::_attributes.adoc[] :categories: web :summary: This guide explains how to use the RESTEasy REST Client in order to interact with REST APIs (JSON and other) with very little effort. From cfe5c2fdc5909bd6aa0a6a9c8921f22005396e19 Mon Sep 17 00:00:00 2001 From: geoand Date: Mon, 13 Feb 2023 09:57:54 +0200 Subject: [PATCH 2/2] Remove reactive from the title of Reactive REST Client doc This is done because people often think that quarkus-rest-client-reactive is only for reactive REST calls --- docs/src/main/asciidoc/rest-client-reactive.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/rest-client-reactive.adoc b/docs/src/main/asciidoc/rest-client-reactive.adoc index 5f023ddaa2f9c..0c0c346f1780a 100644 --- a/docs/src/main/asciidoc/rest-client-reactive.adoc +++ b/docs/src/main/asciidoc/rest-client-reactive.adoc @@ -3,7 +3,7 @@ This guide is maintained in the main Quarkus repository and pull requests should be submitted there: https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc //// -= Using the REST Client Reactive += Using the REST Client include::_attributes.adoc[] :categories: web :summary: This guide explains how to use the RESTEasy Reactive REST Client.