Skip to content

Commit 3492d95

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent c6b3462 commit 3492d95

20 files changed

+70
-44
lines changed

_data/versioned/latest/index/quarkus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2991,7 +2991,7 @@ types:
29912991
- io.quarkus:quarkus-smallrye-stork
29922992
type: guide
29932993
url: /guides/stork-kubernetes
2994-
- title: Using WebSockets
2994+
- title: Using WebSockets with Undertow
29952995
filename: websockets.adoc
29962996
summary: This guide explains how your Quarkus application can utilize web sockets to create interactive web applications.
29972997
categories: web

_data/versioned/latest/index/relations.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8655,7 +8655,7 @@
86558655
url: /guides/tls-registry-reference
86568656
type: reference
86578657
matches: 1
8658-
- title: Using WebSockets
8658+
- title: Using WebSockets with Undertow
86598659
url: /guides/websockets
86608660
type: guide
86618661
matches: 1
@@ -10944,7 +10944,7 @@
1094410944
url: /guides/reactive-routes
1094510945
type: guide
1094610946
matches: 1
10947-
- title: Using WebSockets
10947+
- title: Using WebSockets with Undertow
1094810948
url: /guides/websockets
1094910949
type: guide
1095010950
matches: 1
@@ -13882,7 +13882,7 @@
1388213882
url: /guides/tls-registry-reference
1388313883
type: reference
1388413884
matches: 1
13885-
- title: Using WebSockets
13885+
- title: Using WebSockets with Undertow
1388613886
url: /guides/websockets
1388713887
type: guide
1388813888
matches: 1
@@ -23372,7 +23372,7 @@
2337223372
url: /guides/tls-registry-reference
2337323373
type: reference
2337423374
matches: 1
23375-
- title: Using WebSockets
23375+
- title: Using WebSockets with Undertow
2337623376
url: /guides/websockets
2337723377
type: guide
2337823378
matches: 1
@@ -23426,7 +23426,7 @@
2342623426
url: /guides/tls-registry-reference
2342723427
type: reference
2342823428
matches: 1
23429-
- title: Using WebSockets
23429+
- title: Using WebSockets with Undertow
2343023430
url: /guides/websockets
2343123431
type: guide
2343223432
matches: 1
@@ -23470,7 +23470,7 @@
2347023470
url: /guides/websockets-next-tutorial
2347123471
type: tutorial
2347223472
matches: 2
23473-
- title: Using WebSockets
23473+
- title: Using WebSockets with Undertow
2347423474
url: /guides/websockets
2347523475
type: guide
2347623476
matches: 2
@@ -23501,7 +23501,7 @@
2350123501
matches: 1
2350223502
/guides/websockets-next-tutorial:
2350323503
sameTopics:
23504-
- title: Using WebSockets
23504+
- title: Using WebSockets with Undertow
2350523505
url: /guides/websockets
2350623506
type: guide
2350723507
matches: 2

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ endif::add-copy-button-to-config-props[]
15221522

15231523
[.description]
15241524
--
1525-
If set to true then the dependency graphs are generated and available in the Dev UI.
1525+
If set to `true` then the dependency graphs are generated and available in the Dev UI. If set to `auto` then the dependency graphs are generated if there's less than 1000 beans in the application. If set to `false` the dependency graphs are not generated.
15261526

15271527

15281528
ifdef::add-copy-button-to-env-var[]
@@ -1532,8 +1532,8 @@ ifndef::add-copy-button-to-env-var[]
15321532
Environment variable: `+++QUARKUS_ARC_DEV_MODE_GENERATE_DEPENDENCY_GRAPHS+++`
15331533
endif::add-copy-button-to-env-var[]
15341534
--
1535-
|boolean
1536-
|`true`
1535+
a|`true`, `false`, `auto`
1536+
|`auto`
15371537

15381538
a|icon:lock[title=Fixed at build time] [[quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers]] [.property-path]##link:#quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers[`quarkus.arc.test.disable-application-lifecycle-observers`]##
15391539
ifdef::add-copy-button-to-config-props[]
@@ -83942,10 +83942,12 @@ endif::add-copy-button-to-config-props[]
8394283942
--
8394383943
The name of the TLS configuration to use.
8394483944

