Skip to content

Commit b904bea

Browse files
committed
Sync documentation of main branch
1 parent b9cd3e1 commit b904bea

10 files changed

+263
-36
lines changed

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

Lines changed: 80 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9923,6 +9923,29 @@ endif::add-copy-button-to-env-var[]
99239923
|boolean
99249924
|`+++false+++`
99259925

9926+
a|icon:lock[title=Fixed at build time] [[quarkus-core_quarkus-native-pgo-enabled]] [.property-path]##link:#quarkus-core_quarkus-native-pgo-enabled[`+++quarkus.native.pgo.enabled+++`]##
9927+
ifdef::add-copy-button-to-config-props[]
9928+
config_property_copy_button:+++quarkus.native.pgo.enabled+++[]
9929+
endif::add-copy-button-to-config-props[]
9930+
9931+
9932+
[.description]
9933+
--
9934+
Enable Profile-Guided Optimization for native images.
9935+
9936+
Requires Oracle GraalVM. When enabled, the native build produces an instrumented binary. Running `@QuarkusIntegrationTest` generates a `.iprof` profile, and a post-integration-test Maven goal rebuilds with that profile to produce an optimized native binary.
9937+
9938+
9939+
ifdef::add-copy-button-to-env-var[]
9940+
Environment variable: env_var_with_copy_button:+++QUARKUS_NATIVE_PGO_ENABLED+++[]
9941+
endif::add-copy-button-to-env-var[]
9942+
ifndef::add-copy-button-to-env-var[]
9943+
Environment variable: `+++QUARKUS_NATIVE_PGO_ENABLED+++`
9944+
endif::add-copy-button-to-env-var[]
9945+
--
9946+
|boolean
9947+
|`+++false+++`
9948+
99269949
h|[.configroot-name]##Packaging the application##
99279950
h|Type
99289951
h|Default
@@ -26439,8 +26462,8 @@ The preferred JDBC type to use for storing {@link java.time.Instant} values.
2643926462
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
2644026463
<p>
2644126464
Can also specify the name of the SqlTypes constant field,
26442-
for example, `quarkus.hibernate-orm.mapping.type.preferred_instant_jdbc_type=TIMESTAMP`
26443-
or `quarkus.hibernate-orm.mapping.type.preferred_instant_jdbc_type=INSTANT`.
26465+
for example, `quarkus.hibernate-orm.mapping.instant.preferred-jdbc-type=TIMESTAMP`
26466+
or `quarkus.hibernate-orm.mapping.instant.preferred-jdbc-type=INSTANT`.
2644426467

2644526468

2644626469
ifdef::add-copy-button-to-env-var[]
@@ -26471,7 +26494,7 @@ The preferred JDBC type to use for storing boolean values.
2647126494
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
2647226495
<p>
2647326496
Can also specify the name of the SqlTypes constant field,
26474-
for example, `quarkus.hibernate-orm.mapping.type.boolean_jdbc_type=BIT`.
26497+
for example, `quarkus.hibernate-orm.mapping.boolean.preferred-jdbc-type=BIT`.
2647526498

2647626499

2647726500
ifdef::add-copy-button-to-env-var[]
@@ -26502,7 +26525,7 @@ The preferred JDBC type to use for storing {@link java.util.UUID} values.
2650226525
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
2650326526
<p>
2650426527
Can also specify the name of the SqlTypes constant field,
26505-
for example, `quarkus.hibernate-orm.mapping.type.uuid_jdbc_type=CHAR`.
26528+
for example, `quarkus.hibernate-orm.mapping.uuid.preferred-jdbc-type=CHAR`.
2650626529

2650726530

