Skip to content

Commit 5497c68

Browse files
FroMagegsmet
authored andcommitted
Latest all-config fixes
1 parent 1ddef63 commit 5497c68

File tree

2 files changed

+223
-4
lines changed

2 files changed

+223
-4
lines changed

_guides/generated/config/all-config.adoc

Lines changed: 219 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4310,6 +4310,16 @@ The client-id of the application. Each application has a client-id that is used
43104310
|
43114311

43124312

4313+
a|icon:cogs[title=Overridable at runtime] [[quarkus-oidc_quarkus.oidc.connection-delay]]`link:#quarkus-oidc_quarkus.oidc.connection-delay[quarkus.oidc.connection-delay]`
4314+
4315+
[.description]
4316+
--
4317+
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.
4318+
--|link:https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html[Duration]
4319+
link:#duration-note-anchor[icon:question-circle[], title=More information about the Duration format]
4320+
|
4321+
4322+
43134323
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]`
43144324

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

44814491

4492+
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]`
4493+
4494+
[.description]
4495+
--
4496+
If the Implementation information should be included in the runner jar's MANIFEST.MF.
4497+
--|boolean
4498+
|`true`
4499+
4500+
44824501
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]`
44834502

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

45264545

4546+
a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.ssl.native]]`link:#quarkus-core_quarkus.ssl.native[quarkus.ssl.native]`
4547+
4548+
[.description]
4549+
--
4550+
Enable native SSL support.
4551+
--|boolean
4552+
|
4553+
4554+
45274555
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]`
45284556

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

47884816

4817+
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]`
4818+
4819+
[.description]
4820+
--
4821+
Paths of library to load.
4822+
--|list of string
4823+
|required icon:exclamation-circle[title=Configuration property is required]
4824+
4825+
4826+
a|icon:archive[title=Fixed at build time] [[quarkus-core_quarkus.jni.enable]]`link:#quarkus-core_quarkus.jni.enable[quarkus.jni.enable]`
4827+
4828+
[.description]
4829+
--
4830+
Enable JNI support.
4831+
--|boolean
4832+
|`false`
4833+
4834+
47894835
a|icon:cogs[title=Overridable at runtime] [[quarkus-core_quarkus.log.level]]`link:#quarkus-core_quarkus.log.level[quarkus.log.level]`
47904836

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

48844930

