Skip to content

Commit a5a6e66

Browse files
committed
Sync documentation of main branch
1 parent 13e06e4 commit a5a6e66

13 files changed

+116
-89
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"configDocKey":{"type":"string","key":".scope","additionalKeys":[],"configDoc":"The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as \"jakarta.enterprise.context.ApplicationScoped\") or its simple name (such as \"ApplicationScoped\"). By default, this is not set which means the interface is not registered as a bean unless it is annotated with `RegisterRestClient`. If an interface is not annotated with `RegisterRestClient` and this property is set, then Quarkus will make the interface a bean of the configured scope.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"scope","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]

_generated-doc/main/config/all-configuration-groups-generated-doc/io.quarkus.restclient.config.RestClientConfig

+1-1
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"configDocKey":{"type":"string","key":"quarkus.rest-client.\"configs\".scope","additionalKeys":[],"configDoc":"The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as \"jakarta.enterprise.context.ApplicationScoped\") or its simple name (such as \"ApplicationScoped\"). By default, this is not set which means the interface is not registered as a bean unless it is annotated with `RegisterRestClient`. If an interface is not annotated with `RegisterRestClient` and this property is set, then Quarkus will make the interface a bean of the configured scope.","withinAMap":true,"defaultValue":"","javaDocSiteLink":"","docMapKey":"scope","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"quarkus.rest-client","enum":false}}]

_generated-doc/main/config/all-configuration-roots-generated-doc/io.quarkus.restclient.config.RestClientsConfig

+1-1
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
io.quarkus.restclient.config.RestClientsBuildTimeConfig

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

+17-17
Original file line numberDiff line numberDiff line change
@@ -58012,6 +58012,23 @@ endif::add-copy-button-to-env-var[]
5801258012
|`true`
5801358013

5801458014

58015+
a|icon:lock[title=Fixed at build time] [[quarkus-rest-client-config_quarkus.rest-client.-configs-.scope]]`link:#quarkus-rest-client-config_quarkus.rest-client.-configs-.scope[quarkus.rest-client."configs".scope]`
58016+
58017+
58018+
[.description]
58019+
--
58020+
The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as "jakarta.enterprise.context.ApplicationScoped") or its simple name (such as "ApplicationScoped"). By default, this is not set which means the interface is not registered as a bean unless it is annotated with `RegisterRestClient`. If an interface is not annotated with `RegisterRestClient` and this property is set, then Quarkus will make the interface a bean of the configured scope.
58021+
58022+
ifdef::add-copy-button-to-env-var[]
58023+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CONFIGS__SCOPE+++[]
58024+
endif::add-copy-button-to-env-var[]
58025+
ifndef::add-copy-button-to-env-var[]
58026+
Environment variable: `+++QUARKUS_REST_CLIENT__CONFIGS__SCOPE+++`
58027+
endif::add-copy-button-to-env-var[]
58028+
--|string
58029+
|
58030+
58031+
5801558032
a| [[quarkus-rest-client-config_quarkus.rest-client.-config-key-.multipart.max-chunk-size]]`link:#quarkus-rest-client-config_quarkus.rest-client.-config-key-.multipart.max-chunk-size[quarkus.rest-client."config-key".multipart.max-chunk-size]`
5801658033

5801758034

@@ -58063,23 +58080,6 @@ endif::add-copy-button-to-env-var[]
5806358080
|
5806458081

5806558082

58066-
a| [[quarkus-rest-client-config_quarkus.rest-client.-config-key-.scope]]`link:#quarkus-rest-client-config_quarkus.rest-client.-config-key-.scope[quarkus.rest-client."config-key".scope]`
58067-
58068-
58069-
[.description]
58070-
--
58071-
The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as "jakarta.enterprise.context.ApplicationScoped") or its simple name (such as "ApplicationScoped").
58072-
58073-
ifdef::add-copy-button-to-env-var[]
58074-
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CONFIG_KEY__SCOPE+++[]
58075-
endif::add-copy-button-to-env-var[]
58076-
ifndef::add-copy-button-to-env-var[]
58077-
Environment variable: `+++QUARKUS_REST_CLIENT__CONFIG_KEY__SCOPE+++`
58078-
endif::add-copy-button-to-env-var[]
58079-
--|string
58080-
|
58081-
58082-
5808358083
a| [[quarkus-rest-client-config_quarkus.rest-client.-config-key-.providers]]`link:#quarkus-rest-client-config_quarkus.rest-client.-config-key-.providers[quarkus.rest-client."config-key".providers]`
5808458084

