Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
219 changes: 219 additions & 0 deletions _guides/generated/config/all-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4310,6 +4310,16 @@ The client-id of the application. Each application has a client-id that is used
|


a|icon:cogs[title=Overridable at runtime] [[quarkus-oidc_quarkus.oidc.connection-delay]]`link:#quarkus-oidc_quarkus.oidc.connection-delay[quarkus.oidc.connection-delay]`

[.description]
--
The maximum amount of time the adapter will try connecting to the currently unavailable OIDC server for. For example, setting it to '20S' will let the adapter keep requesting the connection for up to 20 seconds.
--|link:https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html[Duration]
link:#duration-note-anchor[icon:question-circle[], title=More information about the Duration format]
|


a|icon:cogs[title=Overridable at runtime] [[quarkus-oidc_quarkus.oidc.roles.role-claim-path]]`link:#quarkus-oidc_quarkus.oidc.roles.role-claim-path[quarkus.oidc.roles.role-claim-path]`

[.description]
Expand Down Expand Up @@ -4479,6 +4489,15 @@ If the java runner should be packed as an uberjar
|`false`


a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.package.manifest.add-implementation-entries]]`link:#quarkus-core_quarkus.package.manifest.add-implementation-entries[quarkus.package.manifest.add-implementation-entries]`

[.description]
--
If the Implementation information should be included in the runner jar's MANIFEST.MF.
--|boolean
|`true`


a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.package.main-class]]`link:#quarkus-core_quarkus.package.main-class[quarkus.package.main-class]`

[.description]
Expand Down Expand Up @@ -4524,6 +4543,15 @@ The version of the application. If not set, defaults to the version of the proje
|required icon:exclamation-circle[title=Configuration property is required]


a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.ssl.native]]`link:#quarkus-core_quarkus.ssl.native[quarkus.ssl.native]`

[.description]
--
Enable native SSL support.
--|boolean
|


a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.native.additional-build-args]]`link:#quarkus-core_quarkus.native.additional-build-args[quarkus.native.additional-build-args]`

[.description]
Expand Down Expand Up @@ -4786,6 +4814,24 @@ If errors should be reported at runtime. This is a more relaxed setting, however
|`false`


a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.jni.library-paths]]`link:#quarkus-core_quarkus.jni.library-paths[quarkus.jni.library-paths]`

[.description]
--
Paths of library to load.
--|list of string
|required icon:exclamation-circle[title=Configuration property is required]


a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.jni.enable]]`link:#quarkus-core_quarkus.jni.enable[quarkus.jni.enable]`

[.description]
--
Enable JNI support.
--|boolean
|`false`


a|icon:cogs[title=Overridable at runtime] [[quarkus-core_quarkus.log.level]]`link:#quarkus-core_quarkus.log.level[quarkus.log.level]`

[.description]
Expand Down Expand Up @@ -4882,6 +4928,33 @@ The amount of time a thread will stay alive with no work.
|`30`


a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.index-dependency.-index-dependency-.group-id]]`link:#quarkus-core_quarkus.index-dependency.-index-dependency-.group-id[quarkus.index-dependency."index-dependency".group-id]`

[.description]
--
The maven groupId of the artifact to index
--|string
|required icon:exclamation-circle[title=Configuration property is required]


a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.index-dependency.-index-dependency-.artifact-id]]`link:#quarkus-core_quarkus.index-dependency.-index-dependency-.artifact-id[quarkus.index-dependency."index-dependency".artifact-id]`

[.description]
--
The maven artifactId of the artifact to index
--|string
|required icon:exclamation-circle[title=Configuration property is required]


a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.index-dependency.-index-dependency-.classifier]]`link:#quarkus-core_quarkus.index-dependency.-index-dependency-.classifier[quarkus.index-dependency."index-dependency".classifier]`

[.description]
--
The maven classifier of the artifact to index
--|string
|required icon:exclamation-circle[title=Configuration property is required]


h|[[quarkus-core_logging-categories]]link:#quarkus-core_logging-categories[Logging categories]
h|Type
h|Default
Expand Down Expand Up @@ -5253,6 +5326,54 @@ if set to true, access to all JAX-RS resources will be denied by default
|`false`


