You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _guides/generated/config/all-config.adoc
+219Lines changed: 219 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4310,6 +4310,16 @@ The client-id of the application. Each application has a client-id that is used
4310
4310
|
4311
4311
4312
4312
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.
link:#duration-note-anchor[icon:question-circle[], title=More information about the Duration format]
4320
+
|
4321
+
4322
+
4313
4323
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]`
4314
4324
4315
4325
[.description]
@@ -4479,6 +4489,15 @@ If the java runner should be packed as an uberjar
4479
4489
|`false`
4480
4490
4481
4491
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
+
4482
4501
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]`
4483
4502
4484
4503
[.description]
@@ -4524,6 +4543,15 @@ The version of the application. If not set, defaults to the version of the proje
4524
4543
|required icon:exclamation-circle[title=Configuration property is required]
4525
4544
4526
4545
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
+
4527
4555
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]`
4528
4556
4529
4557
[.description]
@@ -4786,6 +4814,24 @@ If errors should be reported at runtime. This is a more relaxed setting, however
4786
4814
|`false`
4787
4815
4788
4816
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
+
4789
4835
a|icon:cogs[title=Overridable at runtime] [[quarkus-core_quarkus.log.level]]`link:#quarkus-core_quarkus.log.level[quarkus.log.level]`
4790
4836
4791
4837
[.description]
@@ -4882,6 +4928,33 @@ The amount of time a thread will stay alive with no work.
4882
4928
|`30`
4883
4929
4884
4930
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]
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
+
5256
5377
h|[[quarkus-reactive-mysql-client_reactive-mysql-client]]link:#quarkus-reactive-mysql-client_reactive-mysql-client[Reactive MySQL client]
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
+
5407
5555
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]`
5408
5556
5409
5557
[.description]
@@ -5435,6 +5583,55 @@ The name of the `java.security.Provider` that supports SHA256withRSA signatures
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]`
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.
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.
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]
0 commit comments