5808558085

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
:summaryTableId: quarkus-rest-client-restclient-config-rest-clients-build-time-config
3+
[.configuration-legend]
4+
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
5+
[.configuration-reference, cols="80,.^10,.^10"]
6+
|===
7+
8+
h|[[quarkus-rest-client-restclient-config-rest-clients-build-time-config_configuration]]link:#quarkus-rest-client-restclient-config-rest-clients-build-time-config_configuration[Configuration property]
9+
10+
h|Type
11+
h|Default
12+
13+
a|icon:lock[title=Fixed at build time] [[quarkus-rest-client-restclient-config-rest-clients-build-time-config_quarkus.rest-client.-configs-.scope]]`link:#quarkus-rest-client-restclient-config-rest-clients-build-time-config_quarkus.rest-client.-configs-.scope[quarkus.rest-client."configs".scope]`
14+
15+
16+
[.description]
17+
--
18+
The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as "jakarta.enterprise.context.ApplicationScoped") or its simple name (such as "ApplicationScoped"). By default, this is not set which means the interface is not registered as a bean unless it is annotated with `RegisterRestClient`. If an interface is not annotated with `RegisterRestClient` and this property is set, then Quarkus will make the interface a bean of the configured scope.
19+
20+
ifdef::add-copy-button-to-env-var[]
21+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CONFIGS__SCOPE+++[]
22+
endif::add-copy-button-to-env-var[]
23+
ifndef::add-copy-button-to-env-var[]
24+
Environment variable: `+++QUARKUS_REST_CLIENT__CONFIGS__SCOPE+++`
25+
endif::add-copy-button-to-env-var[]
26+
--|string
27+
|
28+
29+
|===

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

-17
Original file line numberDiff line numberDiff line change
@@ -612,23 +612,6 @@ endif::add-copy-button-to-env-var[]
612612
|
613613

614614

615-
a| [[quarkus-rest-client-restclient-config-rest-clients-config_quarkus.rest-client.-config-key-.scope]]`link:#quarkus-rest-client-restclient-config-rest-clients-config_quarkus.rest-client.-config-key-.scope[quarkus.rest-client."config-key".scope]`
616-
617-
618-
[.description]
619-
--
620-
The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as "jakarta.enterprise.context.ApplicationScoped") or its simple name (such as "ApplicationScoped").
621-
622-
ifdef::add-copy-button-to-env-var[]
623-
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CONFIG_KEY__SCOPE+++[]
624-
endif::add-copy-button-to-env-var[]
625-
ifndef::add-copy-button-to-env-var[]
626-
Environment variable: `+++QUARKUS_REST_CLIENT__CONFIG_KEY__SCOPE+++`
627-
endif::add-copy-button-to-env-var[]
628-
--|string
629-
|
630-
631-
632615
a| [[quarkus-rest-client-restclient-config-rest-clients-config_quarkus.rest-client.-config-key-.providers]]`link:#quarkus-rest-client-restclient-config-rest-clients-config_quarkus.rest-client.-config-key-.providers[quarkus.rest-client."config-key".providers]`
633616

634617

_generated-doc/main/config/quarkus-restclient-config-general-config-items.adoc

+17-17
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,23 @@ endif::add-copy-button-to-env-var[]
6767
|
6868

6969

70+
a|icon:lock[title=Fixed at build time] [[quarkus-restclient-config-general-config-items_quarkus.rest-client.-configs-.scope]]`link:#quarkus-restclient-config-general-config-items_quarkus.rest-client.-configs-.scope[quarkus.rest-client."configs".scope]`
71+
72+
73+
[.description]
74+
--
75+
The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as "jakarta.enterprise.context.ApplicationScoped") or its simple name (such as "ApplicationScoped"). By default, this is not set which means the interface is not registered as a bean unless it is annotated with `RegisterRestClient`. If an interface is not annotated with `RegisterRestClient` and this property is set, then Quarkus will make the interface a bean of the configured scope.
76+
77+
ifdef::add-copy-button-to-env-var[]
78+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CONFIGS__SCOPE+++[]
79+
endif::add-copy-button-to-env-var[]
80+
ifndef::add-copy-button-to-env-var[]
81+
Environment variable: `+++QUARKUS_REST_CLIENT__CONFIGS__SCOPE+++`
82+
endif::add-copy-button-to-env-var[]
83+
--|string
84+
|
85+
86+
7087
a| [[quarkus-restclient-config-general-config-items_quarkus.rest-client.-config-key-.multipart.max-chunk-size]]`link:#quarkus-restclient-config-general-config-items_quarkus.rest-client.-config-key-.multipart.max-chunk-size[quarkus.rest-client."config-key".multipart.max-chunk-size]`
7188

