Skip to content

Commit 20633b2

Browse files
committed
Sync documentation of main branch
1 parent 95e95b8 commit 20633b2

12 files changed

+129
-33
lines changed

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

Lines changed: 55 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6682,6 +6682,27 @@ endif::add-copy-button-to-env-var[]
66826682
a|`block`, `discard`
66836683
|`block`
66846684

6685+
a| [[quarkus-core_quarkus-log-file-rotation-enabled]] [.property-path]##link:#quarkus-core_quarkus-log-file-rotation-enabled[`quarkus.log.file.rotation.enabled`]##
6686+
ifdef::add-copy-button-to-config-props[]
6687+
config_property_copy_button:+++quarkus.log.file.rotation.enabled+++[]
6688+
endif::add-copy-button-to-config-props[]
6689+
6690+
6691+
[.description]
6692+
--
6693+
Whether log rotation is enabled.
6694+
6695+
6696+
ifdef::add-copy-button-to-env-var[]
6697+
Environment variable: env_var_with_copy_button:+++QUARKUS_LOG_FILE_ROTATION_ENABLED+++[]
6698+
endif::add-copy-button-to-env-var[]
6699+
ifndef::add-copy-button-to-env-var[]
6700+
Environment variable: `+++QUARKUS_LOG_FILE_ROTATION_ENABLED+++`
6701+
endif::add-copy-button-to-env-var[]
6702+
--
6703+
|boolean
6704+
|`true`
6705+
66856706
a| [[quarkus-core_quarkus-log-file-rotation-max-file-size]] [.property-path]##link:#quarkus-core_quarkus-log-file-rotation-max-file-size[`quarkus.log.file.rotation.max-file-size`]##
66866707
ifdef::add-copy-button-to-config-props[]
66876708
config_property_copy_button:+++quarkus.log.file.rotation.max-file-size+++[]
@@ -6690,7 +6711,7 @@ endif::add-copy-button-to-config-props[]
66906711

66916712
[.description]
66926713
--
6693-
The maximum log file size, after which a rotation is executed. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
6714+
The maximum log file size, after which a rotation is executed, up to `Long.MAX_VALUE` bytes. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
66946715

66956716

66966717
ifdef::add-copy-button-to-env-var[]
@@ -7061,7 +7082,7 @@ endif::add-copy-button-to-config-props[]
70617082

70627083
[.description]
70637084
--
7064-
The maximum length, in bytes, of the message allowed to be sent. The length includes the header and the message.
7085+
The maximum length, in bytes, of the message allowed to be sent, up to `Integer.MAX_VALUE` bytes. The length includes the header and the message.
70657086

70667087
If not set, the default value is `2048` when `sys-log-type` is `rfc5424` (which is the default) and `1024` when `sys-log-type` is `rfc3164`
70677088

@@ -7743,6 +7764,27 @@ endif::add-copy-button-to-env-var[]
77437764
a|`block`, `discard`
77447765
|`block`
77457766

7767+
a| [[quarkus-core_quarkus-log-handler-file-file-handlers-rotation-enabled]] [.property-path]##link:#quarkus-core_quarkus-log-handler-file-file-handlers-rotation-enabled[`quarkus.log.handler.file."file-handlers".rotation.enabled`]##
7768+
ifdef::add-copy-button-to-config-props[]
7769+
config_property_copy_button:+++quarkus.log.handler.file."file-handlers".rotation.enabled+++[]
7770+
endif::add-copy-button-to-config-props[]
7771+
7772+
7773+
[.description]
7774+
--
7775+
Whether log rotation is enabled.
7776+
7777+
7778+
ifdef::add-copy-button-to-env-var[]
7779+
Environment variable: env_var_with_copy_button:+++QUARKUS_LOG_HANDLER_FILE__FILE_HANDLERS__ROTATION_ENABLED+++[]
7780+
endif::add-copy-button-to-env-var[]
7781+
ifndef::add-copy-button-to-env-var[]
7782+
Environment variable: `+++QUARKUS_LOG_HANDLER_FILE__FILE_HANDLERS__ROTATION_ENABLED+++`
7783+
endif::add-copy-button-to-env-var[]
7784+
--
7785+
|boolean
7786+
|`true`
7787+
77467788
a| [[quarkus-core_quarkus-log-handler-file-file-handlers-rotation-max-file-size]] [.property-path]##link:#quarkus-core_quarkus-log-handler-file-file-handlers-rotation-max-file-size[`quarkus.log.handler.file."file-handlers".rotation.max-file-size`]##
77477789
ifdef::add-copy-button-to-config-props[]
77487790
config_property_copy_button:+++quarkus.log.handler.file."file-handlers".rotation.max-file-size+++[]
@@ -7751,7 +7793,7 @@ endif::add-copy-button-to-config-props[]
77517793

