Skip to content

Commit 4bc55a5

Browse files
committed
Sync documentation of main branch
1 parent 2f3b04b commit 4bc55a5

24 files changed

+520
-194
lines changed

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -85,25 +85,6 @@ endif::add-copy-button-to-env-var[]
8585
|boolean
8686
|
8787

88-
a|icon:lock[title=Fixed at build time] [[quarkus-agroal_quarkus-datasource-jdbc-tracing]] [.property-path]##link:#quarkus-agroal_quarkus-datasource-jdbc-tracing[`quarkus.datasource.jdbc.tracing`]##
89-
90-
`quarkus.datasource."datasource-name".jdbc.tracing`
91-
92-
[.description]
93-
--
94-
Enable JDBC tracing. Disabled by default.
95-
96-
97-
ifdef::add-copy-button-to-env-var[]
98-
Environment variable: env_var_with_copy_button:+++QUARKUS_DATASOURCE_JDBC_TRACING+++[]
99-
endif::add-copy-button-to-env-var[]
100-
ifndef::add-copy-button-to-env-var[]
101-
Environment variable: `+++QUARKUS_DATASOURCE_JDBC_TRACING+++`
102-
endif::add-copy-button-to-env-var[]
103-
--
104-
|boolean
105-
|`false`
106-
10788
a|icon:lock[title=Fixed at build time] [[quarkus-agroal_quarkus-datasource-jdbc-telemetry]] [.property-path]##link:#quarkus-agroal_quarkus-datasource-jdbc-telemetry[`quarkus.datasource.jdbc.telemetry`]##
10889

10990
`quarkus.datasource."datasource-name".jdbc.telemetry`

_generated-doc/main/config/quarkus-agroal_quarkus.datasource.adoc

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -85,25 +85,6 @@ endif::add-copy-button-to-env-var[]
8585
|boolean
8686
|
8787

88-
a|icon:lock[title=Fixed at build time] [[quarkus-agroal_quarkus-datasource-jdbc-tracing]] [.property-path]##link:#quarkus-agroal_quarkus-datasource-jdbc-tracing[`quarkus.datasource.jdbc.tracing`]##
89-
90-
`quarkus.datasource."datasource-name".jdbc.tracing`
91-
92-
[.description]
93-
--
94-
Enable JDBC tracing. Disabled by default.
95-
96-
97-
ifdef::add-copy-button-to-env-var[]
98-
Environment variable: env_var_with_copy_button:+++QUARKUS_DATASOURCE_JDBC_TRACING+++[]
99-
endif::add-copy-button-to-env-var[]
100-
ifndef::add-copy-button-to-env-var[]
101-
Environment variable: `+++QUARKUS_DATASOURCE_JDBC_TRACING+++`
102-
endif::add-copy-button-to-env-var[]
103-
--
104-
|boolean
105-
|`false`
106-
10788
a|icon:lock[title=Fixed at build time] [[quarkus-agroal_quarkus-datasource-jdbc-telemetry]] [.property-path]##link:#quarkus-agroal_quarkus-datasource-jdbc-telemetry[`quarkus.datasource.jdbc.telemetry`]##
10889

10990
`quarkus.datasource."datasource-name".jdbc.telemetry`

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

Lines changed: 103 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -85,25 +85,6 @@ endif::add-copy-button-to-env-var[]
8585
|boolean
8686
|
8787

88-
a|icon:lock[title=Fixed at build time] [[quarkus-agroal_quarkus-datasource-jdbc-tracing]] [.property-path]##link:#quarkus-agroal_quarkus-datasource-jdbc-tracing[`quarkus.datasource.jdbc.tracing`]##
89-
90-
`quarkus.datasource."datasource-name".jdbc.tracing`
91-
92-
[.description]
93-
--
94-
Enable JDBC tracing. Disabled by default.
95-
96-
97-
ifdef::add-copy-button-to-env-var[]
98-
Environment variable: env_var_with_copy_button:+++QUARKUS_DATASOURCE_JDBC_TRACING+++[]
99-
endif::add-copy-button-to-env-var[]
100-
ifndef::add-copy-button-to-env-var[]
101-
Environment variable: `+++QUARKUS_DATASOURCE_JDBC_TRACING+++`
102-
endif::add-copy-button-to-env-var[]
103-
--
104-
|boolean
105-
|`false`
106-
10788
a|icon:lock[title=Fixed at build time] [[quarkus-agroal_quarkus-datasource-jdbc-telemetry]] [.property-path]##link:#quarkus-agroal_quarkus-datasource-jdbc-telemetry[`quarkus.datasource.jdbc.telemetry`]##
10889