2650826531
ifdef::add-copy-button-to-env-var[]
@@ -27115,7 +27138,7 @@ Environment variable: `+++QUARKUS_HIBERNATE_ORM_CACHE__CACHE__EXPIRATION_MAX_IDL
2711527138
endif::add-copy-button-to-env-var[]
2711627139
--
2711727140
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-all-config[icon:question-circle[title=More information about the Duration format]]
27118-
|
27141+
|`+++100s+++`
2711927142

2712027143
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-cache-cache-memory-object-count]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-cache-cache-memory-object-count[`+++quarkus.hibernate-orm.cache."cache".memory.object-count+++`]##
2712127144
ifdef::add-copy-button-to-config-props[]
@@ -27141,7 +27164,7 @@ Environment variable: `+++QUARKUS_HIBERNATE_ORM_CACHE__CACHE__MEMORY_OBJECT_COUN
2714127164
endif::add-copy-button-to-env-var[]
2714227165
--
2714327166
|long
27144-
|
27167+
|`+++10000+++`
2714527168

2714627169

2714727170
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-discriminator]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-discriminator[Discriminator related configuration]##
@@ -81401,6 +81424,31 @@ endif::add-copy-button-to-env-var[]
8140181424
|boolean
8140281425
|`+++true+++`
8140381426