77527794
[.description]
77537795
--
7754-
The maximum log file size, after which a rotation is executed. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
7796+
The maximum log file size, after which a rotation is executed, up to `Long.MAX_VALUE` bytes. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
77557797

77567798

77577799
ifdef::add-copy-button-to-env-var[]
@@ -8122,7 +8164,7 @@ endif::add-copy-button-to-config-props[]
81228164

81238165
[.description]
81248166
--
8125-
The maximum length, in bytes, of the message allowed to be sent. The length includes the header and the message.
8167+
The maximum length, in bytes, of the message allowed to be sent, up to `Integer.MAX_VALUE` bytes. The length includes the header and the message.
81268168

81278169
If not set, the default value is `2048` when `sys-log-type` is `rfc5424` (which is the default) and `1024` when `sys-log-type` is `rfc3164`
81288170

@@ -12266,7 +12308,7 @@ endif::add-copy-button-to-config-props[]
1226612308

1226712309
[.description]
1226812310
--
12269-
Memory limit for Keycloak container
12311+
Memory limit for Keycloak container, up to `Long.MAX_VALUE` bytes.
1227012312

1227112313
If not specified, 750MiB is the default memory limit.
1227212314

@@ -17313,7 +17355,7 @@ endif::add-copy-button-to-config-props[]
1731317355

1731417356
[.description]
1731517357
--
17316-
Set bandwidth limit in bytes per second for inbound connections. If not set, no limits are applied.
17358+
Set bandwidth limit in bytes per second for inbound connections, up to `Long.MAX_VALUE` bytes. If not set, no limits are applied.
1731717359

1731817360

1731917361
ifdef::add-copy-button-to-env-var[]
@@ -17334,7 +17376,7 @@ endif::add-copy-button-to-config-props[]
1733417376

1733517377
[.description]
1733617378
--
17337-
Set bandwidth limit in bytes per second for outbound connections. If not set, no limits are applied.
17379+
Set bandwidth limit in bytes per second for outbound connections, up to `Long.MAX_VALUE` bytes. If not set, no limits are applied.
1733817380

1733917381

1734017382
ifdef::add-copy-button-to-env-var[]
@@ -17399,7 +17441,7 @@ endif::add-copy-button-to-config-props[]
1739917441

1740017442
[.description]
1740117443
--
17402-
Set the maximum global write size in bytes per second allowed in the buffer globally for all channels before write are suspended. The default value is 400 MB.
17444+
Set the maximum global write size in bytes per second allowed in the buffer globally for all channels before write are suspended, up to `Long.MAX_VALUE` bytes. The default value is 400 MB.
1740317445

1740417446

1740517447
ifdef::add-copy-button-to-env-var[]
@@ -83870,7 +83912,7 @@ endif::add-copy-button-to-config-props[]
8387083912
--
8387183913
Configures two different things:
8387283914

83873-
- The max HTTP chunk size
83915+
- The max HTTP chunk size, up to `Integer.MAX_VALUE` bytes.
8387483916
- The size of the chunk to be read when an `InputStream` is being used as an input
8387583917

8387683918

@@ -84796,7 +84838,7 @@ endif::add-copy-button-to-config-props[]
8479684838
--
8479784839
Configures two different things:
8479884840

84799-
- The max HTTP chunk size
84841+
- The max HTTP chunk size, up to `Integer.MAX_VALUE` bytes.
8480084842
- The size of the chunk to be read when an `InputStream` is being read and sent to the server
8480184843

8480284844

@@ -84990,7 +85032,7 @@ endif::add-copy-button-to-config-props[]
8499085032

8499185033
[.description]
8499285034
--
84993-
The amount of memory that can be used to buffer input before switching to blocking IO.
85035+
The amount of memory that can be used to buffer input before switching to blocking IO, up to `Long.MAX_VALUE` bytes.
8499485036

8499585037

8499685038
ifdef::add-copy-button-to-env-var[]
@@ -85730,7 +85772,7 @@ endif::add-copy-button-to-config-props[]
8573085772

8573185773
[.description]
8573285774
--
85733-
Maximum deflated file bytes size
85775+
Maximum deflated file bytes size, up to `Long.MAX_VALUE` bytes.
8573485776

8573585777
If the limit is exceeded, Resteasy will return Response with status 413("Request Entity Too Large")
8573685778

@@ -94023,7 +94065,7 @@ endif::add-copy-button-to-config-props[]
9402394065

