Skip to content

Commit 9fac345

Browse files
committed
Sync documentation of main branch
1 parent c615322 commit 9fac345

12 files changed

+383
-77
lines changed

_generated-doc/main/config/quarkus-all-config.adoc

Lines changed: 77 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16467,6 +16467,27 @@ endif::add-copy-button-to-env-var[]
1646716467
|string
1646816468
|`/`
1646916469

16470+
a| [[quarkus-vertx-http_quarkus-http-auth-form-cookie-domain]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-auth-form-cookie-domain[`quarkus.http.auth.form.cookie-domain`]##
16471+
ifdef::add-copy-button-to-config-props[]
16472+
config_property_copy_button:+++quarkus.http.auth.form.cookie-domain+++[]
16473+
endif::add-copy-button-to-config-props[]
16474+
16475+
16476+
[.description]
16477+
--
16478+
Cookie domain parameter value which, if set, will be used for the session and location cookies.
16479+
16480+
16481+
ifdef::add-copy-button-to-env-var[]
16482+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_AUTH_FORM_COOKIE_DOMAIN+++[]
16483+
endif::add-copy-button-to-env-var[]
16484+
ifndef::add-copy-button-to-env-var[]
16485+
Environment variable: `+++QUARKUS_HTTP_AUTH_FORM_COOKIE_DOMAIN+++`
16486+
endif::add-copy-button-to-env-var[]
16487+
--
16488+
|string
16489+
|
16490+
1647016491
a| [[quarkus-vertx-http_quarkus-http-auth-form-http-only-cookie]] [.property-path]##link:#quarkus-vertx-http_quarkus-http-auth-form-http-only-cookie[`quarkus.http.auth.form.http-only-cookie`]##
1647116492
ifdef::add-copy-button-to-config-props[]
1647216493
config_property_copy_button:+++quarkus.http.auth.form.http-only-cookie+++[]
@@ -58497,7 +58518,9 @@ endif::add-copy-button-to-config-props[]
5849758518

5849858519
[.description]
5849958520
--
58500-
If Dev Services for Kubernetes should be used. (default to true) If this is true and kubernetes client is not configured then a kubernetes cluster will be started and will be used.
58521+
If Dev Services for Kubernetes should be used. (default to true)
58522+
58523+
If this is true and kubernetes client is not configured then a kubernetes cluster will be started and will be used.
5850158524

5850258525

5850358526
ifdef::add-copy-button-to-env-var[]
@@ -58518,7 +58541,9 @@ endif::add-copy-button-to-config-props[]
5851858541

5851958542
[.description]
5852058543
--
58521-
The kubernetes api server version to use. If not set, Dev Services for Kubernetes will use the latest supported version of the given flavor. see https://github.com/dajudge/kindcontainer/blob/master/k8s-versions.json
58544+
The kubernetes api server version to use.
58545+
58546+
If not set, Dev Services for Kubernetes will use the link:https://github.com/dajudge/kindcontainer/blob/master/k8s-versions.json[latest supported version] of the given flavor.
5852258547

5852358548

5852458549
ifdef::add-copy-button-to-env-var[]
@@ -58539,7 +58564,9 @@ endif::add-copy-button-to-config-props[]
5853958564

5854058565
[.description]
5854158566
--
58542-
The flavor to use (kind, k3s or api-only). If not set, Dev Services for Kubernetes will set it to: api-only.
58567+
The flavor to use (kind, k3s or api-only).
58568+
58569+
If not set, Dev Services for Kubernetes will set it to: api-only.
5854358570

5854458571

5854558572
ifdef::add-copy-button-to-env-var[]
@@ -58549,7 +58576,7 @@ ifndef::add-copy-button-to-env-var[]
5854958576
Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_DEVSERVICES_FLAVOR+++`
5855058577
endif::add-copy-button-to-env-var[]
5855158578
--
58552-
a|tooltip:kind[kind (needs priviledge docker)], tooltip:k3s[k3s (needs priviledge docker)], tooltip:api-only[api only]
58579+
a|tooltip:kind[kind (needs privileged docker)], tooltip:k3s[k3s (needs privileged docker)], tooltip:api-only[api only]
5855358580
|
5855458581

5855558582
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-devservices-override-kubeconfig]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-devservices-override-kubeconfig[`quarkus.kubernetes-client.devservices.override-kubeconfig`]##
@@ -84273,6 +84300,29 @@ endif::add-copy-button-to-env-var[]
8427384300
|boolean
8427484301
|`false`
8427584302

84303+
a| [[quarkus-rest-client-config_quarkus-rest-client-http2-upgrade-max-content-length]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-http2-upgrade-max-content-length[`quarkus.rest-client.http2-upgrade-max-content-length`]##
84304+
ifdef::add-copy-button-to-config-props[]
84305+
config_property_copy_button:+++quarkus.rest-client.http2-upgrade-max-content-length+++[]
84306+
endif::add-copy-button-to-config-props[]
84307+
84308+
84309+
[.description]
84310+
--
84311+
Configures the HTTP/2 upgrade maximum length of the aggregated content in bytes.
84312+
84313+
This property is not applicable to the RESTEasy Client.
84314+
84315+
84316+
ifdef::add-copy-button-to-env-var[]
84317+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT_HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++[]
84318+
endif::add-copy-button-to-env-var[]
84319+
ifndef::add-copy-button-to-env-var[]
84320+
Environment variable: `+++QUARKUS_REST_CLIENT_HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++`
84321+
endif::add-copy-button-to-env-var[]
84322+
--
84323+
|MemorySize link:#memory-size-note-anchor-all-config[icon:question-circle[title=More information about the MemorySize format]]
84324+
|`64K`
84325+
8427684326
a| [[quarkus-rest-client-config_quarkus-rest-client-max-chunk-size]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-max-chunk-size[`quarkus.rest-client.max-chunk-size`]##
8427784327
ifdef::add-copy-button-to-config-props[]
8427884328
config_property_copy_button:+++quarkus.rest-client.max-chunk-size+++[]
@@ -85199,6 +85249,29 @@ endif::add-copy-button-to-env-var[]
8519985249
|boolean
8520085250
|
8520185251

85252+
a| [[quarkus-rest-client-config_quarkus-rest-client-client-http2-upgrade-max-content-length]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-client-http2-upgrade-max-content-length[`quarkus.rest-client."client".http2-upgrade-max-content-length`]##
85253+
ifdef::add-copy-button-to-config-props[]
85254+
config_property_copy_button:+++quarkus.rest-client."client".http2-upgrade-max-content-length+++[]
85255+
endif::add-copy-button-to-config-props[]
85256+
85257+
85258+
[.description]
85259+
--
85260+
Configures the HTTP/2 upgrade maximum length of the aggregated content in bytes.
85261+
85262+
This property is not applicable to the RESTEasy Client.
85263+
85264+
85265+
ifdef::add-copy-button-to-env-var[]
85266+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CLIENT__HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++[]
85267+
endif::add-copy-button-to-env-var[]
85268+
ifndef::add-copy-button-to-env-var[]
85269+
Environment variable: `+++QUARKUS_REST_CLIENT__CLIENT__HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++`
85270+
endif::add-copy-button-to-env-var[]
85271+
--
85272+
|MemorySize link:#memory-size-note-anchor-all-config[icon:question-circle[title=More information about the MemorySize format]]
85273+
|`64K`
85274+
8520285275
a| [[quarkus-rest-client-config_quarkus-rest-client-client-max-chunk-size]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-client-max-chunk-size[`quarkus.rest-client."client".max-chunk-size`]##
8520385276
ifdef::add-copy-button-to-config-props[]
8520485277
config_property_copy_button:+++quarkus.rest-client."client".max-chunk-size+++[]

_generated-doc/main/config/quarkus-kubernetes-client.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,9 @@ endif::add-copy-button-to-config-props[]
565565

566566
[.description]
567567
--
568-
If Dev Services for Kubernetes should be used. (default to true) If this is true and kubernetes client is not configured then a kubernetes cluster will be started and will be used.
568+
If Dev Services for Kubernetes should be used. (default to true)
569+
570+
If this is true and kubernetes client is not configured then a kubernetes cluster will be started and will be used.
569571

570572

571573
ifdef::add-copy-button-to-env-var[]
@@ -586,7 +588,9 @@ endif::add-copy-button-to-config-props[]
586588

587589
[.description]
588590
--
589-
The kubernetes api server version to use. If not set, Dev Services for Kubernetes will use the latest supported version of the given flavor. see https://github.com/dajudge/kindcontainer/blob/master/k8s-versions.json
591+
The kubernetes api server version to use.
592+
593+
If not set, Dev Services for Kubernetes will use the link:https://github.com/dajudge/kindcontainer/blob/master/k8s-versions.json[latest supported version] of the given flavor.
590594

591595

592596
ifdef::add-copy-button-to-env-var[]
@@ -607,7 +611,9 @@ endif::add-copy-button-to-config-props[]
607611

608612
[.description]
609613
--
610-
The flavor to use (kind, k3s or api-only). If not set, Dev Services for Kubernetes will set it to: api-only.
614+
The flavor to use (kind, k3s or api-only).
615+
616+
If not set, Dev Services for Kubernetes will set it to: api-only.
611617

612618

613619
ifdef::add-copy-button-to-env-var[]
@@ -617,7 +623,7 @@ ifndef::add-copy-button-to-env-var[]
617623
Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_DEVSERVICES_FLAVOR+++`
618624
endif::add-copy-button-to-env-var[]
619625
--
620-
a|tooltip:kind[kind (needs priviledge docker)], tooltip:k3s[k3s (needs priviledge docker)], tooltip:api-only[api only]
626+
a|tooltip:kind[kind (needs privileged docker)], tooltip:k3s[k3s (needs privileged docker)], tooltip:api-only[api only]
621627
|
622628

623629
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-devservices-override-kubeconfig]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-devservices-override-kubeconfig[`quarkus.kubernetes-client.devservices.override-kubeconfig`]##

