Skip to content

Commit bfacdaa

Browse files
committed
Sync documentation of main branch
1 parent d7397e7 commit bfacdaa

11 files changed

+107
-19
lines changed

_generated-doc/main/config/all-configuration-groups-generated-doc/io.quarkus.vertx.http.runtime.AuthRuntimeConfig

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

_generated-doc/main/config/all-configuration-roots-generated-doc/io.quarkus.vertx.http.runtime.HttpConfiguration

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

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6551,6 +6551,25 @@ endif::add-copy-button-to-env-var[]
65516551
|
65526552

65536553

6554+
a| [[quarkus-vertx-http_quarkus.http.auth.certificate-role-properties]]`link:#quarkus-vertx-http_quarkus.http.auth.certificate-role-properties[quarkus.http.auth.certificate-role-properties]`
6555+
6556+
6557+
[.description]
6558+
--
6559+
Properties file containing the client certificate common name (CN) to role mappings. Use it only if the mTLS authentication mechanism is enabled with either `quarkus.http.ssl.client-auth=required` or `quarkus.http.ssl.client-auth=request`.
6560+
6561+
Properties file is expected to have the `CN=role1,role,...,roleN` format and should be encoded using UTF-8.
6562+
6563+
ifdef::add-copy-button-to-env-var[]
6564+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_AUTH_CERTIFICATE_ROLE_PROPERTIES+++[]
6565+
endif::add-copy-button-to-env-var[]
6566+
ifndef::add-copy-button-to-env-var[]
6567+
Environment variable: `+++QUARKUS_HTTP_AUTH_CERTIFICATE_ROLE_PROPERTIES+++`
6568+
endif::add-copy-button-to-env-var[]
6569+
--|path
6570+
|
6571+
6572+
65546573
a| [[quarkus-vertx-http_quarkus.http.auth.realm]]`link:#quarkus-vertx-http_quarkus.http.auth.realm[quarkus.http.auth.realm]`
65556574

65566575

_generated-doc/main/config/quarkus-http-http-configuration.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@ h|[[quarkus-http-http-configuration_configuration]]link:#quarkus-http-http-confi
1010
h|Type
1111
h|Default
1212

13+
a| [[quarkus-http-http-configuration_quarkus.http.auth.certificate-role-properties]]`link:#quarkus-http-http-configuration_quarkus.http.auth.certificate-role-properties[quarkus.http.auth.certificate-role-properties]`
14+
15+
16+
[.description]
17+
--
18+
Properties file containing the client certificate common name (CN) to role mappings. Use it only if the mTLS authentication mechanism is enabled with either `quarkus.http.ssl.client-auth=required` or `quarkus.http.ssl.client-auth=request`.
19+
20+
Properties file is expected to have the `CN=role1,role,...,roleN` format and should be encoded using UTF-8.
21+
22+
ifdef::add-copy-button-to-env-var[]
23+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_AUTH_CERTIFICATE_ROLE_PROPERTIES+++[]
24+
endif::add-copy-button-to-env-var[]
25+
ifndef::add-copy-button-to-env-var[]
26+
Environment variable: `+++QUARKUS_HTTP_AUTH_CERTIFICATE_ROLE_PROPERTIES+++`
27+
endif::add-copy-button-to-env-var[]
28+
--|path
29+
|
30+
31+
1332
a| [[quarkus-http-http-configuration_quarkus.http.auth.realm]]`link:#quarkus-http-http-configuration_quarkus.http.auth.realm[quarkus.http.auth.realm]`
1433

1534

_generated-doc/main/config/quarkus-vertx-http-config-group-auth-runtime-config.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@ h|[[quarkus-vertx-http-config-group-auth-runtime-config_configuration]]link:#qua
1010
h|Type
1111
h|Default
1212

13+
a| [[quarkus-vertx-http-config-group-auth-runtime-config_quarkus.http.auth.certificate-role-properties]]`link:#quarkus-vertx-http-config-group-auth-runtime-config_quarkus.http.auth.certificate-role-properties[quarkus.http.auth.certificate-role-properties]`
14+
15+
16+
[.description]
17+
--
18+
Properties file containing the client certificate common name (CN) to role mappings. Use it only if the mTLS authentication mechanism is enabled with either `quarkus.http.ssl.client-auth=required` or `quarkus.http.ssl.client-auth=request`.
19+
20+
Properties file is expected to have the `CN=role1,role,...,roleN` format and should be encoded using UTF-8.
21+
22+
ifdef::add-copy-button-to-env-var[]
23+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_AUTH_CERTIFICATE_ROLE_PROPERTIES+++[]
24+
endif::add-copy-button-to-env-var[]
25+
ifndef::add-copy-button-to-env-var[]
26+
Environment variable: `+++QUARKUS_HTTP_AUTH_CERTIFICATE_ROLE_PROPERTIES+++`
27+
endif::add-copy-button-to-env-var[]
28+
--|path
29+
|
30+
31+
1332
a| [[quarkus-vertx-http-config-group-auth-runtime-config_quarkus.http.auth.realm]]`link:#quarkus-vertx-http-config-group-auth-runtime-config_quarkus.http.auth.realm[quarkus.http.auth.realm]`
1433

1534

