Skip to content

Commit 9d63713

Browse files
committed
Remove reference to the Reactive REST Client
This reference confuses users, so let's replace it with something easier to understand
1 parent bcb313f commit 9d63713

File tree

1 file changed

+4
-5
lines changed
  • extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config

1 file changed

+4
-5
lines changed

extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config/RestClientsConfig.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ interface RestClientLoggingConfig {
339339
* <li>{@code none} - no additional logging</li>
340340
* </ul>
341341
*
342-
* This property is applicable to reactive REST clients only.
342+
* This property is not applicable to the Quarkus RESTEasy client (provided by the quarkus-resteasy-client dependency).
343343
*/
344344
Optional<String> scope();
345345

@@ -348,7 +348,7 @@ interface RestClientLoggingConfig {
348348
* <p>
349349
* By default, set to 100.
350350
* <p>
351-
* This property is applicable to reactive REST clients only.
351+
* This property is not applicable to the Quarkus RESTEasy client (provided by the quarkus-resteasy-client dependency).
352352
*/
353353
@WithDefault("100")
354354
Integer bodyLimit();
@@ -358,7 +358,7 @@ interface RestClientMultipartConfig {
358358
/**
359359
* The max HTTP chunk size (8096 bytes by default).
360360
* <p>
361-
* This property is applicable to reactive REST clients only.
361+
* This property is not applicable to the Quarkus RESTEasy client (provided by the quarkus-resteasy-client dependency).
362362
*
363363
* @deprecated Use {@code quarkus.rest-client.max-chunk-size} instead
364364
*/
@@ -417,8 +417,7 @@ default Optional<String> uriReload() {
417417
* url.
418418
* The override is done using the REST Client class name configuration syntax.
419419
* <p>
420-
* This property is not applicable to the RESTEasy Client, only the Quarkus Rest client (formerly RESTEasy Reactive
421-
* client).
420+
* This property is not applicable to the Quarkus RESTEasy client (provided by the quarkus-resteasy-client dependency).
422421
*/
423422
Optional<String> overrideUri();
424423

0 commit comments

Comments
 (0)