h|[[quarkus-resteasy-common_resteasy-jax-rs-common]]link:#quarkus-resteasy-common_resteasy-jax-rs-common[RESTEasy JAX-RS Common]
h|Type
h|Default

a|icon:archive[title=Fixed at build time] [[quarkus-resteasy-common_quarkus.resteasy.gzip.enabled]]`link:#quarkus-resteasy-common_quarkus.resteasy.gzip.enabled[quarkus.resteasy.gzip.enabled]`

[.description]
--
If gzip is enabled
--|boolean
|`false`


a|icon:archive[title=Fixed at build time] [[quarkus-resteasy-common_quarkus.resteasy.gzip.max-input]]`link:#quarkus-resteasy-common_quarkus.resteasy.gzip.max-input[quarkus.resteasy.gzip.max-input]`

[.description]
--
Maximum deflated file bytes size
If the limit is exceeded, Resteasy will return Response with status 413("Request Entity Too Large")
--|MemorySize link:#memory-size-note-anchor[icon:question-circle[], title=More information about the MemorySize format]
|`10M`


h|[[quarkus-resteasy-server-common_resteasy-server-common]]link:#quarkus-resteasy-server-common_resteasy-server-common[RESTEasy Server Common]
h|Type
h|Default

a|icon:archive[title=Fixed at build time] [[quarkus-resteasy-server-common_quarkus.resteasy.singleton-resources]]`link:#quarkus-resteasy-server-common_quarkus.resteasy.singleton-resources[quarkus.resteasy.singleton-resources]`

[.description]
--
If this is true then JAX-RS will use only a single instance of a resource class to service all requests.
If this is false then it will create a new instance of the resource per request.
If the resource class has an explicit CDI scope annotation then the value of this annotation will always be used to control the lifecycle of the resource class.
IMPLEMENTATION NOTE: `javax.ws.rs.Path` turns into a CDI stereotype with singleton scope. As a result, if a user annotates a JAX-RS resource with a stereotype which has a different default scope the deployment fails with IllegalStateException.
--|boolean
|`true`


a|icon:archive[title=Fixed at build time] [[quarkus-resteasy-server-common_quarkus.resteasy.path]]`link:#quarkus-resteasy-server-common_quarkus.resteasy.path[quarkus.resteasy.path]`

[.description]
--
Set this to override the default path for JAX-RS resources if there are no annotated application classes.
--|string
|`/`


h|[[quarkus-reactive-mysql-client_reactive-mysql-client]]link:#quarkus-reactive-mysql-client_reactive-mysql-client[Reactive MySQL client]
h|Type
h|Default
Expand Down Expand Up @@ -5404,6 +5525,33 @@ h|[[quarkus-smallrye-health_smallrye-health]]link:#quarkus-smallrye-health_small
h|Type
h|Default

a|icon:archive[title=Fixed at build time] [[quarkus-smallrye-health_quarkus.smallrye-health.root-path]]`link:#quarkus-smallrye-health_quarkus.smallrye-health.root-path[quarkus.smallrye-health.root-path]`

[.description]
--
Root path for health-checking servlets.
--|string
|`/health`


a|icon:archive[title=Fixed at build time] [[quarkus-smallrye-health_quarkus.smallrye-health.liveness-path]]`link:#quarkus-smallrye-health_quarkus.smallrye-health.liveness-path[quarkus.smallrye-health.liveness-path]`

[.description]
--
The relative path of the liveness health-checking servlet.
--|string
|`/live`


a|icon:archive[title=Fixed at build time] [[quarkus-smallrye-health_quarkus.smallrye-health.readiness-path]]`link:#quarkus-smallrye-health_quarkus.smallrye-health.readiness-path[quarkus.smallrye-health.readiness-path]`

[.description]
--
The relative path of the readiness health-checking servlet.
--|string
|`/ready`


a|icon:archive[title=Fixed at build time] [[quarkus-smallrye-health_quarkus.health.extensions.enabled]]`link:#quarkus-smallrye-health_quarkus.health.extensions.enabled[quarkus.health.extensions.enabled]`

[.description]
Expand Down Expand Up @@ -5435,6 +5583,55 @@ The name of the `java.security.Provider` that supports SHA256withRSA signatures
|`SunRsaSign`