7289

@@ -118,23 +135,6 @@ endif::add-copy-button-to-env-var[]
118135
|
119136

120137

121-
a| [[quarkus-restclient-config-general-config-items_quarkus.rest-client.-config-key-.scope]]`link:#quarkus-restclient-config-general-config-items_quarkus.rest-client.-config-key-.scope[quarkus.rest-client."config-key".scope]`
122-
123-
124-
[.description]
125-
--
126-
The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as "jakarta.enterprise.context.ApplicationScoped") or its simple name (such as "ApplicationScoped").
127-
128-
ifdef::add-copy-button-to-env-var[]
129-
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CONFIG_KEY__SCOPE+++[]
130-
endif::add-copy-button-to-env-var[]
131-
ifndef::add-copy-button-to-env-var[]
132-
Environment variable: `+++QUARKUS_REST_CLIENT__CONFIG_KEY__SCOPE+++`
133-
endif::add-copy-button-to-env-var[]
134-
--|string
135-
|
136-
137-
138138
a| [[quarkus-restclient-config-general-config-items_quarkus.rest-client.-config-key-.providers]]`link:#quarkus-restclient-config-general-config-items_quarkus.rest-client.-config-key-.providers[quarkus.rest-client."config-key".providers]`
139139

140140

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
:summaryTableId: quarkus-restclient-config-rest-client-build-config
3+
[.configuration-legend]
4+
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
5+
[.configuration-reference, cols="80,.^10,.^10"]
6+
|===
7+
8+
h|[[quarkus-restclient-config-rest-client-build-config_configuration]]link:#quarkus-restclient-config-rest-client-build-config_configuration[Configuration property]
9+
10+
h|Type
11+
h|Default
12+
13+
a|icon:lock[title=Fixed at build time] [[quarkus-restclient-config-rest-client-build-config_quarkus.rest-client.-configs-.scope]]`link:#quarkus-restclient-config-rest-client-build-config_quarkus.rest-client.-configs-.scope[quarkus.rest-client."configs".scope]`
14+
15+
16+
[.description]
17+
--
18+
The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as "jakarta.enterprise.context.ApplicationScoped") or its simple name (such as "ApplicationScoped"). By default, this is not set which means the interface is not registered as a bean unless it is annotated with `RegisterRestClient`. If an interface is not annotated with `RegisterRestClient` and this property is set, then Quarkus will make the interface a bean of the configured scope.
19+
20+
ifdef::add-copy-button-to-env-var[]
21+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CONFIGS__SCOPE+++[]
22+
endif::add-copy-button-to-env-var[]
23+
ifndef::add-copy-button-to-env-var[]
24+
Environment variable: `+++QUARKUS_REST_CLIENT__CONFIGS__SCOPE+++`
25+
endif::add-copy-button-to-env-var[]
26+
--|string
27+
|
28+
29+
|===

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

-17
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,6 @@ endif::add-copy-button-to-env-var[]
6161
|
6262

6363

64-
a| [[quarkus-restclient-config-rest-client-config_quarkus.rest-client.-config-key-.scope]]`link:#quarkus-restclient-config-rest-client-config_quarkus.rest-client.-config-key-.scope[quarkus.rest-client."config-key".scope]`
65-
66-
67-
[.description]
68-
--
69-
The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as "jakarta.enterprise.context.ApplicationScoped") or its simple name (such as "ApplicationScoped").
70-
71-
ifdef::add-copy-button-to-env-var[]
72-
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CONFIG_KEY__SCOPE+++[]
73-
endif::add-copy-button-to-env-var[]
74-
ifndef::add-copy-button-to-env-var[]
75-
Environment variable: `+++QUARKUS_REST_CLIENT__CONFIG_KEY__SCOPE+++`
76-
endif::add-copy-button-to-env-var[]
77-
--|string
78-
|
79-
80-
8164
a| [[quarkus-restclient-config-rest-client-config_quarkus.rest-client.-config-key-.providers]]`link:#quarkus-restclient-config-rest-client-config_quarkus.rest-client.-config-key-.providers[quarkus.rest-client."config-key".providers]`
8265