83945-
If not set and the default TLS configuration is configured (`quarkus.tls.++*++`) then that will be used. If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
83945+
If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
8394683946

8394783947
If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
8394883948

83949+
The default TLS configuration is *not* used by default.
83950+
8394983951
This property is not applicable to the RESTEasy Client.
8395083952

8395183953

@@ -84690,10 +84692,12 @@ endif::add-copy-button-to-config-props[]
8469084692
--
8469184693
The name of the TLS configuration to use.
8469284694

84693-
If not set and the default TLS configuration is configured (`quarkus.tls.++*++`) then that will be used. If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
84695+
If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
8469484696

8469584697
If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
8469684698

84699+
The default TLS configuration is *not* used by default.
84700+
8469784701
This property is not applicable to the RESTEasy Client.
8469884702

8469984703

@@ -90887,7 +90891,7 @@ endif::add-copy-button-to-config-props[]
9088790891

9088890892
[.description]
9088990893
--
90890-
Set this boolean value to enable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If not set, it will default to `false` and the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
90894+
Set this boolean value to enable or disable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If set to `false`, the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
9089190895

9089290896

9089390897
ifdef::add-copy-button-to-env-var[]
@@ -90898,7 +90902,7 @@ Environment variable: `+++QUARKUS_SMALLRYE_OPENAPI_MERGE_SCHEMA_EXAMPLES+++`
9089890902
endif::add-copy-button-to-env-var[]
9089990903
--
9090090904
|boolean
90901-
|`false`
90905+
|`true`
9090290906

9090390907
a| [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable[`quarkus.smallrye-openapi.enable`]##
9090490908
ifdef::add-copy-button-to-config-props[]

_generated-doc/latest/config/quarkus-arc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ endif::add-copy-button-to-config-props[]
409409

410410
[.description]
411411
--
412-
If set to true then the dependency graphs are generated and available in the Dev UI.
412+
If set to `true` then the dependency graphs are generated and available in the Dev UI. If set to `auto` then the dependency graphs are generated if there's less than 1000 beans in the application. If set to `false` the dependency graphs are not generated.
413413

414414

415415
ifdef::add-copy-button-to-env-var[]
@@ -419,8 +419,8 @@ ifndef::add-copy-button-to-env-var[]
419419
Environment variable: `+++QUARKUS_ARC_DEV_MODE_GENERATE_DEPENDENCY_GRAPHS+++`
420420
endif::add-copy-button-to-env-var[]
421421
--
422-
|boolean
423-
|`true`
422+
a|`true`, `false`, `auto`
423+
|`auto`
424424

425425
a|icon:lock[title=Fixed at build time] [[quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers]] [.property-path]##link:#quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers[`quarkus.arc.test.disable-application-lifecycle-observers`]##
426426
ifdef::add-copy-button-to-config-props[]

_generated-doc/latest/config/quarkus-arc_quarkus.arc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ endif::add-copy-button-to-config-props[]
409409

410410
[.description]
411411
--
412-
If set to true then the dependency graphs are generated and available in the Dev UI.
412+
If set to `true` then the dependency graphs are generated and available in the Dev UI. If set to `auto` then the dependency graphs are generated if there's less than 1000 beans in the application. If set to `false` the dependency graphs are not generated.
413413

414414

415415
ifdef::add-copy-button-to-env-var[]
@@ -419,8 +419,8 @@ ifndef::add-copy-button-to-env-var[]
419419
Environment variable: `+++QUARKUS_ARC_DEV_MODE_GENERATE_DEPENDENCY_GRAPHS+++`
420420
endif::add-copy-button-to-env-var[]
421421
--
422-
|boolean
423-
|`true`
422+
a|`true`, `false`, `auto`
423+
|`auto`
424424

425425
a|icon:lock[title=Fixed at build time] [[quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers]] [.property-path]##link:#quarkus-arc_quarkus-arc-test-disable-application-lifecycle-observers[`quarkus.arc.test.disable-application-lifecycle-observers`]##
426426
ifdef::add-copy-button-to-config-props[]

_generated-doc/latest/config/quarkus-rest-client-config.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,12 @@ endif::add-copy-button-to-config-props[]
650650
--
651651
The name of the TLS configuration to use.
652652

653-
If not set and the default TLS configuration is configured (`quarkus.tls.++*++`) then that will be used. If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
653+
If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
654654

655655
If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
656656

657+
The default TLS configuration is *not* used by default.
658+
657659
This property is not applicable to the RESTEasy Client.
658660

659661

@@ -1398,10 +1400,12 @@ endif::add-copy-button-to-config-props[]
13981400
--
13991401
The name of the TLS configuration to use.
14001402

1401-
If not set and the default TLS configuration is configured (`quarkus.tls.++*++`) then that will be used. If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
1403+
If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
14021404

14031405
If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
14041406

1407+
The default TLS configuration is *not* used by default.
1408+
14051409
This property is not applicable to the RESTEasy Client.
14061410

14071411

_generated-doc/latest/config/quarkus-rest-client-config_quarkus.rest-client.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,12 @@ endif::add-copy-button-to-config-props[]
650650
--
651651
The name of the TLS configuration to use.
652652

653-
If not set and the default TLS configuration is configured (`quarkus.tls.++*++`) then that will be used. If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
653+
If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
654654

655655
If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
656656

657+
The default TLS configuration is *not* used by default.
658+
657659
This property is not applicable to the RESTEasy Client.
658660

659661

@@ -1398,10 +1400,12 @@ endif::add-copy-button-to-config-props[]
13981400
--
13991401
The name of the TLS configuration to use.
14001402

1401-
If not set and the default TLS configuration is configured (`quarkus.tls.++*++`) then that will be used. If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
1403+
If a name is configured, it uses the configuration from `quarkus.tls.<name>.++*++` If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
14021404

14031405
If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
14041406

1407+
The default TLS configuration is *not* used by default.
1408+
14051409
This property is not applicable to the RESTEasy Client.
14061410

14071411

_generated-doc/latest/config/quarkus-smallrye-openapi.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ endif::add-copy-button-to-config-props[]
834834

835835
[.description]
836836
--
837-
Set this boolean value to enable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If not set, it will default to `false` and the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
837+
Set this boolean value to enable or disable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If set to `false`, the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
838838

839839

840840
ifdef::add-copy-button-to-env-var[]
@@ -845,7 +845,7 @@ Environment variable: `+++QUARKUS_SMALLRYE_OPENAPI_MERGE_SCHEMA_EXAMPLES+++`
845845
endif::add-copy-button-to-env-var[]
846846
--
847847
|boolean
848-
|`false`
848+
|`true`
849849

850850
a| [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable[`quarkus.smallrye-openapi.enable`]##
851851
ifdef::add-copy-button-to-config-props[]

_generated-doc/latest/config/quarkus-smallrye-openapi_quarkus.smallrye-openapi.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ endif::add-copy-button-to-config-props[]
834834

835835
[.description]
836836
--
837-
Set this boolean value to enable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If not set, it will default to `false` and the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
837+
Set this boolean value to enable or disable the merging of the deprecated `@Schema` `example` property into the `examples` array introduced in OAS 3.1.0. If set to `false`, the deprecated `example` will be kept as a separate annotation on the schema in the OpenAPI model.
838838

839839

840840
ifdef::add-copy-button-to-env-var[]
@@ -845,7 +845,7 @@ Environment variable: `+++QUARKUS_SMALLRYE_OPENAPI_MERGE_SCHEMA_EXAMPLES+++`
845845
endif::add-copy-button-to-env-var[]
846846
--
847847
|boolean
848-
|`false`
848+
|`true`
849849

850850
a| [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-enable[`quarkus.smallrye-openapi.enable`]##
851851
ifdef::add-copy-button-to-config-props[]

_generated-doc/latest/infra/quarkus-all-build-items.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9441,6 +9441,10 @@ This hold all files in the user's project root
94419441
94429442
_No Javadoc found_
94439443

9444+
`java.nio.file.Path rootPath`
9445+
9446+
_No Javadoc found_
9447+
94449448

94459449
|===
94469450
== Vert.x - HTTP - SPI

0 commit comments

Comments
 (0)