_generated-doc/main/config/quarkus-vertx-http-general-config-items.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,25 @@ endif::add-copy-button-to-env-var[]
7878
|`true`
7979

8080

81+
a| [[quarkus-vertx-http-general-config-items_quarkus.http.auth.certificate-role-properties]]`link:#quarkus-vertx-http-general-config-items_quarkus.http.auth.certificate-role-properties[quarkus.http.auth.certificate-role-properties]`
82+
83+
84+
[.description]
85+
--
86+
Properties file containing the client certificate common name (CN) to role mappings. Use it only if the mTLS authentication mechanism is enabled with either `quarkus.http.ssl.client-auth=required` or `quarkus.http.ssl.client-auth=request`.
87+
88+
Properties file is expected to have the `CN=role1,role,...,roleN` format and should be encoded using UTF-8.
89+
90+
ifdef::add-copy-button-to-env-var[]
91+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_AUTH_CERTIFICATE_ROLE_PROPERTIES+++[]
92+
endif::add-copy-button-to-env-var[]
93+
ifndef::add-copy-button-to-env-var[]
94+
Environment variable: `+++QUARKUS_HTTP_AUTH_CERTIFICATE_ROLE_PROPERTIES+++`
95+
endif::add-copy-button-to-env-var[]
96+
--|path
97+
|
98+
99+
81100
a| [[quarkus-vertx-http-general-config-items_quarkus.http.auth.realm]]`link:#quarkus-vertx-http-general-config-items_quarkus.http.auth.realm[quarkus.http.auth.realm]`
82101

83102

_generated-doc/main/config/quarkus-vertx-http.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,25 @@ endif::add-copy-button-to-env-var[]
245245
|
246246

247247

248+
a| [[quarkus-vertx-http_quarkus.http.auth.certificate-role-properties]]`link:#quarkus-vertx-http_quarkus.http.auth.certificate-role-properties[quarkus.http.auth.certificate-role-properties]`
249+
250+
251+
[.description]
252+
--
253+
Properties file containing the client certificate common name (CN) to role mappings. Use it only if the mTLS authentication mechanism is enabled with either `quarkus.http.ssl.client-auth=required` or `quarkus.http.ssl.client-auth=request`.
254+
255+
Properties file is expected to have the `CN=role1,role,...,roleN` format and should be encoded using UTF-8.
256+
257+
ifdef::add-copy-button-to-env-var[]
258+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_AUTH_CERTIFICATE_ROLE_PROPERTIES+++[]
259+
endif::add-copy-button-to-env-var[]
260+
ifndef::add-copy-button-to-env-var[]
261+
Environment variable: `+++QUARKUS_HTTP_AUTH_CERTIFICATE_ROLE_PROPERTIES+++`
262+
endif::add-copy-button-to-env-var[]
263+
--|path
264+
|
265+
266+
248267
a| [[quarkus-vertx-http_quarkus.http.auth.realm]]`link:#quarkus-vertx-http_quarkus.http.auth.realm[quarkus.http.auth.realm]`
249268

250269

_versions/main/guides/_attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
:jandex-version: 3.1.6
2323
:jandex-gradle-plugin-version: 1.0.0
2424
:kotlin-version: 1.9.21
25-
:grpc-version: 1.59.0
25+
:grpc-version: 1.59.1
2626
:protoc-version: 3.25.0
2727
:gcf-invoker-version: 1.3.0
2828
:hibernate-orm-version: 6.4

_versions/main/guides/kafka.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,10 +1952,8 @@ mp.messaging.outgoing.fruit-out.compression.type=snappy
19521952
----
19531953

19541954
In JVM mode, it will work out of the box.
1955-
However, to compile your application to a native executable, you need to:
1956-
1957-
1. Uses GraalVM 21.+
1958-
2. Add `quarkus.kafka.snappy.enabled=true` to your `application.properties`
1955+
However, to compile your application to a native executable, you need to
1956+
add `quarkus.kafka.snappy.enabled=true` to your `application.properties`.
19591957

19601958
In native mode, Snappy is disabled by default as the use of Snappy requires embedding a native library and unpacking it when the application starts.
19611959

_versions/main/guides/scheduler-reference.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ So for example a Property Expression with the default value `"off"` can be used
164164
void myMethod() { }
165165
----
166166

167-
167+
[#identity]
168168
=== Identity
169169

170170
By default, a unique identifier is generated for each scheduled method.
@@ -417,7 +417,7 @@ If the xref:smallrye-metrics.adoc[SmallRye Metrics extension] is present, then a
417417

418418
== OpenTelemetry Tracing
419419

420-
If `quarkus.scheduler.tracing.enabled` is set to `true` and the xref:opentelemetry.adoc[OpenTelemetry extension] is present then the `@io.opentelemetry.instrumentation.annotations.WithSpan` annotation is added automatically to every `@Scheduled` method. As a result, each execution of this method has a new `io.opentelemetry.api.trace.Span` associated.
420+
If `quarkus.scheduler.tracing.enabled` is set to `true` and the xref:opentelemetry.adoc[OpenTelemetry extension] is present then every job execution, either defined with the `@Scheduled` annotation or scheduled programmatically, automatically creates a span named after the job's xref:identity[Identity].
421421

422422
[[virtual_threads]]
423423
== Run @Scheduled methods on virtual threads

0 commit comments

Comments
 (0)