4931+
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]`
4932+
4933+
[.description]
4934+
--
4935+
The maven groupId of the artifact to index
4936+
--|string
4937+
|required icon:exclamation-circle[title=Configuration property is required]
4938+
4939+
4940+
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]`
4941+
4942+
[.description]
4943+
--
4944+
The maven artifactId of the artifact to index
4945+
--|string
4946+
|required icon:exclamation-circle[title=Configuration property is required]
4947+
4948+
4949+
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]`
4950+
4951+
[.description]
4952+
--
4953+
The maven classifier of the artifact to index
4954+
--|string
4955+
|required icon:exclamation-circle[title=Configuration property is required]
4956+
4957+
48854958
h|[[quarkus-core_logging-categories]]link:#quarkus-core_logging-categories[Logging categories]
48864959
h|Type
48874960
h|Default
@@ -5253,6 +5326,54 @@ if set to true, access to all JAX-RS resources will be denied by default
52535326
|`false`
52545327

52555328

5329+
h|[[quarkus-resteasy-common_resteasy-jax-rs-common]]link:#quarkus-resteasy-common_resteasy-jax-rs-common[RESTEasy JAX-RS Common]
5330+
h|Type
5331+
h|Default
5332+
5333+
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]`
5334+
5335+
[.description]
5336+
--
5337+
If gzip is enabled
5338+
--|boolean
5339+
|`false`
5340+
5341+
5342+
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]`
5343+
5344+
[.description]
5345+
--
5346+
Maximum deflated file bytes size
5347+
If the limit is exceeded, Resteasy will return Response with status 413("Request Entity Too Large")
5348+
--|MemorySize link:#memory-size-note-anchor[icon:question-circle[], title=More information about the MemorySize format]
5349+
|`10M`
5350+
5351+
5352+
h|[[quarkus-resteasy-server-common_resteasy-server-common]]link:#quarkus-resteasy-server-common_resteasy-server-common[RESTEasy Server Common]
5353+
h|Type
5354+
h|Default
5355+
5356+
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]`
5357+
5358+
[.description]
5359+
--
5360+
If this is true then JAX-RS will use only a single instance of a resource class to service all requests.
5361+
If this is false then it will create a new instance of the resource per request.
5362+
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.
5363+
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.
5364+
--|boolean
5365+
|`true`
5366+
5367+
5368+
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]`
5369+
5370+
[.description]
5371+
--
5372+
Set this to override the default path for JAX-RS resources if there are no annotated application classes.
5373+
--|string
5374+
|`/`
5375+
5376+
52565377
h|[[quarkus-reactive-mysql-client_reactive-mysql-client]]link:#quarkus-reactive-mysql-client_reactive-mysql-client[Reactive MySQL client]
52575378
h|Type
52585379
h|Default
@@ -5404,6 +5525,33 @@ h|[[quarkus-smallrye-health_smallrye-health]]link:#quarkus-smallrye-health_small
54045525
h|Type
54055526
h|Default
54065527

5528+
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]`
5529+
5530+
[.description]
5531+
--
5532+
Root path for health-checking servlets.
5533+
--|string
5534+
|`/health`
5535+
5536+
5537+
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]`
5538+
5539+
[.description]
5540+
--
5541+
The relative path of the liveness health-checking servlet.
5542+
--|string
5543+
|`/live`
5544+
5545+
5546+
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]`
5547+
5548+
[.description]
5549+
--
5550+
The relative path of the readiness health-checking servlet.
5551+
--|string
5552+
|`/ready`
5553+
5554+
54075555
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]`
54085556

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

54375585

5586+
h|[[quarkus-smallrye-metrics_smallrye-metrics]]link:#quarkus-smallrye-metrics_smallrye-metrics[SmallRye Metrics]
5587+
h|Type
5588+
h|Default
5589+
5590+
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]`
5591+
5592+
[.description]
5593+
--
5594+
The path to the metrics handler.
5595+
--|string
5596+
|`/metrics`
5597+
5598+
5599+
h|[[quarkus-smallrye-openapi_smallrye-openapi]]link:#quarkus-smallrye-openapi_smallrye-openapi[SmallRye OpenAPI]
5600+
h|Type
5601+
h|Default
5602+
5603+
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]`
5604+
5605+
[.description]
5606+
--
5607+
The path at which to register the OpenAPI Servlet.
5608+
--|string
5609+
|`/openapi`
5610+
5611+
5612+
h|[[quarkus-swagger-ui_swagger-ui]]link:#quarkus-swagger-ui_swagger-ui[Swagger UI]
5613+
h|Type
5614+
h|Default
5615+
5616+
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]`
5617+
5618+
[.description]
5619+
--
5620+
The path of the swagger-ui servlet.
5621+
The value `/` is not allowed as it blocks the application from serving anything else.
5622+
--|string
5623+
|`/swagger-ui`
5624+
5625+
5626+
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]`
5627+
5628+
[.description]
5629+
--
5630+
If this should be included every time. By default this is only included when the application is running in dev mode.
5631+
--|boolean
5632+
|`false`
5633+
5634+
54385635
h|[[quarkus-undertow_undertow-servlet]]link:#quarkus-undertow_undertow-servlet[Undertow Servlet]
54395636
h|Type
54405637
h|Default
@@ -5466,6 +5663,28 @@ If Servlet should use direct buffers, this gives maximum performance but can be
54665663
|
54675664

54685665

5666+
h|[[quarkus-undertow-websockets_undertow-websockets]]link:#quarkus-undertow-websockets_undertow-websockets[Undertow WebSockets]
5667+
h|Type
5668+
h|Default
5669+
5670+
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]`
5671+
5672+
[.description]
5673+
--
5674+
5675+
--|string
5676+
|required icon:exclamation-circle[title=Configuration property is required]
5677+
5678+
5679+
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]`
5680+
5681+
[.description]
5682+
--
5683+
5684+
--|string
5685+
|required icon:exclamation-circle[title=Configuration property is required]
5686+
5687+
54695688
h|[[quarkus-vault_vault]]link:#quarkus-vault_vault[Vault]
54705689
h|Type
54715690
h|Default

_guides/javascript/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ if(tables){
2828
}
2929

3030
var rowIdx = 0;
31-
for (var row of table.querySelectorAll("tr")) {
32-
var heads = row.querySelectorAll("th");
31+
for (var row of table.querySelectorAll("table.configuration-reference > tbody > tr")) {
32+
var heads = row.querySelectorAll("table.configuration-reference > tbody > tr > th");
3333
if(!heads || heads.length == 0){
3434
// mark even rows
3535
if(++rowIdx % 2){
@@ -193,8 +193,8 @@ function applySearch(table, search, autoExpand){
193193
clearHighlights(table);
194194
var lastSectionHeader = null;
195195
var idx = 0;
196-
for (var row of table.querySelectorAll("tr")) {
197-
var heads = row.querySelectorAll("th");
196+
for (var row of table.querySelectorAll("table.configuration-reference > tbody > tr")) {
197+
var heads = row.querySelectorAll("table.configuration-reference > tbody > tr > th");
198198
if(!heads || heads.length == 0){
199199
// mark even rows
200200
if(++idx % 2){

0 commit comments

Comments
 (0)