Skip to content

Commit 32e4717

Browse files
committed
Sync documentation of main branch
1 parent 9d96ad7 commit 32e4717

16 files changed

+482
-51
lines changed

_generated-doc/main/config/all-configuration-groups-generated-doc/io.quarkus.redis.runtime.client.config.RedisClientConfig

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

_generated-doc/main/config/all-configuration-roots-generated-doc/io.quarkus.redis.runtime.client.config.RedisConfig

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"configDocKey":{"type":"boolean","key":"quarkus.tls.lets-encrypt.enabled","additionalKeys":[],"configDoc":"Set to `true` to enable let's encrypt support.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"withinAConfigGroup":false,"topLevelGrouping":"quarkus.tls.lets-encrypt","since":null,"environmentVariable":"QUARKUS_TLS_LETS_ENCRYPT_ENABLED","enum":false}}]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
io.quarkus.tls.LetsEncryptBuildTimeConfig

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,6 +1857,10 @@ _No Javadoc found_
18571857

18581858
_No Javadoc found_
18591859

1860+
`boolean classes`
1861+
1862+
_No Javadoc found_
1863+
18601864
`boolean constructors`
18611865

18621866
_No Javadoc found_

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

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65976,9 +65976,7 @@ a| [[quarkus-redis-client_quarkus-redis-max-pool-size]]`link:#quarkus-redis-clie
6597665976

6597765977
[.description]
6597865978
--
65979-
The maximum size of the connection pool. When working with cluster or sentinel.
65980-
65981-
This value should be at least the total number of cluster member (or number of sentinels {plus} 1)
65979+
The maximum size of the connection pool. When working with cluster or sentinel, this value should be at least the total number of cluster members (or number of sentinels {plus} 1)
6598265980

6598365981
ifdef::add-copy-button-to-env-var[]
6598465982
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS_MAX_POOL_SIZE+++[]
@@ -66534,9 +66532,7 @@ a| [[quarkus-redis-client_quarkus-redis-redis-client-name-max-pool-size]]`link:#
6653466532

6653566533
[.description]
6653666534
--
66537-
The maximum size of the connection pool. When working with cluster or sentinel.
66538-
66539-
This value should be at least the total number of cluster member (or number of sentinels {plus} 1)
66535+
The maximum size of the connection pool. When working with cluster or sentinel, this value should be at least the total number of cluster members (or number of sentinels {plus} 1)
6654066536

6654166537
ifdef::add-copy-button-to-env-var[]
6654266538
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS__REDIS_CLIENT_NAME__MAX_POOL_SIZE+++[]
@@ -72238,6 +72234,23 @@ endif::add-copy-button-to-env-var[]
7223872234
|
7223972235

7224072236

72237+
a|icon:lock[title=Fixed at build time] [[quarkus-tls-registry_quarkus-tls-lets-encrypt-enabled]]`link:#quarkus-tls-registry_quarkus-tls-lets-encrypt-enabled[quarkus.tls.lets-encrypt.enabled]`
72238+
72239+
72240+
[.description]
72241+
--
72242+
Set to `true` to enable let's encrypt support.
72243+
72244+
ifdef::add-copy-button-to-env-var[]
72245+
Environment variable: env_var_with_copy_button:+++QUARKUS_TLS_LETS_ENCRYPT_ENABLED+++[]
72246+
endif::add-copy-button-to-env-var[]
72247+
ifndef::add-copy-button-to-env-var[]
72248+
Environment variable: `+++QUARKUS_TLS_LETS_ENCRYPT_ENABLED+++`
72249+
endif::add-copy-button-to-env-var[]
72250+
--|boolean
72251+
|`false`
72252+
72253+
7224172254
h|[[quarkus-tls-registry_quarkus-tls-default-certificate-config-the-default-tls-bucket-configuration]]link:#quarkus-tls-registry_quarkus-tls-default-certificate-config-the-default-tls-bucket-configuration[The default TLS bucket configuration]
7224272255
This configuration section is optional
7224372256
h|Type

_generated-doc/main/config/quarkus-maven-plugin-goals.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ a| [[quarkus-maven-plugin-goal-build-bootstrapid]]`link:#quarkus-maven-plugin-go
285285

286286
[.description]
287287
--
288-
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
288+
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
289289
--|String
290290
|
291291

@@ -1196,7 +1196,7 @@ a| [[quarkus-maven-plugin-goal-deploy-bootstrapid]]`link:#quarkus-maven-plugin-g
11961196

11971197
[.description]
11981198
--
1199-
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
1199+
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
12001200
--|String
12011201
|
12021202

@@ -1760,7 +1760,7 @@ a| [[quarkus-maven-plugin-goal-generate-code-bootstrapid]]`link:#quarkus-maven-p
17601760

17611761
[.description]
17621762
--
1763-
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
1763+
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
17641764
--|String
17651765
|
17661766

@@ -1931,7 +1931,7 @@ a| [[quarkus-maven-plugin-goal-generate-code-tests-bootstrapid]]`link:#quarkus-m
19311931

19321932
[.description]
19331933
--
1934-
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
1934+
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
19351935
--|String
19361936
|
19371937

@@ -2230,7 +2230,7 @@ a| [[quarkus-maven-plugin-goal-image-build-bootstrapid]]`link:#quarkus-maven-plu
22302230

22312231
[.description]
22322232
--
2233-
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
2233+
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
22342234
--|String
22352235
|
22362236

@@ -2473,7 +2473,7 @@ a| [[quarkus-maven-plugin-goal-image-push-bootstrapid]]`link:#quarkus-maven-plug
24732473

24742474
[.description]
24752475
--
2476-
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
2476+
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
24772477
--|String
24782478
|
24792479

@@ -3118,7 +3118,7 @@ a| [[quarkus-maven-plugin-goal-native-image-agent-bootstrapid]]`link:#quarkus-ma
31183118

31193119
[.description]
31203120
--
3121-
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
3121+
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
31223122
--|String
31233123
|
31243124

@@ -3269,7 +3269,7 @@ a| [[quarkus-maven-plugin-goal-prepare-bootstrapid]]`link:#quarkus-maven-plugin-
32693269

32703270
[.description]
32713271
--
3272-
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
3272+
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
32733273
--|String
32743274
|
32753275

@@ -3440,7 +3440,7 @@ a| [[quarkus-maven-plugin-goal-prepare-tests-bootstrapid]]`link:#quarkus-maven-p
34403440

34413441
[.description]
34423442
--
3443-
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
3443+
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
34443444
--|String
34453445
|
34463446

@@ -4140,7 +4140,7 @@ a| [[quarkus-maven-plugin-goal-run-bootstrapid]]`link:#quarkus-maven-plugin-goal
41404140

41414141
[.description]
41424142
--
4143-
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
4143+
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
41444144
--|String
41454145
|
41464146

@@ -4626,7 +4626,7 @@ a| [[quarkus-maven-plugin-goal-track-config-changes-bootstrapid]]`link:#quarkus-
46264626

46274627
[.description]
46284628
--
4629-
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
4629+
Application bootstrap provider ID. This parameter is not supposed to be configured by the user. To be able to re-use an application bootstrapped in one phase in a later phase, there needs to be a way to identify the correct instance of the bootstrapped application (in case there are more than one) in each Mojo. A bootstrap ID serves this purpose. This parameter is set in DevMojo invoking generate-code and generate-code-tests goals. If this parameter is not configured, a Mojo execution ID will be used as the bootstrap ID.
46304630
--|String
46314631
|
46324632

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ a| [[quarkus-redis-client-config-redis-config_quarkus-redis-max-pool-size]]`link
164164

165165
[.description]
166166
--
167-
The maximum size of the connection pool. When working with cluster or sentinel.
168-
169-
This value should be at least the total number of cluster member (or number of sentinels {plus} 1)
167+
The maximum size of the connection pool. When working with cluster or sentinel, this value should be at least the total number of cluster members (or number of sentinels {plus} 1)
170168

171169
ifdef::add-copy-button-to-env-var[]
172170
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS_MAX_POOL_SIZE+++[]
@@ -534,9 +532,7 @@ a| [[quarkus-redis-client-config-redis-config_quarkus-redis-redis-client-name-ma
534532

535533
[.description]
536534
--
537-
The maximum size of the connection pool. When working with cluster or sentinel.
538-
539-
This value should be at least the total number of cluster member (or number of sentinels {plus} 1)
535+
The maximum size of the connection pool. When working with cluster or sentinel, this value should be at least the total number of cluster members (or number of sentinels {plus} 1)
540536

541537
ifdef::add-copy-button-to-env-var[]
542538
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS__REDIS_CLIENT_NAME__MAX_POOL_SIZE+++[]

_generated-doc/main/config/quarkus-redis-config-group-client-config-redis-client-config.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ a| [[quarkus-redis-config-group-client-config-redis-client-config_quarkus-redis-
164164

165165
[.description]
166166
--
167-
The maximum size of the connection pool. When working with cluster or sentinel.
168-
169-
This value should be at least the total number of cluster member (or number of sentinels {plus} 1)
167+
The maximum size of the connection pool. When working with cluster or sentinel, this value should be at least the total number of cluster members (or number of sentinels {plus} 1)
170168

171169
ifdef::add-copy-button-to-env-var[]
172170
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS_MAX_POOL_SIZE+++[]
@@ -534,9 +532,7 @@ a| [[quarkus-redis-config-group-client-config-redis-client-config_quarkus-redis-
534532

535533
[.description]
536534
--
537-
The maximum size of the connection pool. When working with cluster or sentinel.
538-
539-
This value should be at least the total number of cluster member (or number of sentinels {plus} 1)
535+
The maximum size of the connection pool. When working with cluster or sentinel, this value should be at least the total number of cluster members (or number of sentinels {plus} 1)
540536

541537
ifdef::add-copy-button-to-env-var[]
542538
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS__REDIS_CLIENT_NAME__MAX_POOL_SIZE+++[]

_generated-doc/main/config/quarkus-redis-general-config-items.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,7 @@ a| [[quarkus-redis-general-config-items_quarkus-redis-max-pool-size]]`link:#quar
316316

317317
[.description]
318318
--
319-
The maximum size of the connection pool. When working with cluster or sentinel.
320-
321-
This value should be at least the total number of cluster member (or number of sentinels {plus} 1)
319+
The maximum size of the connection pool. When working with cluster or sentinel, this value should be at least the total number of cluster members (or number of sentinels {plus} 1)
322320

323321
ifdef::add-copy-button-to-env-var[]
324322
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS_MAX_POOL_SIZE+++[]
@@ -874,9 +872,7 @@ a| [[quarkus-redis-general-config-items_quarkus-redis-redis-client-name-max-pool
874872

875873
[.description]
876874
--
877-
The maximum size of the connection pool. When working with cluster or sentinel.
878-
879-
This value should be at least the total number of cluster member (or number of sentinels {plus} 1)
875+
The maximum size of the connection pool. When working with cluster or sentinel, this value should be at least the total number of cluster members (or number of sentinels {plus} 1)
880876

881877
ifdef::add-copy-button-to-env-var[]
882878
Environment variable: env_var_with_copy_button:+++QUARKUS_REDIS__REDIS_CLIENT_NAME__MAX_POOL_SIZE+++[]

0 commit comments

Comments
 (0)