9402494066
[.description]
9402594067
--
94026-
The buffer size to use for Servlet. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
94068+
The buffer size to use for Servlet, up to `Integer.MAX_VALUE` bytes. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
9402794069

9402894070

9402994071
ifdef::add-copy-button-to-env-var[]

_generated-doc/main/config/quarkus-core_quarkus.log.adoc

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,27 @@ endif::add-copy-button-to-env-var[]
605605
a|`block`, `discard`
606606
|`block`
607607

608+
a| [[quarkus-core_quarkus-log-file-rotation-enabled]] [.property-path]##link:#quarkus-core_quarkus-log-file-rotation-enabled[`quarkus.log.file.rotation.enabled`]##
609+
ifdef::add-copy-button-to-config-props[]
610+
config_property_copy_button:+++quarkus.log.file.rotation.enabled+++[]
611+
endif::add-copy-button-to-config-props[]
612+
613+
614+
[.description]
615+
--
616+
Whether log rotation is enabled.
617+
618+
619+
ifdef::add-copy-button-to-env-var[]
620+
Environment variable: env_var_with_copy_button:+++QUARKUS_LOG_FILE_ROTATION_ENABLED+++[]
621+
endif::add-copy-button-to-env-var[]
622+
ifndef::add-copy-button-to-env-var[]
623+
Environment variable: `+++QUARKUS_LOG_FILE_ROTATION_ENABLED+++`
624+
endif::add-copy-button-to-env-var[]
625+
--
626+
|boolean
627+
|`true`
628+
608629
a| [[quarkus-core_quarkus-log-file-rotation-max-file-size]] [.property-path]##link:#quarkus-core_quarkus-log-file-rotation-max-file-size[`quarkus.log.file.rotation.max-file-size`]##
609630
ifdef::add-copy-button-to-config-props[]
610631
config_property_copy_button:+++quarkus.log.file.rotation.max-file-size+++[]
@@ -613,7 +634,7 @@ endif::add-copy-button-to-config-props[]
613634

614635
[.description]
615636
--
616-
The maximum log file size, after which a rotation is executed. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
637+
The maximum log file size, after which a rotation is executed, up to `Long.MAX_VALUE` bytes. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
617638

618639

619640
ifdef::add-copy-button-to-env-var[]
@@ -984,7 +1005,7 @@ endif::add-copy-button-to-config-props[]
9841005

9851006
[.description]
9861007
--
987-
The maximum length, in bytes, of the message allowed to be sent. The length includes the header and the message.
1008+
The maximum length, in bytes, of the message allowed to be sent, up to `Integer.MAX_VALUE` bytes. The length includes the header and the message.
9881009

9891010
If not set, the default value is `2048` when `sys-log-type` is `rfc5424` (which is the default) and `1024` when `sys-log-type` is `rfc3164`
9901011

@@ -1666,6 +1687,27 @@ endif::add-copy-button-to-env-var[]
16661687
a|`block`, `discard`
16671688
|`block`
16681689

1690+
a| [[quarkus-core_quarkus-log-handler-file-file-handlers-rotation-enabled]] [.property-path]##link:#quarkus-core_quarkus-log-handler-file-file-handlers-rotation-enabled[`quarkus.log.handler.file."file-handlers".rotation.enabled`]##
1691+
ifdef::add-copy-button-to-config-props[]
1692+
config_property_copy_button:+++quarkus.log.handler.file."file-handlers".rotation.enabled+++[]
1693+
endif::add-copy-button-to-config-props[]
1694+
1695+
1696+
[.description]
1697+
--
1698+
Whether log rotation is enabled.
1699+
1700+
1701+
ifdef::add-copy-button-to-env-var[]
1702+
Environment variable: env_var_with_copy_button:+++QUARKUS_LOG_HANDLER_FILE__FILE_HANDLERS__ROTATION_ENABLED+++[]
1703+
endif::add-copy-button-to-env-var[]
1704+
ifndef::add-copy-button-to-env-var[]
1705+
Environment variable: `+++QUARKUS_LOG_HANDLER_FILE__FILE_HANDLERS__ROTATION_ENABLED+++`
1706+
endif::add-copy-button-to-env-var[]
1707+
--
1708+
|boolean
1709+
|`true`
1710+
16691711
a| [[quarkus-core_quarkus-log-handler-file-file-handlers-rotation-max-file-size]] [.property-path]##link:#quarkus-core_quarkus-log-handler-file-file-handlers-rotation-max-file-size[`quarkus.log.handler.file."file-handlers".rotation.max-file-size`]##
16701712
ifdef::add-copy-button-to-config-props[]
16711713
config_property_copy_button:+++quarkus.log.handler.file."file-handlers".rotation.max-file-size+++[]
@@ -1674,7 +1716,7 @@ endif::add-copy-button-to-config-props[]
16741716

