From c29678ec80a1f7ced75eedf45468108dc3d3c6cb Mon Sep 17 00:00:00 2001 From: Shaun Date: Tue, 20 Jan 2026 15:00:05 +0100 Subject: [PATCH 1/2] Fix typo in REST client documentation Signed-off-by: Shaun --- .../src/docs/antora/modules/reference/pages/io/rest-client.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc index 8fd926c2db83..f414189d03f7 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc @@ -228,7 +228,7 @@ In order of preference, the following clients are supported: . JDK client (`java.net.http.HttpClient`) . Simple JDK client (`java.net.HttpURLConnection`) -If multiple clients are available on the classpath, and not global configuration is provided, the most preferred client will be used. +If multiple clients are available on the classpath, and global configuration is not provided, the most preferred client will be used. From e4c0d0d9e921a91f1dfd77d3a2a949b907957f24 Mon Sep 17 00:00:00 2001 From: Shaun Date: Tue, 20 Jan 2026 16:16:58 +0100 Subject: [PATCH 2/2] Refine wording for global configuration sentence Signed-off-by: Shaun --- .../src/docs/antora/modules/reference/pages/io/rest-client.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc index f414189d03f7..944c7b8a00e4 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/io/rest-client.adoc @@ -228,7 +228,7 @@ In order of preference, the following clients are supported: . JDK client (`java.net.http.HttpClient`) . Simple JDK client (`java.net.HttpURLConnection`) -If multiple clients are available on the classpath, and global configuration is not provided, the most preferred client will be used. +If multiple clients are available on the classpath, and no global configuration is provided, the most preferred client will be used.