10990
`quarkus.datasource."datasource-name".jdbc.telemetry`
@@ -8430,11 +8411,6 @@ Whether this datasource should be active at runtime.
84308411

84318412
See xref:datasource.adoc#datasource-active[this section of the documentation].
84328413

8433-
If the datasource is not active, it won't start with the application,
8434-
and accessing the corresponding Datasource CDI bean will fail,
8435-
meaning in particular that consumers of this datasource
8436-
(e.g. Hibernate ORM persistence units) will fail to start unless they are inactive too.
8437-
84388414

84398415
ifdef::add-copy-button-to-env-var[]
84408416
Environment variable: env_var_with_copy_button:+++QUARKUS_DATASOURCE_ACTIVE+++[]
@@ -8444,7 +8420,7 @@ Environment variable: `+++QUARKUS_DATASOURCE_ACTIVE+++`
84448420
endif::add-copy-button-to-env-var[]
84458421
--
84468422
|boolean
8447-
|`true`
8423+
|``true` if the URL is set, `false` otherwise`
84488424

84498425
a| [[quarkus-datasource_quarkus-datasource-username]] [.property-path]##link:#quarkus-datasource_quarkus-datasource-username[`quarkus.datasource.username`]##
84508426

@@ -19248,10 +19224,6 @@ Whether this persistence unit should be active at runtime.
1924819224

1924919225
See xref:hibernate-orm.adoc#persistence-unit-active[this section of the documentation].
1925019226

19251-
If the persistence unit is not active, it won't start with the application,
19252-
and accessing the corresponding EntityManagerFactory/EntityManager or SessionFactory/Session
19253-
will not be possible.
19254-
1925519227
Note that if Hibernate ORM is disabled (i.e. `quarkus.hibernate-orm.enabled` is set to `false`),
1925619228
all persistence units are deactivated, and setting this property to `true` will fail.
1925719229

@@ -52475,6 +52447,23 @@ endif::add-copy-button-to-env-var[]
5247552447
|int
5247652448
|
5247752449

