File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ interface RestClientLoggingConfig {
339
339
* <li>{@code none} - no additional logging</li>
340
340
* </ul>
341
341
*
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) .
343
343
*/
344
344
Optional <String > scope ();
345
345
@@ -348,7 +348,7 @@ interface RestClientLoggingConfig {
348
348
* <p>
349
349
* By default, set to 100.
350
350
* <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) .
352
352
*/
353
353
@ WithDefault ("100" )
354
354
Integer bodyLimit ();
@@ -358,7 +358,7 @@ interface RestClientMultipartConfig {
358
358
/**
359
359
* The max HTTP chunk size (8096 bytes by default).
360
360
* <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) .
362
362
*
363
363
* @deprecated Use {@code quarkus.rest-client.max-chunk-size} instead
364
364
*/
@@ -417,8 +417,7 @@ default Optional<String> uriReload() {
417
417
* url.
418
418
* The override is done using the REST Client class name configuration syntax.
419
419
* <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).
422
421
*/
423
422
Optional <String > overrideUri ();
424
423
You can’t perform that action at this time.
0 commit comments