_generated-doc/main/config/quarkus-kubernetes-client_quarkus.kubernetes-client.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,9 @@ endif::add-copy-button-to-config-props[]
565565

566566
[.description]
567567
--
568-
If Dev Services for Kubernetes should be used. (default to true) If this is true and kubernetes client is not configured then a kubernetes cluster will be started and will be used.
568+
If Dev Services for Kubernetes should be used. (default to true)
569+
570+
If this is true and kubernetes client is not configured then a kubernetes cluster will be started and will be used.
569571

570572

571573
ifdef::add-copy-button-to-env-var[]
@@ -586,7 +588,9 @@ endif::add-copy-button-to-config-props[]
586588

587589
[.description]
588590
--
589-
The kubernetes api server version to use. If not set, Dev Services for Kubernetes will use the latest supported version of the given flavor. see https://github.com/dajudge/kindcontainer/blob/master/k8s-versions.json
591+
The kubernetes api server version to use.
592+
593+
If not set, Dev Services for Kubernetes will use the link:https://github.com/dajudge/kindcontainer/blob/master/k8s-versions.json[latest supported version] of the given flavor.
590594

591595

592596
ifdef::add-copy-button-to-env-var[]
@@ -607,7 +611,9 @@ endif::add-copy-button-to-config-props[]
607611