8366

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

+17-17
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,23 @@ endif::add-copy-button-to-env-var[]
561561
|`true`
562562

563563

564+
a|icon:lock[title=Fixed at build time] [[quarkus-restclient-config_quarkus.rest-client.-configs-.scope]]`link:#quarkus-restclient-config_quarkus.rest-client.-configs-.scope[quarkus.rest-client."configs".scope]`
565+
566+
567+
[.description]
568+
--
569+
The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as "jakarta.enterprise.context.ApplicationScoped") or its simple name (such as "ApplicationScoped"). By default, this is not set which means the interface is not registered as a bean unless it is annotated with `RegisterRestClient`. If an interface is not annotated with `RegisterRestClient` and this property is set, then Quarkus will make the interface a bean of the configured scope.
570+
571+
ifdef::add-copy-button-to-env-var[]
572+
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CONFIGS__SCOPE+++[]
573+
endif::add-copy-button-to-env-var[]
574+
ifndef::add-copy-button-to-env-var[]
575+
Environment variable: `+++QUARKUS_REST_CLIENT__CONFIGS__SCOPE+++`
576+
endif::add-copy-button-to-env-var[]
577+
--|string
578+
|
579+
580+
564581
a| [[quarkus-restclient-config_quarkus.rest-client.-config-key-.multipart.max-chunk-size]]`link:#quarkus-restclient-config_quarkus.rest-client.-config-key-.multipart.max-chunk-size[quarkus.rest-client."config-key".multipart.max-chunk-size]`
565582

566583

@@ -612,23 +629,6 @@ endif::add-copy-button-to-env-var[]
612629
|
613630

614631

615-
a| [[quarkus-restclient-config_quarkus.rest-client.-config-key-.scope]]`link:#quarkus-restclient-config_quarkus.rest-client.-config-key-.scope[quarkus.rest-client."config-key".scope]`
616-
617-
618-
[.description]
619-
--
620-
The CDI scope to use for injection. This property can contain either a fully qualified class name of a CDI scope annotation (such as "jakarta.enterprise.context.ApplicationScoped") or its simple name (such as "ApplicationScoped").
621-
622-
ifdef::add-copy-button-to-env-var[]
623-
Environment variable: env_var_with_copy_button:+++QUARKUS_REST_CLIENT__CONFIG_KEY__SCOPE+++[]
624-
endif::add-copy-button-to-env-var[]
625-
ifndef::add-copy-button-to-env-var[]
626-
Environment variable: `+++QUARKUS_REST_CLIENT__CONFIG_KEY__SCOPE+++`
627-
endif::add-copy-button-to-env-var[]
628-
--|string
629-
|
630-
631-
632632
a| [[quarkus-restclient-config_quarkus.rest-client.-config-key-.providers]]`link:#quarkus-restclient-config_quarkus.rest-client.-config-key-.providers[quarkus.rest-client."config-key".providers]`
633633

634634

_versions/main/guides/native-reference.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,8 @@ we need the following cypher script which will import the data within the CSV fi
846846

847847
[source,cypher]
848848
----
849-
CREATE CONSTRAINT unique_vm_id ON (v:VM) ASSERT v.vmId IS UNIQUE;
850-
CREATE CONSTRAINT unique_method_id ON (m:Method) ASSERT m.methodId IS UNIQUE;
849+
CREATE CONSTRAINT unique_vm_id FOR (v:VM) REQUIRE v.vmId IS UNIQUE;
850+
CREATE CONSTRAINT unique_method_id FOR (m:Method) REQUIRE m.methodId IS UNIQUE;
851851
852852
LOAD CSV WITH HEADERS FROM 'file:///reports/call_tree_vm.csv' AS row
853853
MERGE (v:VM {vmId: row.Id, name: row.Name})

0 commit comments

Comments
 (0)