16751717
[.description]
16761718
--
1677-
The maximum log file size, after which a rotation is executed. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
1719+
The maximum log file size, after which a rotation is executed, up to `Long.MAX_VALUE` bytes. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
16781720

16791721

16801722
ifdef::add-copy-button-to-env-var[]
@@ -2045,7 +2087,7 @@ endif::add-copy-button-to-config-props[]
20452087

20462088
[.description]
20472089
--
2048-
The maximum length, in bytes, of the message allowed to be sent. The length includes the header and the message.
2090+
The maximum length, in bytes, of the message allowed to be sent, up to `Integer.MAX_VALUE` bytes. The length includes the header and the message.
20492091

20502092
If not set, the default value is `2048` when `sys-log-type` is `rfc5424` (which is the default) and `1024` when `sys-log-type` is `rfc3164`
20512093

_generated-doc/main/config/quarkus-devservices-keycloak.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ endif::add-copy-button-to-config-props[]
439439

440440
[.description]
441441
--
442-
Memory limit for Keycloak container
442+
Memory limit for Keycloak container, up to `Long.MAX_VALUE` bytes.
443443

444444
If not specified, 750MiB is the default memory limit.
445445

_generated-doc/main/config/quarkus-devservices-keycloak_quarkus.keycloak.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ endif::add-copy-button-to-config-props[]
439439

440440
[.description]
441441
--
442-
Memory limit for Keycloak container
442+
Memory limit for Keycloak container, up to `Long.MAX_VALUE` bytes.
443443

444444
If not specified, 750MiB is the default memory limit.
445445

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ endif::add-copy-button-to-config-props[]
698698
--
699699
Configures two different things:
700700

701-
- The max HTTP chunk size
701+
- The max HTTP chunk size, up to `Integer.MAX_VALUE` bytes.
702702
- The size of the chunk to be read when an `InputStream` is being used as an input
703703

704704

@@ -1624,7 +1624,7 @@ endif::add-copy-button-to-config-props[]
16241624
--
16251625
Configures two different things:
16261626

1627-
- The max HTTP chunk size
1627+
- The max HTTP chunk size, up to `Integer.MAX_VALUE` bytes.
16281628
- The size of the chunk to be read when an `InputStream` is being read and sent to the server
16291629

16301630

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ endif::add-copy-button-to-config-props[]
698698
--
699699
Configures two different things:
700700

701-
- The max HTTP chunk size
701+
- The max HTTP chunk size, up to `Integer.MAX_VALUE` bytes.
702702
- The size of the chunk to be read when an `InputStream` is being used as an input
703703

704704

@@ -1624,7 +1624,7 @@ endif::add-copy-button-to-config-props[]
16241624
--
16251625
Configures two different things:
16261626

1627-
- The max HTTP chunk size
1627+
- The max HTTP chunk size, up to `Integer.MAX_VALUE` bytes.
16281628
- The size of the chunk to be read when an `InputStream` is being read and sent to the server
16291629

16301630

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ endif::add-copy-button-to-config-props[]
3838

3939
[.description]
4040
--
41-
The amount of memory that can be used to buffer input before switching to blocking IO.
41+
The amount of memory that can be used to buffer input before switching to blocking IO, up to `Long.MAX_VALUE` bytes.
4242

4343

4444
ifdef::add-copy-button-to-env-var[]

_generated-doc/main/config/quarkus-resteasy-common_quarkus.resteasy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif::add-copy-button-to-config-props[]
3636

3737
[.description]
3838
--
39-
Maximum deflated file bytes size
39+
Maximum deflated file bytes size, up to `Long.MAX_VALUE` bytes.
4040

4141
If the limit is exceeded, Resteasy will return Response with status 413("Request Entity Too Large")
4242

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ endif::add-copy-button-to-config-props[]
6262

6363
[.description]
6464
--
65-
The buffer size to use for Servlet. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
65+
The buffer size to use for Servlet, up to `Integer.MAX_VALUE` bytes. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
6666

6767

6868
ifdef::add-copy-button-to-env-var[]

_generated-doc/main/config/quarkus-undertow_quarkus.servlet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ endif::add-copy-button-to-config-props[]
6262

6363
[.description]
6464
--
65-
The buffer size to use for Servlet. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
65+
The buffer size to use for Servlet, up to `Integer.MAX_VALUE` bytes. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
6666

6767

6868
ifdef::add-copy-button-to-env-var[]

0 commit comments

Comments
 (0)