608612
[.description]
609613
--
610-
The flavor to use (kind, k3s or api-only). If not set, Dev Services for Kubernetes will set it to: api-only.
614+
The flavor to use (kind, k3s or api-only).
615+
616+
If not set, Dev Services for Kubernetes will set it to: api-only.
611617

612618

613619
ifdef::add-copy-button-to-env-var[]
@@ -617,7 +623,7 @@ ifndef::add-copy-button-to-env-var[]
617623
Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_DEVSERVICES_FLAVOR+++`
618624
endif::add-copy-button-to-env-var[]
619625
--
620-
a|tooltip:kind[kind (needs priviledge docker)], tooltip:k3s[k3s (needs priviledge docker)], tooltip:api-only[api only]
626+
a|tooltip:kind[kind (needs privileged docker)], tooltip:k3s[k3s (needs privileged docker)], tooltip:api-only[api only]
621627
|
622628

623629
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-devservices-override-kubeconfig]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-devservices-override-kubeconfig[`quarkus.kubernetes-client.devservices.override-kubeconfig`]##

_generated-doc/main/config/quarkus-kubernetes-client_quarkus.kubernetes-client.devservices.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ endif::add-copy-button-to-config-props[]
1515

1616
[.description]
1717
--
18-
If Dev Services for Kubernetes should be used. (default to true) If this is true and kubernetes client is not configured then a kubernetes cluster will be started and will be used.
18+
If Dev Services for Kubernetes should be used. (default to true)
19+
20+
If this is true and kubernetes client is not configured then a kubernetes cluster will be started and will be used.
1921

2022

2123
ifdef::add-copy-button-to-env-var[]
@@ -36,7 +38,9 @@ endif::add-copy-button-to-config-props[]
3638

3739
[.description]
3840
--
39-
The kubernetes api server version to use. If not set, Dev Services for Kubernetes will use the latest supported version of the given flavor. see https://github.com/dajudge/kindcontainer/blob/master/k8s-versions.json
41+
The kubernetes api server version to use.
42+
43+
If not set, Dev Services for Kubernetes will use the link:https://github.com/dajudge/kindcontainer/blob/master/k8s-versions.json[latest supported version] of the given flavor.
4044

4145

4246
ifdef::add-copy-button-to-env-var[]
@@ -57,7 +61,9 @@ endif::add-copy-button-to-config-props[]
5761

5862
[.description]
5963
--
60-
The flavor to use (kind, k3s or api-only). If not set, Dev Services for Kubernetes will set it to: api-only.
64+
The flavor to use (kind, k3s or api-only).
65+
66+
If not set, Dev Services for Kubernetes will set it to: api-only.
6167

6268

6369
ifdef::add-copy-button-to-env-var[]
@@ -67,7 +73,7 @@ ifndef::add-copy-button-to-env-var[]
6773
Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_DEVSERVICES_FLAVOR+++`
6874
endif::add-copy-button-to-env-var[]
6975
--
70-
a|tooltip:kind[kind (needs priviledge docker)], tooltip:k3s[k3s (needs priviledge docker)], tooltip:api-only[api only]
76+
a|tooltip:kind[kind (needs privileged docker)], tooltip:k3s[k3s (needs privileged docker)], tooltip:api-only[api only]
7177
|
7278