81427+
a| [[quarkus-opentelemetry_quarkus-otel-experimental-sdk-telemetry-version]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-experimental-sdk-telemetry-version[`+++quarkus.otel.experimental.sdk.telemetry.version+++`]##
81428+
ifdef::add-copy-button-to-config-props[]
81429+
config_property_copy_button:+++quarkus.otel.experimental.sdk.telemetry.version+++[]
81430+
endif::add-copy-button-to-config-props[]
81431+
81432+
81433+
[.description]
81434+
--
81435+
Controls the OpenTelemetry SDK internal telemetry version.
81436+
81437+
When set to `latest`, the SDK emits self-diagnostics metrics for spans (`otel.sdk.span.live`, `otel.sdk.span.started`) in addition to metric reader diagnostics (`otel.sdk.metric_reader.collection.duration`). When set to `legacy`, only metric reader diagnostics are emitted.
81438+
81439+
Defaults to `latest`.
81440+
81441+
81442+
ifdef::add-copy-button-to-env-var[]
81443+
Environment variable: env_var_with_copy_button:+++QUARKUS_OTEL_EXPERIMENTAL_SDK_TELEMETRY_VERSION+++[]
81444+
endif::add-copy-button-to-env-var[]
81445+
ifndef::add-copy-button-to-env-var[]
81446+
Environment variable: `+++QUARKUS_OTEL_EXPERIMENTAL_SDK_TELEMETRY_VERSION+++`
81447+
endif::add-copy-button-to-env-var[]
81448+
--
81449+
|string
81450+
|`+++latest+++`
81451+
8140481452
a| [[quarkus-opentelemetry_quarkus-otel-mp-compatibility]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-mp-compatibility[`+++quarkus.otel.mp.compatibility+++`]##
8140581453
ifdef::add-copy-button-to-config-props[]
8140681454
config_property_copy_button:+++quarkus.otel.mp.compatibility+++[]
@@ -86523,6 +86571,32 @@ endif::add-copy-button-to-env-var[]
8652386571
a|tooltip:prioritize[If multiple templates with the same path are found then determine the highest priority value and eliminate all templates with lowest priority. If there is exactly one template remaining then use this template. Otherwise, fail the build. Templates from the root application archive have the priority `30`. Templates from other application archives have the priority `10`. Templates from build items can define any priority.], tooltip:fail[Fail the build if multiple templates with the same path are found.]
8652486572
|tooltip:prioritize[If multiple templates with the same path are found then determine the highest priority value and eliminate all templates with lowest priority. If there is exactly one template remaining then use this template. Otherwise, fail the build. Templates from the root application archive have the priority {@code 30}. Templates from other application archives have the priority {@code 10}. Templates from build items can define any priority.]
8652586573

86574+
a|icon:lock[title=Fixed at build time] [[quarkus-qute_quarkus-qute-alt-expr-syntax]] [.property-path]##link:#quarkus-qute_quarkus-qute-alt-expr-syntax[`+++quarkus.qute.alt-expr-syntax+++`]##
86575+
ifdef::add-copy-button-to-config-props[]
86576+
config_property_copy_button:+++quarkus.qute.alt-expr-syntax+++[]
86577+
endif::add-copy-button-to-config-props[]
86578+
86579+
86580+
[.description]
86581+
--
86582+
Use the equals character as a command to identify an output expression in all templates from the application template
86583+
root, i.e. `src/main/resources/templates`.
86584+
86585+
By default, no special command is used, i.e. the syntax for an output expression looks like `{foo.name}`.
86586+
If set to `true` then the equals command is used instead.
86587+
The alternative syntax looks like `{=foo.name}`.
86588+
86589+
86590+
ifdef::add-copy-button-to-env-var[]
86591+
Environment variable: env_var_with_copy_button:+++QUARKUS_QUTE_ALT_EXPR_SYNTAX+++[]
86592+
endif::add-copy-button-to-env-var[]
86593+
ifndef::add-copy-button-to-env-var[]
86594+
Environment variable: `+++QUARKUS_QUTE_ALT_EXPR_SYNTAX+++`
86595+
endif::add-copy-button-to-env-var[]
86596+
--
86597+
|boolean
86598+
|`+++false+++`
86599+
8652686600
a|icon:lock[title=Fixed at build time] [[quarkus-qute_quarkus-qute-dev-mode-no-restart-templates]] [.property-path]##link:#quarkus-qute_quarkus-qute-dev-mode-no-restart-templates[`+++quarkus.qute.dev-mode.no-restart-templates+++`]##
8652786601
ifdef::add-copy-button-to-config-props[]
8652886602
config_property_copy_button:+++quarkus.qute.dev-mode.no-restart-templates+++[]

_generated-doc/main/config/quarkus-core_quarkus.native.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,5 +1098,28 @@ endif::add-copy-button-to-env-var[]
10981098
|boolean
10991099
|`+++false+++`
11001100

1101+
a|icon:lock[title=Fixed at build time] [[quarkus-core_quarkus-native-pgo-enabled]] [.property-path]##link:#quarkus-core_quarkus-native-pgo-enabled[`+++quarkus.native.pgo.enabled+++`]##
1102+
ifdef::add-copy-button-to-config-props[]
1103+
config_property_copy_button:+++quarkus.native.pgo.enabled+++[]
1104+
endif::add-copy-button-to-config-props[]
1105+
1106+
1107+
[.description]
1108+
--
1109+
Enable Profile-Guided Optimization for native images.
1110+
1111+
Requires Oracle GraalVM. When enabled, the native build produces an instrumented binary. Running `@QuarkusIntegrationTest` generates a `.iprof` profile, and a post-integration-test Maven goal rebuilds with that profile to produce an optimized native binary.
1112+
1113+
1114+
ifdef::add-copy-button-to-env-var[]
1115+
Environment variable: env_var_with_copy_button:+++QUARKUS_NATIVE_PGO_ENABLED+++[]
1116+
endif::add-copy-button-to-env-var[]
1117+
ifndef::add-copy-button-to-env-var[]
1118+
Environment variable: `+++QUARKUS_NATIVE_PGO_ENABLED+++`
1119+
endif::add-copy-button-to-env-var[]
1120+
--
1121+
|boolean
1122+
|`+++false+++`
1123+
11011124
|===
11021125

_generated-doc/main/config/quarkus-hibernate-orm.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,8 +1061,8 @@ The preferred JDBC type to use for storing {@link java.time.Instant} values.
10611061
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
10621062
<p>
10631063
Can also specify the name of the SqlTypes constant field,
1064-
for example, `quarkus.hibernate-orm.mapping.type.preferred_instant_jdbc_type=TIMESTAMP`
1065-
or `quarkus.hibernate-orm.mapping.type.preferred_instant_jdbc_type=INSTANT`.
1064+
for example, `quarkus.hibernate-orm.mapping.instant.preferred-jdbc-type=TIMESTAMP`
1065+
or `quarkus.hibernate-orm.mapping.instant.preferred-jdbc-type=INSTANT`.
10661066

10671067

10681068
ifdef::add-copy-button-to-env-var[]
@@ -1093,7 +1093,7 @@ The preferred JDBC type to use for storing boolean values.
10931093
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
10941094
<p>
10951095
Can also specify the name of the SqlTypes constant field,
1096-
for example, `quarkus.hibernate-orm.mapping.type.boolean_jdbc_type=BIT`.
1096+
for example, `quarkus.hibernate-orm.mapping.boolean.preferred-jdbc-type=BIT`.
10971097

10981098

10991099
ifdef::add-copy-button-to-env-var[]
@@ -1124,7 +1124,7 @@ The preferred JDBC type to use for storing {@link java.util.UUID} values.
11241124
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
11251125
<p>
11261126
Can also specify the name of the SqlTypes constant field,
1127-
for example, `quarkus.hibernate-orm.mapping.type.uuid_jdbc_type=CHAR`.
1127+
for example, `quarkus.hibernate-orm.mapping.uuid.preferred-jdbc-type=CHAR`.
11281128

11291129

11301130
ifdef::add-copy-button-to-env-var[]
@@ -1737,7 +1737,7 @@ Environment variable: `+++QUARKUS_HIBERNATE_ORM_CACHE__CACHE__EXPIRATION_MAX_IDL
17371737
endif::add-copy-button-to-env-var[]
17381738
--
17391739
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-hibernate-orm_quarkus-hibernate-orm[icon:question-circle[title=More information about the Duration format]]
1740-
|
1740+
|`+++100s+++`
17411741

17421742
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-cache-cache-memory-object-count]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-cache-cache-memory-object-count[`+++quarkus.hibernate-orm.cache."cache".memory.object-count+++`]##
17431743
ifdef::add-copy-button-to-config-props[]
@@ -1763,7 +1763,7 @@ Environment variable: `+++QUARKUS_HIBERNATE_ORM_CACHE__CACHE__MEMORY_OBJECT_COUN
17631763
endif::add-copy-button-to-env-var[]
17641764
--
17651765
|long
1766-
|
1766+
|`+++10000+++`
17671767

17681768

17691769
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-discriminator]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-discriminator[Discriminator related configuration]##

_generated-doc/main/config/quarkus-hibernate-orm_quarkus.hibernate-orm.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,8 +1061,8 @@ The preferred JDBC type to use for storing {@link java.time.Instant} values.
10611061
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
10621062
<p>
10631063
Can also specify the name of the SqlTypes constant field,
1064-
for example, `quarkus.hibernate-orm.mapping.type.preferred_instant_jdbc_type=TIMESTAMP`
1065-
or `quarkus.hibernate-orm.mapping.type.preferred_instant_jdbc_type=INSTANT`.
1064+
for example, `quarkus.hibernate-orm.mapping.instant.preferred-jdbc-type=TIMESTAMP`
1065+
or `quarkus.hibernate-orm.mapping.instant.preferred-jdbc-type=INSTANT`.
10661066

10671067

10681068
ifdef::add-copy-button-to-env-var[]
@@ -1093,7 +1093,7 @@ The preferred JDBC type to use for storing boolean values.
10931093
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
10941094
<p>
10951095
Can also specify the name of the SqlTypes constant field,
1096-
for example, `quarkus.hibernate-orm.mapping.type.boolean_jdbc_type=BIT`.
1096+
for example, `quarkus.hibernate-orm.mapping.boolean.preferred-jdbc-type=BIT`.
10971097

10981098

10991099
ifdef::add-copy-button-to-env-var[]
@@ -1124,7 +1124,7 @@ The preferred JDBC type to use for storing {@link java.util.UUID} values.
11241124
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
11251125
<p>
11261126
Can also specify the name of the SqlTypes constant field,
1127-
for example, `quarkus.hibernate-orm.mapping.type.uuid_jdbc_type=CHAR`.
1127+
for example, `quarkus.hibernate-orm.mapping.uuid.preferred-jdbc-type=CHAR`.
11281128

11291129

11301130
ifdef::add-copy-button-to-env-var[]
@@ -1737,7 +1737,7 @@ Environment variable: `+++QUARKUS_HIBERNATE_ORM_CACHE__CACHE__EXPIRATION_MAX_IDL
17371737
endif::add-copy-button-to-env-var[]
17381738
--
17391739
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-quarkus-hibernate-orm_quarkus-hibernate-orm[icon:question-circle[title=More information about the Duration format]]
1740-
|
1740+
|`+++100s+++`
17411741

17421742
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-cache-cache-memory-object-count]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-cache-cache-memory-object-count[`+++quarkus.hibernate-orm.cache."cache".memory.object-count+++`]##
17431743
ifdef::add-copy-button-to-config-props[]
@@ -1763,7 +1763,7 @@ Environment variable: `+++QUARKUS_HIBERNATE_ORM_CACHE__CACHE__MEMORY_OBJECT_COUN
17631763
endif::add-copy-button-to-env-var[]
17641764
--
17651765
|long
1766-
|
1766+
|`+++10000+++`
17671767

17681768

17691769
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-discriminator]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-discriminator[Discriminator related configuration]##

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,31 @@ endif::add-copy-button-to-env-var[]
11641164
|boolean
11651165
|`+++true+++`
11661166

