From bbc9b9a93460968b825cae8fe7e58582c7445044 Mon Sep 17 00:00:00 2001 From: "Vinicius A. Santos" Date: Fri, 19 Apr 2024 19:01:03 -0300 Subject: [PATCH] Fix rest-client-jackson add extension name As per the statement right before the described command, I think the extension being added should be "rest-client-jackson" instead of "rest-client-reactive-jackson" (cherry picked from commit d80f22075a495a8db6f5624cfd0e04f85393318e) --- docs/src/main/asciidoc/rest-client.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/rest-client.adoc b/docs/src/main/asciidoc/rest-client.adoc index ec8ad272d4dde..1e05d342978ea 100644 --- a/docs/src/main/asciidoc/rest-client.adoc +++ b/docs/src/main/asciidoc/rest-client.adoc @@ -45,7 +45,7 @@ This command generates the Maven project with a REST endpoint and imports: If you already have your Quarkus project configured, you can add the `rest-client-jackson` extension to your project by running the following command in your project base directory: -:add-extension-extensions: rest-client-reactive-jackson +:add-extension-extensions: rest-client-jackson include::{includes}/devtools/extension-add.adoc[] This will add the following to your build file: