Skip to content

Commit 395ea4d

Browse files
committed
Sync documentation of main branch
1 parent 8cb8b75 commit 395ea4d

File tree

30 files changed

+2617
-824
lines changed

30 files changed

+2617
-824
lines changed

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

+1-1
Large diffs are not rendered by default.

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

+1-1
Large diffs are not rendered by default.

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

+1-1
Large diffs are not rendered by default.

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

+1-1
Large diffs are not rendered by default.

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

+8
Original file line numberDiff line numberDiff line change
@@ -2012,6 +2012,14 @@ a| `String resourceType` :: +++<i>No Javadoc found</i>+++
20122012
a| https://github.com/quarkusio/quarkus/blob/main/extensions/panache/rest-data-panache/deployment/src/main/java/io/quarkus/rest/data/panache/deployment/RestDataResourceBuildItem.java[`io.quarkus.rest.data.panache.deployment.RestDataResourceBuildItem`, window="_blank"] :: +++<i>No Javadoc found</i>+++
20132013
a| `ResourceMetadata resourceMetadata` :: +++<i>No Javadoc found</i>+++
20142014
2015+
|===
2016+
== RESTEasy Classic
2017+
[%header,cols=2*]
2018+
|===
2019+
|Class Name |Attributes
2020+
a| https://github.com/quarkusio/quarkus/blob/main/extensions/resteasy-classic/resteasy/deployment/src/main/java/io/quarkus/resteasy/deployment/NonJaxRsClassBuildItem.java[`io.quarkus.resteasy.deployment.NonJaxRsClassBuildItem`, window="_blank"] :: +++A build item that holds Non jax-rs classes+++
2021+
a| `Map nonJaxRsPaths` :: +++<i>No Javadoc found</i>+++
2022+
20152023
|===
20162024
== RESTEasy Classic - Common
20172025
[%header,cols=2*]

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

+38
Original file line numberDiff line numberDiff line change
@@ -8216,6 +8216,25 @@ endif::add-copy-button-to-env-var[]
82168216
|`io.quarkus.security.StringPermission`
82178217

82188218

8219+
a| [[quarkus-vertx-http_quarkus-http-auth-roles-mapping-role1]]`link:#quarkus-vertx-http_quarkus-http-auth-roles-mapping-role1[quarkus.http.auth.roles-mapping]`
8220+
8221+
8222+
[.description]
8223+
--
8224+
Map the `SecurityIdentity` roles to deployment specific roles and add the matching roles to `SecurityIdentity`.
8225+
8226+
For example, if `SecurityIdentity` has a `user` role and the endpoint is secured with a 'UserRole' role, use this property to map the `user` role to the `UserRole` role, and have `SecurityIdentity` to have both `user` and `UserRole` roles.
8227+
8228+
ifdef::add-copy-button-to-env-var[]
8229+
Environment variable: env_var_with_copy_button:+++QUARKUS_HTTP_AUTH_ROLES_MAPPING+++[]
8230+
endif::add-copy-button-to-env-var[]
8231+
ifndef::add-copy-button-to-env-var[]
8232+
Environment variable: `+++QUARKUS_HTTP_AUTH_ROLES_MAPPING+++`
8233+
endif::add-copy-button-to-env-var[]
8234+
--|`Map<String,List<String>>`
8235+
|
8236+
8237+
82198238
a| [[quarkus-vertx-http_quarkus-http-same-site-cookie-same-site-cookie-case-sensitive]]`link:#quarkus-vertx-http_quarkus-http-same-site-cookie-same-site-cookie-case-sensitive[quarkus.http.same-site-cookie."same-site-cookie".case-sensitive]`
82208239

82218240

@@ -9788,6 +9807,25 @@ endif::add-copy-button-to-env-var[]
97889807
|`io.quarkus.security.StringPermission`
97899808

97909809

9810+
a| [[quarkus-vertx-http_quarkus-management-auth-roles-mapping-role1]]`link:#quarkus-vertx-http_quarkus-management-auth-roles-mapping-role1[quarkus.management.auth.roles-mapping]`
9811+
9812+
9813+
[.description]
9814+
--
9815+
Map the `SecurityIdentity` roles to deployment specific roles and add the matching roles to `SecurityIdentity`.
9816+
9817+
For example, if `SecurityIdentity` has a `user` role and the endpoint is secured with a 'UserRole' role, use this property to map the `user` role to the `UserRole` role, and have `SecurityIdentity` to have both `user` and `UserRole` roles.
9818+
9819+
ifdef::add-copy-button-to-env-var[]
9820+
Environment variable: env_var_with_copy_button:+++QUARKUS_MANAGEMENT_AUTH_ROLES_MAPPING+++[]
9821+
endif::add-copy-button-to-env-var[]
9822+
ifndef::add-copy-button-to-env-var[]
9823+
Environment variable: `+++QUARKUS_MANAGEMENT_AUTH_ROLES_MAPPING+++`
9824+
endif::add-copy-button-to-env-var[]
9825+
--|`Map<String,List<String>>`
9826+
|
9827+
9828+
97919829
a| [[quarkus-vertx-http_quarkus-management-header-header-path]]`link:#quarkus-vertx-http_quarkus-management-header-header-path[quarkus.management.header."header".path]`
97929830

97939831

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

+17-17
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,23 @@ endif::add-copy-button-to-env-var[]
9696
|
9797

9898

99+
a| [[quarkus-core_quarkus-init-and-exit]]`link:#quarkus-core_quarkus-init-and-exit[quarkus.init-and-exit]`
100+
101+
102+
[.description]
103+
--
104+
true to quit exit right after the initialization. The option is not meant be used directly by users.
105+
106+
ifdef::add-copy-button-to-env-var[]
107+
Environment variable: env_var_with_copy_button:+++QUARKUS_INIT_AND_EXIT+++[]
108+
endif::add-copy-button-to-env-var[]
109+
ifndef::add-copy-button-to-env-var[]
110+
Environment variable: `+++QUARKUS_INIT_AND_EXIT+++`
111+
endif::add-copy-button-to-env-var[]
112+
--|@io.smallrye.config.WithConverter(io.quarkus.runtime.init.InitRuntimeConfig.BooleanConverter.class) boolean
113+
|`false`
114+
115+
99116
a| [[quarkus-core_quarkus-profile]]`link:#quarkus-core_quarkus-profile[quarkus.profile]`
100117

101118

@@ -201,23 +218,6 @@ endif::add-copy-button-to-env-var[]
201218
|
202219

203220

204-
a| [[quarkus-core_quarkus-init-and-exit]]`link:#quarkus-core_quarkus-init-and-exit[quarkus.init-and-exit]`
205-
206-
207-
[.description]
208-
--
209-
true to quit exit right after the initialization. The option is not meant be used directly by users.
210-
211-
ifdef::add-copy-button-to-env-var[]
212-
Environment variable: env_var_with_copy_button:+++QUARKUS_INIT_AND_EXIT+++[]
213-
endif::add-copy-button-to-env-var[]
214-
ifndef::add-copy-button-to-env-var[]
215-
Environment variable: `+++QUARKUS_INIT_AND_EXIT+++`
216-
endif::add-copy-button-to-env-var[]
217-
--|@io.smallrye.config.WithConverter(io.quarkus.runtime.init.InitRuntimeConfig.BooleanConverter.class) boolean
218-
|`false`
219-
220-
221221
a|icon:lock[title=Fixed at build time] [[quarkus-core_quarkus-analytics-disabled]]`link:#quarkus-core_quarkus-analytics-disabled[quarkus.analytics.disabled]`
222222

223223

0 commit comments

Comments
 (0)