Skip to content

Commit fbcd099

Browse files
committed
Sync documentation of main branch
1 parent 7e20043 commit fbcd099

13 files changed

+297
-15
lines changed

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

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9172,6 +9172,27 @@ endif::add-copy-button-to-env-var[]
91729172
|boolean
91739173
|`true`
91749174

9175+
a|icon:lock[title=Fixed at build time] [[quarkus-datasource_quarkus-datasource-devservices-show-logs]] [.property-path]##link:#quarkus-datasource_quarkus-datasource-devservices-show-logs[`quarkus.datasource.devservices.show-logs`]##
9176+
9177+
`quarkus.datasource."datasource-name".devservices.show-logs`
9178+
9179+
[.description]
9180+
--
9181+
Whether the logs should be consumed by the JBoss logger.
9182+
9183+
This has no effect if the provider is not a container-based database, such as H2 or Derby.
9184+
9185+
9186+
ifdef::add-copy-button-to-env-var[]
9187+
Environment variable: env_var_with_copy_button:+++QUARKUS_DATASOURCE_DEVSERVICES_SHOW_LOGS+++[]
9188+
endif::add-copy-button-to-env-var[]
9189+
ifndef::add-copy-button-to-env-var[]
9190+
Environment variable: `+++QUARKUS_DATASOURCE_DEVSERVICES_SHOW_LOGS+++`
9191+
endif::add-copy-button-to-env-var[]
9192+
--
9193+
|boolean
9194+
|`false`
9195+
91759196

91769197

91779198
h|[.extension-name]##DevServices - Keycloak##
@@ -66601,6 +66622,23 @@ h|[.extension-name]##REST Clients Config##
6660166622
h|Type
6660266623
h|Default
6660366624

66625+
a|icon:lock[title=Fixed at build time] [[quarkus-rest-client-config_quarkus-rest-client-removes-trailing-slash]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-removes-trailing-slash[`quarkus.rest-client.removes-trailing-slash`]##
66626+
66627+
[.description]
66628+
--
66629+
If true, the extension will automatically remove the trailing slash in the paths if any. This property is not applicable to the RESTEasy Client.
66630+
66631+
66632+
ifdef::add-copy-button-to-env-var[]
66633+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT_REMOVES_TRAILING_SLASH+++[]
66634+
endif::add-copy-button-to-env-var[]
66635+
ifndef::add-copy-button-to-env-var[]
66636+
Environment variable: `+++QUARKUS_REST_CLIENT_REMOVES_TRAILING_SLASH+++`
66637+
endif::add-copy-button-to-env-var[]
66638+
--
66639+
|boolean
66640+
|`true`
66641+
6660466642
a| [[quarkus-rest-client-config_quarkus-rest-client-multipart-post-encoder-mode]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-multipart-post-encoder-mode[`quarkus.rest-client.multipart-post-encoder-mode`]##
6660566643

6660666644
[.description]
@@ -67307,6 +67345,23 @@ endif::add-copy-button-to-env-var[]
6730767345
|string
6730867346
|
6730967347

67348+
a|icon:lock[title=Fixed at build time] [[quarkus-rest-client-config_quarkus-rest-client-clients-removes-trailing-slash]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-clients-removes-trailing-slash[`quarkus.rest-client."clients".removes-trailing-slash`]##
67349+
67350+
[.description]
67351+
--
67352+
If true, the extension will automatically remove the trailing slash in the paths if any. This property is not applicable to the RESTEasy Client.
67353+
67354+
67355+
ifdef::add-copy-button-to-env-var[]
67356+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CLIENTS__REMOVES_TRAILING_SLASH+++[]
67357+
endif::add-copy-button-to-env-var[]
67358+
ifndef::add-copy-button-to-env-var[]
67359+
Environment variable: `+++QUARKUS_REST_CLIENT__CLIENTS__REMOVES_TRAILING_SLASH+++`
67360+
endif::add-copy-button-to-env-var[]
67361+
--
67362+
|boolean
67363+
|`true`
67364+
6731067365
a| [[quarkus-rest-client-config_quarkus-rest-client-client-url]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-client-url[`quarkus.rest-client."client".url`]##
6731167366

6731267367
[.description]
@@ -68081,6 +68136,23 @@ endif::add-copy-button-to-env-var[]
6808168136
|boolean
6808268137
|`false`
6808368138

68139+
a|icon:lock[title=Fixed at build time] [[quarkus-rest_quarkus-rest-removes-trailing-slash]] [.property-path]##link:#quarkus-rest_quarkus-rest-removes-trailing-slash[`quarkus.rest.removes-trailing-slash`]##
68140+
68141+
[.description]
68142+
--
68143+
If true, the extension will automatically remove the trailing slash in the paths if any.
68144+
68145+
68146+
ifdef::add-copy-button-to-env-var[]
68147+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_REMOVES_TRAILING_SLASH+++[]
68148+
endif::add-copy-button-to-env-var[]
68149+
ifndef::add-copy-button-to-env-var[]
68150+
Environment variable: `+++QUARKUS_REST_REMOVES_TRAILING_SLASH+++`
68151+
endif::add-copy-button-to-env-var[]
68152+
--
68153+
|boolean
68154+
|`true`
68155+
6808468156
a| [[quarkus-rest_quarkus-rest-multipart-input-part-default-charset]] [.property-path]##link:#quarkus-rest_quarkus-rest-multipart-input-part-default-charset[`quarkus.rest.multipart.input-part.default-charset`]##
6808568157

6808668158
[.description]
@@ -70964,6 +71036,23 @@ endif::add-copy-button-to-env-var[]
7096471036
|path
7096571037
|
7096671038

71039+
a|icon:lock[title=Fixed at build time] [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-store-schema-file-name]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-store-schema-file-name[`quarkus.smallrye-openapi.store-schema-file-name`]##
71040+
71041+
[.description]
71042+
--
71043+
The name of the file in case it is being stored.
71044+
71045+
71046+
ifdef::add-copy-button-to-env-var[]
71047+
Environment variable: env_var_with_copy_button:+++QUARKUS_SMALLRYE_OPENAPI_STORE_SCHEMA_FILE_NAME+++[]
71048+
endif::add-copy-button-to-env-var[]
71049+
ifndef::add-copy-button-to-env-var[]
71050+
Environment variable: `+++QUARKUS_SMALLRYE_OPENAPI_STORE_SCHEMA_FILE_NAME+++`
71051+
endif::add-copy-button-to-env-var[]
71052+
--
71053+
|string
71054+
|`openapi`
71055+
7096771056
a|icon:lock[title=Fixed at build time] [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-always-run-filter]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-always-run-filter[`quarkus.smallrye-openapi.always-run-filter`]##
7096871057

7096971058
[.description]

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,27 @@ endif::add-copy-button-to-env-var[]
518518
|boolean
519519
|`true`
520520

521+
a|icon:lock[title=Fixed at build time] [[quarkus-datasource_quarkus-datasource-devservices-show-logs]] [.property-path]##link:#quarkus-datasource_quarkus-datasource-devservices-show-logs[`quarkus.datasource.devservices.show-logs`]##
522+
523+
`quarkus.datasource."datasource-name".devservices.show-logs`
524+
525+
[.description]
526+
--
527+
Whether the logs should be consumed by the JBoss logger.
528+
529+
This has no effect if the provider is not a container-based database, such as H2 or Derby.
530+
531+
532+
ifdef::add-copy-button-to-env-var[]
533+
Environment variable: env_var_with_copy_button:+++QUARKUS_DATASOURCE_DEVSERVICES_SHOW_LOGS+++[]
534+
endif::add-copy-button-to-env-var[]
535+
ifndef::add-copy-button-to-env-var[]
536+
Environment variable: `+++QUARKUS_DATASOURCE_DEVSERVICES_SHOW_LOGS+++`
537+
endif::add-copy-button-to-env-var[]
538+
--
539+
|boolean
540+
|`false`
541+
521542

522543
|===
523544

_generated-doc/main/config/quarkus-datasource_quarkus.datasource.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,27 @@ endif::add-copy-button-to-env-var[]
518518
|boolean
519519
|`true`
520520

521+
a|icon:lock[title=Fixed at build time] [[quarkus-datasource_quarkus-datasource-devservices-show-logs]] [.property-path]##link:#quarkus-datasource_quarkus-datasource-devservices-show-logs[`quarkus.datasource.devservices.show-logs`]##
522+
523+
`quarkus.datasource."datasource-name".devservices.show-logs`
524+
525+
[.description]
526+
--
527+
Whether the logs should be consumed by the JBoss logger.
528+
529+
This has no effect if the provider is not a container-based database, such as H2 or Derby.
530+
531+
532+
ifdef::add-copy-button-to-env-var[]
533+
Environment variable: env_var_with_copy_button:+++QUARKUS_DATASOURCE_DEVSERVICES_SHOW_LOGS+++[]
534+
endif::add-copy-button-to-env-var[]
535+
ifndef::add-copy-button-to-env-var[]
536+
Environment variable: `+++QUARKUS_DATASOURCE_DEVSERVICES_SHOW_LOGS+++`
537+
endif::add-copy-button-to-env-var[]
538+
--
539+
|boolean
540+
|`false`
541+
521542

522543
|===
523544

_generated-doc/main/config/quarkus-datasource_quarkus.datasource.devservices.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,5 +290,26 @@ endif::add-copy-button-to-env-var[]
290290
|boolean
291291
|`true`
292292

293+
a|icon:lock[title=Fixed at build time] [[quarkus-datasource_quarkus-datasource-devservices_quarkus-datasource-devservices-show-logs]] [.property-path]##link:#quarkus-datasource_quarkus-datasource-devservices_quarkus-datasource-devservices-show-logs[`quarkus.datasource.devservices.show-logs`]##
294+
295+
`quarkus.datasource."datasource-name".devservices.show-logs`
296+
297+
[.description]
298+
--
299+
Whether the logs should be consumed by the JBoss logger.
300+
301+
This has no effect if the provider is not a container-based database, such as H2 or Derby.
302+
303+
304+
ifdef::add-copy-button-to-env-var[]
305+
Environment variable: env_var_with_copy_button:+++QUARKUS_DATASOURCE_DEVSERVICES_SHOW_LOGS+++[]
306+
endif::add-copy-button-to-env-var[]
307+
ifndef::add-copy-button-to-env-var[]
308+
Environment variable: `+++QUARKUS_DATASOURCE_DEVSERVICES_SHOW_LOGS+++`
309+
endif::add-copy-button-to-env-var[]
310+
--
311+
|boolean
312+
|`false`
313+
293314
|===
294315

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ h|[.header-title]##Configuration property##
77
h|Type
88
h|Default
99

10+
a|icon:lock[title=Fixed at build time] [[quarkus-rest-client-config_quarkus-rest-client-removes-trailing-slash]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-removes-trailing-slash[`quarkus.rest-client.removes-trailing-slash`]##
11+
12+
[.description]
13+
--
14+
If true, the extension will automatically remove the trailing slash in the paths if any. This property is not applicable to the RESTEasy Client.
15+
16+
17+
ifdef::add-copy-button-to-env-var[]
18+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT_REMOVES_TRAILING_SLASH+++[]
19+
endif::add-copy-button-to-env-var[]
20+
ifndef::add-copy-button-to-env-var[]
21+
Environment variable: `+++QUARKUS_REST_CLIENT_REMOVES_TRAILING_SLASH+++`
22+
endif::add-copy-button-to-env-var[]
23+
--
24+
|boolean
25+
|`true`
26+
1027
a| [[quarkus-rest-client-config_quarkus-rest-client-multipart-post-encoder-mode]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-multipart-post-encoder-mode[`quarkus.rest-client.multipart-post-encoder-mode`]##
1128

1229
[.description]
@@ -713,6 +730,23 @@ endif::add-copy-button-to-env-var[]
713730
|string
714731
|
715732

733+
a|icon:lock[title=Fixed at build time] [[quarkus-rest-client-config_quarkus-rest-client-clients-removes-trailing-slash]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-clients-removes-trailing-slash[`quarkus.rest-client."clients".removes-trailing-slash`]##
734+
735+
[.description]
736+
--
737+
If true, the extension will automatically remove the trailing slash in the paths if any. This property is not applicable to the RESTEasy Client.
738+
739+
740+
ifdef::add-copy-button-to-env-var[]
741+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CLIENTS__REMOVES_TRAILING_SLASH+++[]
742+
endif::add-copy-button-to-env-var[]
743+
ifndef::add-copy-button-to-env-var[]
744+
Environment variable: `+++QUARKUS_REST_CLIENT__CLIENTS__REMOVES_TRAILING_SLASH+++`
745+
endif::add-copy-button-to-env-var[]
746+
--
747+
|boolean
748+
|`true`
749+
716750
a| [[quarkus-rest-client-config_quarkus-rest-client-client-url]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-client-url[`quarkus.rest-client."client".url`]##
717751

718752
[.description]

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ h|[.header-title]##Configuration property##
77
h|Type
88
h|Default
99

10+
a|icon:lock[title=Fixed at build time] [[quarkus-rest-client-config_quarkus-rest-client-removes-trailing-slash]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-removes-trailing-slash[`quarkus.rest-client.removes-trailing-slash`]##
11+
12+
[.description]
13+
--
14+
If true, the extension will automatically remove the trailing slash in the paths if any. This property is not applicable to the RESTEasy Client.
15+
16+
17+
ifdef::add-copy-button-to-env-var[]
18+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT_REMOVES_TRAILING_SLASH+++[]
19+
endif::add-copy-button-to-env-var[]
20+
ifndef::add-copy-button-to-env-var[]
21+
Environment variable: `+++QUARKUS_REST_CLIENT_REMOVES_TRAILING_SLASH+++`
22+
endif::add-copy-button-to-env-var[]
23+
--
24+
|boolean
25+
|`true`
26+
1027
a| [[quarkus-rest-client-config_quarkus-rest-client-multipart-post-encoder-mode]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-multipart-post-encoder-mode[`quarkus.rest-client.multipart-post-encoder-mode`]##
1128

1229
[.description]
@@ -713,6 +730,23 @@ endif::add-copy-button-to-env-var[]
713730
|string
714731
|
715732

733+
a|icon:lock[title=Fixed at build time] [[quarkus-rest-client-config_quarkus-rest-client-clients-removes-trailing-slash]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-clients-removes-trailing-slash[`quarkus.rest-client."clients".removes-trailing-slash`]##
734+
735+
[.description]
736+
--
737+
If true, the extension will automatically remove the trailing slash in the paths if any. This property is not applicable to the RESTEasy Client.
738+
739+
740+
ifdef::add-copy-button-to-env-var[]
741+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CLIENTS__REMOVES_TRAILING_SLASH+++[]
742+
endif::add-copy-button-to-env-var[]
743+
ifndef::add-copy-button-to-env-var[]
744+
Environment variable: `+++QUARKUS_REST_CLIENT__CLIENTS__REMOVES_TRAILING_SLASH+++`
745+
endif::add-copy-button-to-env-var[]
746+
--
747+
|boolean
748+
|`true`
749+
716750
a| [[quarkus-rest-client-config_quarkus-rest-client-client-url]] [.property-path]##link:#quarkus-rest-client-config_quarkus-rest-client-client-url[`quarkus.rest-client."client".url`]##
717751

718752
[.description]

_generated-doc/main/config/quarkus-rest_quarkus.rest.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,23 @@ endif::add-copy-button-to-env-var[]
166166
|boolean
167167
|`false`
168168

169+
a|icon:lock[title=Fixed at build time] [[quarkus-rest_quarkus-rest-removes-trailing-slash]] [.property-path]##link:#quarkus-rest_quarkus-rest-removes-trailing-slash[`quarkus.rest.removes-trailing-slash`]##
170+
171+
[.description]
172+
--
173+
If true, the extension will automatically remove the trailing slash in the paths if any.
174+
175+
176+
ifdef::add-copy-button-to-env-var[]
177+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_REMOVES_TRAILING_SLASH+++[]
178+
endif::add-copy-button-to-env-var[]
179+
ifndef::add-copy-button-to-env-var[]
180+
Environment variable: `+++QUARKUS_REST_REMOVES_TRAILING_SLASH+++`
181+
endif::add-copy-button-to-env-var[]
182+
--
183+
|boolean
184+
|`true`
185+
169186
a| [[quarkus-rest_quarkus-rest-multipart-input-part-default-charset]] [.property-path]##link:#quarkus-rest_quarkus-rest-multipart-input-part-default-charset[`quarkus.rest.multipart.input-part.default-charset`]##
170187

171188
[.description]

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,23 @@ endif::add-copy-button-to-env-var[]
4141
|path
4242
|
4343

44+
a|icon:lock[title=Fixed at build time] [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-store-schema-file-name]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-store-schema-file-name[`quarkus.smallrye-openapi.store-schema-file-name`]##
45+
46+
[.description]
47+
--
48+
The name of the file in case it is being stored.
49+
50+
51+
ifdef::add-copy-button-to-env-var[]
52+
Environment variable: env_var_with_copy_button:+++QUARKUS_SMALLRYE_OPENAPI_STORE_SCHEMA_FILE_NAME+++[]
53+
endif::add-copy-button-to-env-var[]
54+
ifndef::add-copy-button-to-env-var[]
55+
Environment variable: `+++QUARKUS_SMALLRYE_OPENAPI_STORE_SCHEMA_FILE_NAME+++`
56+
endif::add-copy-button-to-env-var[]
57+
--
58+
|string
59+
|`openapi`
60+
4461
a|icon:lock[title=Fixed at build time] [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-always-run-filter]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-always-run-filter[`quarkus.smallrye-openapi.always-run-filter`]##
4562

4663
[.description]

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,23 @@ endif::add-copy-button-to-env-var[]
4141
|path
4242
|
4343

44+
a|icon:lock[title=Fixed at build time] [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-store-schema-file-name]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-store-schema-file-name[`quarkus.smallrye-openapi.store-schema-file-name`]##
45+
46+
[.description]
47+
--
48+
The name of the file in case it is being stored.
49+
50+
51+
ifdef::add-copy-button-to-env-var[]
52+
Environment variable: env_var_with_copy_button:+++QUARKUS_SMALLRYE_OPENAPI_STORE_SCHEMA_FILE_NAME+++[]
53+
endif::add-copy-button-to-env-var[]
54+
ifndef::add-copy-button-to-env-var[]
55+
Environment variable: `+++QUARKUS_SMALLRYE_OPENAPI_STORE_SCHEMA_FILE_NAME+++`
56+
endif::add-copy-button-to-env-var[]
57+
--
58+
|string
59+
|`openapi`
60+
4461
a|icon:lock[title=Fixed at build time] [[quarkus-smallrye-openapi_quarkus-smallrye-openapi-always-run-filter]] [.property-path]##link:#quarkus-smallrye-openapi_quarkus-smallrye-openapi-always-run-filter[`quarkus.smallrye-openapi.always-run-filter`]##
4562

4663
[.description]

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4525,6 +4525,17 @@ _No Javadoc found_
45254525
_No Javadoc found_
45264526

45274527

4528+
4529+
4530+
a| https://github.com/quarkusio/quarkus/blob/main/extensions/resteasy-reactive/rest-client-jaxrs/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/RestClientDisableRemovalTrailingSlashBuildItem.java[`io.quarkus.jaxrs.client.reactive.deployment.RestClientDisableRemovalTrailingSlashBuildItem`, window="_blank"]
4531+
[.description]
4532+
--
4533+
This build item disables the removal of trailing slashes from the paths.
4534+
-- a|`java.util.List<DotName> clients`
4535+
4536+
_No Javadoc found_
4537+
4538+
45284539
|===
45294540
== JAX-RS - SPI
45304541
[.configuration-reference,cols=2*]

0 commit comments

Comments
 (0)