@@ -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-
10788a|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
84318412See 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
84398415ifdef::add-copy-button-to-env-var[]
84408416Environment variable: env_var_with_copy_button:+++QUARKUS_DATASOURCE_ACTIVE+++[]
@@ -8444,7 +8420,7 @@ Environment variable: `+++QUARKUS_DATASOURCE_ACTIVE+++`
84448420endif::add-copy-button-to-env-var[]
84458421--
84468422|boolean
8447- |`true`
8423+ |`` true` if the URL is set, `false` otherwise `
84488424
84498425a| [[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
1924919225See 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-
1925519227Note that if Hibernate ORM is disabled (i.e. `quarkus.hibernate-orm.enabled` is set to `false`),
1925619228all 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+
5247852467a| [[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+
5497554981a| [[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+
5742357446a| [[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+
5838458424a| [[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+
5944259499a| [[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+
5980859882a| [[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]
0 commit comments