52450+
a| [[quarkus-oidc_quarkus-oidc-follow-redirects]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-follow-redirects[`quarkus.oidc.follow-redirects`]##
52451+
52452+
[.description]
52453+
--
52454+
Follow redirects automatically when WebClient gets HTTP 302. When this property is disabled only a single redirect to exactly the same original URI is allowed but only if one or more cookies were set during the redirect request.
52455+
52456+
52457+
ifdef::add-copy-button-to-env-var[]
52458+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_FOLLOW_REDIRECTS+++[]
52459+
endif::add-copy-button-to-env-var[]
52460+
ifndef::add-copy-button-to-env-var[]
52461+
Environment variable: `+++QUARKUS_OIDC_FOLLOW_REDIRECTS+++`
52462+
endif::add-copy-button-to-env-var[]
52463+
--
52464+
|boolean
52465+
|`true`
52466+
5247852467
a| [[quarkus-oidc_quarkus-oidc-proxy-host]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-proxy-host[`quarkus.oidc.proxy.host`]##
5247952468

5248052469
[.description]
@@ -54972,6 +54961,23 @@ endif::add-copy-button-to-env-var[]
5497254961
|int
5497354962
|
5497454963

54964+
a| [[quarkus-oidc_quarkus-oidc-tenant-follow-redirects]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-tenant-follow-redirects[`quarkus.oidc."tenant".follow-redirects`]##
54965+
54966+
[.description]
54967+
--
54968+
Follow redirects automatically when WebClient gets HTTP 302. When this property is disabled only a single redirect to exactly the same original URI is allowed but only if one or more cookies were set during the redirect request.
54969+
54970+
54971+
ifdef::add-copy-button-to-env-var[]
54972+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC__TENANT__FOLLOW_REDIRECTS+++[]
54973+
endif::add-copy-button-to-env-var[]
54974+
ifndef::add-copy-button-to-env-var[]
54975+
Environment variable: `+++QUARKUS_OIDC__TENANT__FOLLOW_REDIRECTS+++`
54976+
endif::add-copy-button-to-env-var[]
54977+
--
54978+
|boolean
54979+
|`true`
54980+
5497554981
a| [[quarkus-oidc_quarkus-oidc-tenant-proxy-host]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-tenant-proxy-host[`quarkus.oidc."tenant".proxy.host`]##
5497654982

5497754983
[.description]
@@ -57420,6 +57426,23 @@ endif::add-copy-button-to-env-var[]
5742057426
|int
5742157427
|
5742257428

57429+
a| [[quarkus-oidc-client_quarkus-oidc-client-follow-redirects]] [.property-path]##link:#quarkus-oidc-client_quarkus-oidc-client-follow-redirects[`quarkus.oidc-client.follow-redirects`]##
57430+
57431+
[.description]
57432+
--
57433+
Follow redirects automatically when WebClient gets HTTP 302. When this property is disabled only a single redirect to exactly the same original URI is allowed but only if one or more cookies were set during the redirect request.
57434+
57435+
57436+
ifdef::add-copy-button-to-env-var[]
57437+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT_FOLLOW_REDIRECTS+++[]
57438+
endif::add-copy-button-to-env-var[]
57439+
ifndef::add-copy-button-to-env-var[]
57440+
Environment variable: `+++QUARKUS_OIDC_CLIENT_FOLLOW_REDIRECTS+++`
57441+
endif::add-copy-button-to-env-var[]
57442+
--
57443+
|boolean
57444+
|`true`
57445+
5742357446
a| [[quarkus-oidc-client_quarkus-oidc-client-proxy-host]] [.property-path]##link:#quarkus-oidc-client_quarkus-oidc-client-proxy-host[`quarkus.oidc-client.proxy.host`]##
5742457447

5742557448
[.description]
@@ -58381,6 +58404,23 @@ endif::add-copy-button-to-env-var[]
5838158404
|int
5838258405
|
5838358406

58407+
a| [[quarkus-oidc-client_quarkus-oidc-client-id-follow-redirects]] [.property-path]##link:#quarkus-oidc-client_quarkus-oidc-client-id-follow-redirects[`quarkus.oidc-client."id".follow-redirects`]##
58408+
58409+
[.description]
58410+
--
58411+
Follow redirects automatically when WebClient gets HTTP 302. When this property is disabled only a single redirect to exactly the same original URI is allowed but only if one or more cookies were set during the redirect request.
58412+
58413+
58414+
ifdef::add-copy-button-to-env-var[]
58415+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT__ID__FOLLOW_REDIRECTS+++[]
58416+
endif::add-copy-button-to-env-var[]
58417+
ifndef::add-copy-button-to-env-var[]
58418+
Environment variable: `+++QUARKUS_OIDC_CLIENT__ID__FOLLOW_REDIRECTS+++`
58419+
endif::add-copy-button-to-env-var[]
58420+
--
58421+
|boolean
58422+
|`true`
58423+
5838458424
a| [[quarkus-oidc-client_quarkus-oidc-client-id-proxy-host]] [.property-path]##link:#quarkus-oidc-client_quarkus-oidc-client-id-proxy-host[`quarkus.oidc-client."id".proxy.host`]##
5838558425

5838658426
[.description]
@@ -59439,6 +59479,23 @@ endif::add-copy-button-to-env-var[]
5943959479
|int
5944059480
|
5944159481

59482+
a| [[quarkus-oidc-client-registration_quarkus-oidc-client-registration-follow-redirects]] [.property-path]##link:#quarkus-oidc-client-registration_quarkus-oidc-client-registration-follow-redirects[`quarkus.oidc-client-registration.follow-redirects`]##
59483+
59484+
[.description]
59485+
--
59486+
Follow redirects automatically when WebClient gets HTTP 302. When this property is disabled only a single redirect to exactly the same original URI is allowed but only if one or more cookies were set during the redirect request.
59487+
59488+
59489+
ifdef::add-copy-button-to-env-var[]
59490+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT_REGISTRATION_FOLLOW_REDIRECTS+++[]
59491+
endif::add-copy-button-to-env-var[]
59492+
ifndef::add-copy-button-to-env-var[]
59493+
Environment variable: `+++QUARKUS_OIDC_CLIENT_REGISTRATION_FOLLOW_REDIRECTS+++`
59494+
endif::add-copy-button-to-env-var[]
59495+
--
59496+
|boolean
59497+
|`true`
59498+
5944259499
a| [[quarkus-oidc-client-registration_quarkus-oidc-client-registration-proxy-host]] [.property-path]##link:#quarkus-oidc-client-registration_quarkus-oidc-client-registration-proxy-host[`quarkus.oidc-client-registration.proxy.host`]##
5944359500

5944459501
[.description]
@@ -59805,6 +59862,23 @@ endif::add-copy-button-to-env-var[]
5980559862
|int
5980659863
|
5980759864

59865+
a| [[quarkus-oidc-client-registration_quarkus-oidc-client-registration-id-follow-redirects]] [.property-path]##link:#quarkus-oidc-client-registration_quarkus-oidc-client-registration-id-follow-redirects[`quarkus.oidc-client-registration."id".follow-redirects`]##
59866+
59867+
[.description]
59868+
--
59869+
Follow redirects automatically when WebClient gets HTTP 302. When this property is disabled only a single redirect to exactly the same original URI is allowed but only if one or more cookies were set during the redirect request.
59870+
59871+
59872+
ifdef::add-copy-button-to-env-var[]
59873+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT_REGISTRATION__ID__FOLLOW_REDIRECTS+++[]
59874+
endif::add-copy-button-to-env-var[]
59875+
ifndef::add-copy-button-to-env-var[]
59876+
Environment variable: `+++QUARKUS_OIDC_CLIENT_REGISTRATION__ID__FOLLOW_REDIRECTS+++`
59877+
endif::add-copy-button-to-env-var[]
59878+
--
59879+
|boolean
59880+
|`true`
59881+
5980859882
a| [[quarkus-oidc-client-registration_quarkus-oidc-client-registration-id-proxy-host]] [.property-path]##link:#quarkus-oidc-client-registration_quarkus-oidc-client-registration-id-proxy-host[`quarkus.oidc-client-registration."id".proxy.host`]##
5980959883

5981059884
[.description]

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ Whether this datasource should be active at runtime.
140140

141141
See xref:datasource.adoc#datasource-active[this section of the documentation].
142142

143-
If the datasource is not active, it won't start with the application,
144-
and accessing the corresponding Datasource CDI bean will fail,
145-
meaning in particular that consumers of this datasource
146-
(e.g. Hibernate ORM persistence units) will fail to start unless they are inactive too.
147-
148143

149144
ifdef::add-copy-button-to-env-var[]
150145
Environment variable: env_var_with_copy_button:+++QUARKUS_DATASOURCE_ACTIVE+++[]
@@ -154,7 +149,7 @@ Environment variable: `+++QUARKUS_DATASOURCE_ACTIVE+++`
154149
endif::add-copy-button-to-env-var[]
155150
--
156151
|boolean
157-
|`true`
152+
|``true` if the URL is set, `false` otherwise`
158153

159154
a| [[quarkus-datasource_quarkus-datasource-username]] [.property-path]##link:#quarkus-datasource_quarkus-datasource-username[`quarkus.datasource.username`]##
160155

_generated-doc/main/config/quarkus-datasource_quarkus.datasource.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ Whether this datasource should be active at runtime.
140140

141141
See xref:datasource.adoc#datasource-active[this section of the documentation].
142142

143-
If the datasource is not active, it won't start with the application,
144-
and accessing the corresponding Datasource CDI bean will fail,
145-
meaning in particular that consumers of this datasource
146-
(e.g. Hibernate ORM persistence units) will fail to start unless they are inactive too.
147-
148143

149144
ifdef::add-copy-button-to-env-var[]
150145
Environment variable: env_var_with_copy_button:+++QUARKUS_DATASOURCE_ACTIVE+++[]
@@ -154,7 +149,7 @@ Environment variable: `+++QUARKUS_DATASOURCE_ACTIVE+++`
154149
endif::add-copy-button-to-env-var[]
155150
--
156151
|boolean
157-
|`true`
152+
|``true` if the URL is set, `false` otherwise`
158153

159154
a| [[quarkus-datasource_quarkus-datasource-username]] [.property-path]##link:#quarkus-datasource_quarkus-datasource-username[`quarkus.datasource.username`]##
160155

_generated-doc/main/config/quarkus-hibernate-orm.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,6 @@ Whether this persistence unit should be active at runtime.
388388

389389
See xref:hibernate-orm.adoc#persistence-unit-active[this section of the documentation].
390390

391-
If the persistence unit is not active, it won't start with the application,
392-
and accessing the corresponding EntityManagerFactory/EntityManager or SessionFactory/Session
393-
will not be possible.
394-
395391
Note that if Hibernate ORM is disabled (i.e. `quarkus.hibernate-orm.enabled` is set to `false`),
396392
all persistence units are deactivated, and setting this property to `true` will fail.
397393

_generated-doc/main/config/quarkus-hibernate-orm_quarkus.hibernate-orm.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,6 @@ Whether this persistence unit should be active at runtime.
388388

389389
See xref:hibernate-orm.adoc#persistence-unit-active[this section of the documentation].
390390

391-
If the persistence unit is not active, it won't start with the application,
392-
and accessing the corresponding EntityManagerFactory/EntityManager or SessionFactory/Session
393-
will not be possible.
394-
395391
Note that if Hibernate ORM is disabled (i.e. `quarkus.hibernate-orm.enabled` is set to `false`),
396392
all persistence units are deactivated, and setting this property to `true` will fail.
397393

_generated-doc/main/config/quarkus-oidc-client-registration.adoc

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,23 @@ endif::add-copy-button-to-env-var[]
160160
|int
161161
|
162162

163+
a| [[quarkus-oidc-client-registration_quarkus-oidc-client-registration-follow-redirects]] [.property-path]##link:#quarkus-oidc-client-registration_quarkus-oidc-client-registration-follow-redirects[`quarkus.oidc-client-registration.follow-redirects`]##
164+
165+
[.description]
166+
--
167+
Follow redirects automatically when WebClient gets HTTP 302. When this property is disabled only a single redirect to exactly the same original URI is allowed but only if one or more cookies were set during the redirect request.
168+
169+
170+
ifdef::add-copy-button-to-env-var[]
171+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT_REGISTRATION_FOLLOW_REDIRECTS+++[]
172+
endif::add-copy-button-to-env-var[]
173+
ifndef::add-copy-button-to-env-var[]
174+
Environment variable: `+++QUARKUS_OIDC_CLIENT_REGISTRATION_FOLLOW_REDIRECTS+++`
175+
endif::add-copy-button-to-env-var[]
176+
--
177+
|boolean
178+
|`true`
179+
163180
a| [[quarkus-oidc-client-registration_quarkus-oidc-client-registration-proxy-host]] [.property-path]##link:#quarkus-oidc-client-registration_quarkus-oidc-client-registration-proxy-host[`quarkus.oidc-client-registration.proxy.host`]##
164181

165182
[.description]
@@ -526,6 +543,23 @@ endif::add-copy-button-to-env-var[]
526543
|int
527544
|
528545

546+
a| [[quarkus-oidc-client-registration_quarkus-oidc-client-registration-id-follow-redirects]] [.property-path]##link:#quarkus-oidc-client-registration_quarkus-oidc-client-registration-id-follow-redirects[`quarkus.oidc-client-registration."id".follow-redirects`]##
547+
548+
[.description]
549+
--
550+
Follow redirects automatically when WebClient gets HTTP 302. When this property is disabled only a single redirect to exactly the same original URI is allowed but only if one or more cookies were set during the redirect request.
551+
552+
553+
ifdef::add-copy-button-to-env-var[]
554+
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_CLIENT_REGISTRATION__ID__FOLLOW_REDIRECTS+++[]
555+
endif::add-copy-button-to-env-var[]
556+
ifndef::add-copy-button-to-env-var[]
557+
Environment variable: `+++QUARKUS_OIDC_CLIENT_REGISTRATION__ID__FOLLOW_REDIRECTS+++`
558+
endif::add-copy-button-to-env-var[]
559+
--
560+
|boolean
561+
|`true`
562+
529563
a| [[quarkus-oidc-client-registration_quarkus-oidc-client-registration-id-proxy-host]] [.property-path]##link:#quarkus-oidc-client-registration_quarkus-oidc-client-registration-id-proxy-host[`quarkus.oidc-client-registration."id".proxy.host`]##
530564

531565
[.description]

0 commit comments

Comments
 (0)