h|[[quarkus-smallrye-metrics_smallrye-metrics]]link:#quarkus-smallrye-metrics_smallrye-metrics[SmallRye Metrics]
h|Type
h|Default

a|icon:archive[title=Fixed at build time] [[quarkus-smallrye-metrics_quarkus.smallrye-metrics.path]]`link:#quarkus-smallrye-metrics_quarkus.smallrye-metrics.path[quarkus.smallrye-metrics.path]`

[.description]
--
The path to the metrics handler.
--|string
|`/metrics`


h|[[quarkus-smallrye-openapi_smallrye-openapi]]link:#quarkus-smallrye-openapi_smallrye-openapi[SmallRye OpenAPI]
h|Type
h|Default

a|icon:archive[title=Fixed at build time] [[quarkus-smallrye-openapi_quarkus.smallrye-openapi.path]]`link:#quarkus-smallrye-openapi_quarkus.smallrye-openapi.path[quarkus.smallrye-openapi.path]`

[.description]
--
The path at which to register the OpenAPI Servlet.
--|string
|`/openapi`


h|[[quarkus-swagger-ui_swagger-ui]]link:#quarkus-swagger-ui_swagger-ui[Swagger UI]
h|Type
h|Default

a|icon:archive[title=Fixed at build time] [[quarkus-swagger-ui_quarkus.swagger-ui.path]]`link:#quarkus-swagger-ui_quarkus.swagger-ui.path[quarkus.swagger-ui.path]`

[.description]
--
The path of the swagger-ui servlet.
The value `/` is not allowed as it blocks the application from serving anything else.
--|string
|`/swagger-ui`


a|icon:archive[title=Fixed at build time] [[quarkus-swagger-ui_quarkus.swagger-ui.always-include]]`link:#quarkus-swagger-ui_quarkus.swagger-ui.always-include[quarkus.swagger-ui.always-include]`

[.description]
--
If this should be included every time. By default this is only included when the application is running in dev mode.
--|boolean
|`false`


h|[[quarkus-undertow_undertow-servlet]]link:#quarkus-undertow_undertow-servlet[Undertow Servlet]
h|Type
h|Default
Expand Down Expand Up @@ -5466,6 +5663,28 @@ If Servlet should use direct buffers, this gives maximum performance but can be
|


h|[[quarkus-undertow-websockets_undertow-websockets]]link:#quarkus-undertow-websockets_undertow-websockets[Undertow WebSockets]
h|Type
h|Default

a|icon:archive[title=Fixed at build time] [[quarkus-undertow-websockets_quarkus.hot-reload.password]]`link:#quarkus-undertow-websockets_quarkus.hot-reload.password[quarkus.hot-reload.password]`

[.description]
--

--|string
|required icon:exclamation-circle[title=Configuration property is required]


a|icon:archive[title=Fixed at build time] [[quarkus-undertow-websockets_quarkus.hot-reload.url]]`link:#quarkus-undertow-websockets_quarkus.hot-reload.url[quarkus.hot-reload.url]`

[.description]
--

--|string
|required icon:exclamation-circle[title=Configuration property is required]


h|[[quarkus-vault_vault]]link:#quarkus-vault_vault[Vault]
h|Type
h|Default
Expand Down
8 changes: 4 additions & 4 deletions _guides/javascript/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ if(tables){
}

var rowIdx = 0;
for (var row of table.querySelectorAll("tr")) {
var heads = row.querySelectorAll("th");
for (var row of table.querySelectorAll("table.configuration-reference > tbody > tr")) {
var heads = row.querySelectorAll("table.configuration-reference > tbody > tr > th");
if(!heads || heads.length == 0){
// mark even rows
if(++rowIdx % 2){
Expand Down Expand Up @@ -193,8 +193,8 @@ function applySearch(table, search, autoExpand){
clearHighlights(table);
var lastSectionHeader = null;
var idx = 0;
for (var row of table.querySelectorAll("tr")) {
var heads = row.querySelectorAll("th");
for (var row of table.querySelectorAll("table.configuration-reference > tbody > tr")) {
var heads = row.querySelectorAll("table.configuration-reference > tbody > tr > th");
if(!heads || heads.length == 0){
// mark even rows
if(++idx % 2){
Expand Down