1167+
a| [[quarkus-opentelemetry_quarkus-otel-experimental-sdk-telemetry-version]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-experimental-sdk-telemetry-version[`+++quarkus.otel.experimental.sdk.telemetry.version+++`]##
1168+
ifdef::add-copy-button-to-config-props[]
1169+
config_property_copy_button:+++quarkus.otel.experimental.sdk.telemetry.version+++[]
1170+
endif::add-copy-button-to-config-props[]
1171+
1172+
1173+
[.description]
1174+
--
1175+
Controls the OpenTelemetry SDK internal telemetry version.
1176+
1177+
When set to `latest`, the SDK emits self-diagnostics metrics for spans (`otel.sdk.span.live`, `otel.sdk.span.started`) in addition to metric reader diagnostics (`otel.sdk.metric_reader.collection.duration`). When set to `legacy`, only metric reader diagnostics are emitted.
1178+
1179+
Defaults to `latest`.
1180+
1181+
1182+
ifdef::add-copy-button-to-env-var[]
1183+
Environment variable: env_var_with_copy_button:+++QUARKUS_OTEL_EXPERIMENTAL_SDK_TELEMETRY_VERSION+++[]
1184+
endif::add-copy-button-to-env-var[]
1185+
ifndef::add-copy-button-to-env-var[]
1186+
Environment variable: `+++QUARKUS_OTEL_EXPERIMENTAL_SDK_TELEMETRY_VERSION+++`
1187+
endif::add-copy-button-to-env-var[]
1188+
--
1189+
|string
1190+
|`+++latest+++`
1191+
11671192
a| [[quarkus-opentelemetry_quarkus-otel-mp-compatibility]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-mp-compatibility[`+++quarkus.otel.mp.compatibility+++`]##
11681193
ifdef::add-copy-button-to-config-props[]
11691194
config_property_copy_button:+++quarkus.otel.mp.compatibility+++[]

_generated-doc/main/config/quarkus-opentelemetry_quarkus.otel.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,6 +1164,31 @@ endif::add-copy-button-to-env-var[]
11641164
|boolean
11651165
|`+++true+++`
11661166

1167+
a| [[quarkus-opentelemetry_quarkus-otel-experimental-sdk-telemetry-version]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-experimental-sdk-telemetry-version[`+++quarkus.otel.experimental.sdk.telemetry.version+++`]##
1168+
ifdef::add-copy-button-to-config-props[]
1169+
config_property_copy_button:+++quarkus.otel.experimental.sdk.telemetry.version+++[]
1170+
endif::add-copy-button-to-config-props[]
1171+
1172+
1173+
[.description]
1174+
--
1175+
Controls the OpenTelemetry SDK internal telemetry version.
1176+
1177+
When set to `latest`, the SDK emits self-diagnostics metrics for spans (`otel.sdk.span.live`, `otel.sdk.span.started`) in addition to metric reader diagnostics (`otel.sdk.metric_reader.collection.duration`). When set to `legacy`, only metric reader diagnostics are emitted.
1178+
1179+
Defaults to `latest`.
1180+
1181+
1182+
ifdef::add-copy-button-to-env-var[]
1183+
Environment variable: env_var_with_copy_button:+++QUARKUS_OTEL_EXPERIMENTAL_SDK_TELEMETRY_VERSION+++[]
1184+
endif::add-copy-button-to-env-var[]
1185+
ifndef::add-copy-button-to-env-var[]
1186+
Environment variable: `+++QUARKUS_OTEL_EXPERIMENTAL_SDK_TELEMETRY_VERSION+++`
1187+
endif::add-copy-button-to-env-var[]
1188+
--
1189+
|string
1190+
|`+++latest+++`
1191+
11671192
a| [[quarkus-opentelemetry_quarkus-otel-mp-compatibility]] [.property-path]##link:#quarkus-opentelemetry_quarkus-otel-mp-compatibility[`+++quarkus.otel.mp.compatibility+++`]##
11681193
ifdef::add-copy-button-to-config-props[]
11691194
config_property_copy_button:+++quarkus.otel.mp.compatibility+++[]

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,32 @@ endif::add-copy-button-to-env-var[]
197197
a|tooltip:prioritize[If multiple templates with the same path are found then determine the highest priority value and eliminate all templates with lowest priority. If there is exactly one template remaining then use this template. Otherwise, fail the build. Templates from the root application archive have the priority `30`. Templates from other application archives have the priority `10`. Templates from build items can define any priority.], tooltip:fail[Fail the build if multiple templates with the same path are found.]
198198
|tooltip:prioritize[If multiple templates with the same path are found then determine the highest priority value and eliminate all templates with lowest priority. If there is exactly one template remaining then use this template. Otherwise, fail the build. Templates from the root application archive have the priority {@code 30}. Templates from other application archives have the priority {@code 10}. Templates from build items can define any priority.]
199199

200+
a|icon:lock[title=Fixed at build time] [[quarkus-qute_quarkus-qute-alt-expr-syntax]] [.property-path]##link:#quarkus-qute_quarkus-qute-alt-expr-syntax[`+++quarkus.qute.alt-expr-syntax+++`]##
201+
ifdef::add-copy-button-to-config-props[]
202+
config_property_copy_button:+++quarkus.qute.alt-expr-syntax+++[]
203+
endif::add-copy-button-to-config-props[]
204+
205+
206+
[.description]
207+
--
208+
Use the equals character as a command to identify an output expression in all templates from the application template
209+
root, i.e. `src/main/resources/templates`.
210+
211+
By default, no special command is used, i.e. the syntax for an output expression looks like `{foo.name}`.
212+
If set to `true` then the equals command is used instead.
213+
The alternative syntax looks like `{=foo.name}`.
214+
215+
216+
ifdef::add-copy-button-to-env-var[]
217+
Environment variable: env_var_with_copy_button:+++QUARKUS_QUTE_ALT_EXPR_SYNTAX+++[]
218+
endif::add-copy-button-to-env-var[]
219+
ifndef::add-copy-button-to-env-var[]
220+
Environment variable: `+++QUARKUS_QUTE_ALT_EXPR_SYNTAX+++`
221+
endif::add-copy-button-to-env-var[]
222+
--
223+
|boolean
224+
|`+++false+++`
225+
200226
a|icon:lock[title=Fixed at build time] [[quarkus-qute_quarkus-qute-dev-mode-no-restart-templates]] [.property-path]##link:#quarkus-qute_quarkus-qute-dev-mode-no-restart-templates[`+++quarkus.qute.dev-mode.no-restart-templates+++`]##
201227
ifdef::add-copy-button-to-config-props[]
202228
config_property_copy_button:+++quarkus.qute.dev-mode.no-restart-templates+++[]

0 commit comments

Comments
 (0)