7379
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-devservices_quarkus-kubernetes-client-devservices-override-kubeconfig]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-devservices_quarkus-kubernetes-client-devservices-override-kubeconfig[`quarkus.kubernetes-client.devservices.override-kubeconfig`]##

_generated-doc/main/config/quarkus-rest-client-config.adoc

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,29 @@ endif::add-copy-button-to-env-var[]
688688
|boolean
689689
|`false`
690690

691+
a| [[quarkus-rest-client-config_quarkus-rest-client-http2-upgrade-max-content-length]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-http2-upgrade-max-content-length[`quarkus.rest-client.http2-upgrade-max-content-length`]##
692+
ifdef::add-copy-button-to-config-props[]
693+
config_property_copy_button:+++quarkus.rest-client.http2-upgrade-max-content-length+++[]
694+
endif::add-copy-button-to-config-props[]
695+
696+
697+
[.description]
698+
--
699+
Configures the HTTP/2 upgrade maximum length of the aggregated content in bytes.
700+
701+
This property is not applicable to the RESTEasy Client.
702+
703+
704+
ifdef::add-copy-button-to-env-var[]
705+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT_HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++[]
706+
endif::add-copy-button-to-env-var[]
707+
ifndef::add-copy-button-to-env-var[]
708+
Environment variable: `+++QUARKUS_REST_CLIENT_HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++`
709+
endif::add-copy-button-to-env-var[]
710+
--
711+
|MemorySize link:#memory-size-note-anchor-quarkus-rest-client-config_quarkus-rest-client[icon:question-circle[title=More information about the MemorySize format]]
712+
|`64K`
713+
691714
a| [[quarkus-rest-client-config_quarkus-rest-client-max-chunk-size]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-max-chunk-size[`quarkus.rest-client.max-chunk-size`]##
692715
ifdef::add-copy-button-to-config-props[]
693716
config_property_copy_button:+++quarkus.rest-client.max-chunk-size+++[]
@@ -1614,6 +1637,29 @@ endif::add-copy-button-to-env-var[]
16141637
|boolean
16151638
|
16161639

1640+
a| [[quarkus-rest-client-config_quarkus-rest-client-client-http2-upgrade-max-content-length]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-client-http2-upgrade-max-content-length[`quarkus.rest-client."client".http2-upgrade-max-content-length`]##
1641+
ifdef::add-copy-button-to-config-props[]
1642+
config_property_copy_button:+++quarkus.rest-client."client".http2-upgrade-max-content-length+++[]
1643+
endif::add-copy-button-to-config-props[]
1644+
1645+
1646+
[.description]
1647+
--
1648+
Configures the HTTP/2 upgrade maximum length of the aggregated content in bytes.
1649+
1650+
This property is not applicable to the RESTEasy Client.
1651+
1652+
1653+
ifdef::add-copy-button-to-env-var[]
1654+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CLIENT__HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++[]
1655+
endif::add-copy-button-to-env-var[]
1656+
ifndef::add-copy-button-to-env-var[]
1657+
Environment variable: `+++QUARKUS_REST_CLIENT__CLIENT__HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++`
1658+
endif::add-copy-button-to-env-var[]
1659+
--
1660+
|MemorySize link:#memory-size-note-anchor-quarkus-rest-client-config_quarkus-rest-client[icon:question-circle[title=More information about the MemorySize format]]
1661+
|`64K`
1662+
16171663
a| [[quarkus-rest-client-config_quarkus-rest-client-client-max-chunk-size]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-client-max-chunk-size[`quarkus.rest-client."client".max-chunk-size`]##
16181664
ifdef::add-copy-button-to-config-props[]
16191665
config_property_copy_button:+++quarkus.rest-client."client".max-chunk-size+++[]

_generated-doc/main/config/quarkus-rest-client-config_quarkus.rest-client.adoc

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,29 @@ endif::add-copy-button-to-env-var[]
688688
|boolean
689689
|`false`
690690

691+
a| [[quarkus-rest-client-config_quarkus-rest-client-http2-upgrade-max-content-length]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-http2-upgrade-max-content-length[`quarkus.rest-client.http2-upgrade-max-content-length`]##
692+
ifdef::add-copy-button-to-config-props[]
693+
config_property_copy_button:+++quarkus.rest-client.http2-upgrade-max-content-length+++[]
694+
endif::add-copy-button-to-config-props[]
695+
696+
697+
[.description]
698+
--
699+
Configures the HTTP/2 upgrade maximum length of the aggregated content in bytes.
700+
701+
This property is not applicable to the RESTEasy Client.
702+
703+
704+
ifdef::add-copy-button-to-env-var[]
705+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT_HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++[]
706+
endif::add-copy-button-to-env-var[]
707+
ifndef::add-copy-button-to-env-var[]
708+
Environment variable: `+++QUARKUS_REST_CLIENT_HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++`
709+
endif::add-copy-button-to-env-var[]
710+
--
711+
|MemorySize link:#memory-size-note-anchor-quarkus-rest-client-config_quarkus-rest-client[icon:question-circle[title=More information about the MemorySize format]]
712+
|`64K`
713+
691714
a| [[quarkus-rest-client-config_quarkus-rest-client-max-chunk-size]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-max-chunk-size[`quarkus.rest-client.max-chunk-size`]##
692715
ifdef::add-copy-button-to-config-props[]
693716
config_property_copy_button:+++quarkus.rest-client.max-chunk-size+++[]
@@ -1614,6 +1637,29 @@ endif::add-copy-button-to-env-var[]
16141637
|boolean
16151638
|
16161639

1640+
a| [[quarkus-rest-client-config_quarkus-rest-client-client-http2-upgrade-max-content-length]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-client-http2-upgrade-max-content-length[`quarkus.rest-client."client".http2-upgrade-max-content-length`]##
1641+
ifdef::add-copy-button-to-config-props[]
1642+
config_property_copy_button:+++quarkus.rest-client."client".http2-upgrade-max-content-length+++[]
1643+
endif::add-copy-button-to-config-props[]
1644+
1645+
1646+
[.description]
1647+
--
1648+
Configures the HTTP/2 upgrade maximum length of the aggregated content in bytes.
1649+
1650+
This property is not applicable to the RESTEasy Client.
1651+
1652+
1653+
ifdef::add-copy-button-to-env-var[]
1654+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CLIENT__HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++[]
1655+
endif::add-copy-button-to-env-var[]
1656+
ifndef::add-copy-button-to-env-var[]
1657+
Environment variable: `+++QUARKUS_REST_CLIENT__CLIENT__HTTP2_UPGRADE_MAX_CONTENT_LENGTH+++`
1658+
endif::add-copy-button-to-env-var[]
1659+
--
1660+
|MemorySize link:#memory-size-note-anchor-quarkus-rest-client-config_quarkus-rest-client[icon:question-circle[title=More information about the MemorySize format]]
1661+
|`64K`
1662+
16171663
a| [[quarkus-rest-client-config_quarkus-rest-client-client-max-chunk-size]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-client-max-chunk-size[`quarkus.rest-client."client".max-chunk-size`]##
16181664
ifdef::add-copy-button-to-config-props[]
16191665
config_property_copy_button:+++quarkus.rest-client."client".max-chunk-size+++[]

0 commit comments

Comments
 (0)