Skip to content

Commit d3331d4

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent fdbccef commit d3331d4

12 files changed

+218
-68
lines changed

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

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

1270912709
[.description]
1271012710
--
12711-
Enables or Disable the HTTP/2 Push feature. This setting can be used to disable server push. The server will not send a `PUSH_PROMISE` frame if it receives this parameter set to @++{++code false++}++.
12711+
Enables or Disable the HTTP/2 Push feature. This setting can be used to disable server push. The server will not send a `PUSH_PROMISE` frame if it receives this parameter set to `false`.
1271212712

1271312713

1271412714
ifdef::add-copy-button-to-env-var[]
@@ -20175,6 +20175,27 @@ endif::add-copy-button-to-env-var[]
2017520175
|boolean
2017620176
|`false`
2017720177

20178+
a| [[quarkus-flyway_quarkus-flyway-validate-at-start-clean-on-validation-error]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-validate-at-start-clean-on-validation-error[`quarkus.flyway.validate-at-start.clean-on-validation-error`]##
20179+
ifdef::add-copy-button-to-config-props[]
20180+
config_property_copy_button:+++quarkus.flyway.validate-at-start.clean-on-validation-error+++[]
20181+
endif::add-copy-button-to-config-props[]
20182+
20183+
20184+
[.description]
20185+
--
20186+
true to automatically execute a Flyway clean command when a validation error occurs at start, false otherwise.
20187+
20188+
20189+
ifdef::add-copy-button-to-env-var[]
20190+
Environment variable: env_var_with_copy_button:+++QUARKUS_FLYWAY_VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++[]
20191+
endif::add-copy-button-to-env-var[]
20192+
ifndef::add-copy-button-to-env-var[]
20193+
Environment variable: `+++QUARKUS_FLYWAY_VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++`
20194+
endif::add-copy-button-to-env-var[]
20195+
--
20196+
|boolean
20197+
|`false`
20198+
2017820199
a| [[quarkus-flyway_quarkus-flyway-baseline-on-migrate]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-baseline-on-migrate[`quarkus.flyway.baseline-on-migrate`]##
2017920200
ifdef::add-copy-button-to-config-props[]
2018020201
config_property_copy_button:+++quarkus.flyway.baseline-on-migrate+++[]
@@ -20885,6 +20906,27 @@ endif::add-copy-button-to-env-var[]
2088520906
|boolean
2088620907
|`false`
2088720908

20909+
a| [[quarkus-flyway_quarkus-flyway-datasource-name-validate-at-start-clean-on-validation-error]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-datasource-name-validate-at-start-clean-on-validation-error[`quarkus.flyway."datasource-name".validate-at-start.clean-on-validation-error`]##
20910+
ifdef::add-copy-button-to-config-props[]
20911+
config_property_copy_button:+++quarkus.flyway."datasource-name".validate-at-start.clean-on-validation-error+++[]
20912+
endif::add-copy-button-to-config-props[]
20913+
20914+
20915+
[.description]
20916+
--
20917+
true to automatically execute a Flyway clean command when a validation error occurs at start, false otherwise.
20918+
20919+
20920+
ifdef::add-copy-button-to-env-var[]
20921+
Environment variable: env_var_with_copy_button:+++QUARKUS_FLYWAY__DATASOURCE_NAME__VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++[]
20922+
endif::add-copy-button-to-env-var[]
20923+
ifndef::add-copy-button-to-env-var[]
20924+
Environment variable: `+++QUARKUS_FLYWAY__DATASOURCE_NAME__VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++`
20925+
endif::add-copy-button-to-env-var[]
20926+
--
20927+
|boolean
20928+
|`false`
20929+
2088820930
a| [[quarkus-flyway_quarkus-flyway-datasource-name-baseline-on-migrate]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-datasource-name-baseline-on-migrate[`quarkus.flyway."datasource-name".baseline-on-migrate`]##
2088920931
ifdef::add-copy-button-to-config-props[]
2089020932
config_property_copy_button:+++quarkus.flyway."datasource-name".baseline-on-migrate+++[]
@@ -60380,7 +60422,7 @@ endif::add-copy-button-to-config-props[]
6038060422

6038160423
[.description]
6038260424
--
60383-
Sets the login mode for the connection. Either `NONE`, @++{++code DISABLED++}++, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
60425+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
6038460426

6038560427
- DISABLED means no login will be attempted
6038660428
- NONE means a login will be attempted if the server supports in and login credentials are set
@@ -61209,7 +61251,7 @@ endif::add-copy-button-to-config-props[]
6120961251

6121061252
[.description]
6121161253
--
61212-
Sets the login mode for the connection. Either `NONE`, @++{++code DISABLED++}++, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
61254+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
6121361255

6121461256
- DISABLED means no login will be attempted
6121561257
- NONE means a login will be attempted if the server supports in and login credentials are set

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,27 @@ endif::add-copy-button-to-env-var[]
421421
|boolean
422422
|`false`
423423

424+
a| [[quarkus-flyway_quarkus-flyway-validate-at-start-clean-on-validation-error]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-validate-at-start-clean-on-validation-error[`quarkus.flyway.validate-at-start.clean-on-validation-error`]##
425+
ifdef::add-copy-button-to-config-props[]
426+
config_property_copy_button:+++quarkus.flyway.validate-at-start.clean-on-validation-error+++[]
427+
endif::add-copy-button-to-config-props[]
428+
429+
430+
[.description]
431+
--
432+
true to automatically execute a Flyway clean command when a validation error occurs at start, false otherwise.
433+
434+
435+
ifdef::add-copy-button-to-env-var[]
436+
Environment variable: env_var_with_copy_button:+++QUARKUS_FLYWAY_VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++[]
437+
endif::add-copy-button-to-env-var[]
438+
ifndef::add-copy-button-to-env-var[]
439+
Environment variable: `+++QUARKUS_FLYWAY_VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++`
440+
endif::add-copy-button-to-env-var[]
441+
--
442+
|boolean
443+
|`false`
444+
424445
a| [[quarkus-flyway_quarkus-flyway-baseline-on-migrate]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-baseline-on-migrate[`quarkus.flyway.baseline-on-migrate`]##
425446
ifdef::add-copy-button-to-config-props[]
426447
config_property_copy_button:+++quarkus.flyway.baseline-on-migrate+++[]
@@ -1131,6 +1152,27 @@ endif::add-copy-button-to-env-var[]
11311152
|boolean
11321153
|`false`
11331154

1155+
a| [[quarkus-flyway_quarkus-flyway-datasource-name-validate-at-start-clean-on-validation-error]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-datasource-name-validate-at-start-clean-on-validation-error[`quarkus.flyway."datasource-name".validate-at-start.clean-on-validation-error`]##
1156+
ifdef::add-copy-button-to-config-props[]
1157+
config_property_copy_button:+++quarkus.flyway."datasource-name".validate-at-start.clean-on-validation-error+++[]
1158+
endif::add-copy-button-to-config-props[]
1159+
1160+
1161+
[.description]
1162+
--
1163+
true to automatically execute a Flyway clean command when a validation error occurs at start, false otherwise.
1164+
1165+
1166+
ifdef::add-copy-button-to-env-var[]
1167+
Environment variable: env_var_with_copy_button:+++QUARKUS_FLYWAY__DATASOURCE_NAME__VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++[]
1168+
endif::add-copy-button-to-env-var[]
1169+
ifndef::add-copy-button-to-env-var[]
1170+
Environment variable: `+++QUARKUS_FLYWAY__DATASOURCE_NAME__VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++`
1171+
endif::add-copy-button-to-env-var[]
1172+
--
1173+
|boolean
1174+
|`false`
1175+
11341176
a| [[quarkus-flyway_quarkus-flyway-datasource-name-baseline-on-migrate]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-datasource-name-baseline-on-migrate[`quarkus.flyway."datasource-name".baseline-on-migrate`]##
11351177
ifdef::add-copy-button-to-config-props[]
11361178
config_property_copy_button:+++quarkus.flyway."datasource-name".baseline-on-migrate+++[]

_generated-doc/latest/config/quarkus-flyway_quarkus.flyway.adoc

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,27 @@ endif::add-copy-button-to-env-var[]
421421
|boolean
422422
|`false`
423423

424+
a| [[quarkus-flyway_quarkus-flyway-validate-at-start-clean-on-validation-error]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-validate-at-start-clean-on-validation-error[`quarkus.flyway.validate-at-start.clean-on-validation-error`]##
425+
ifdef::add-copy-button-to-config-props[]
426+
config_property_copy_button:+++quarkus.flyway.validate-at-start.clean-on-validation-error+++[]
427+
endif::add-copy-button-to-config-props[]
428+
429+
430+
[.description]
431+
--
432+
true to automatically execute a Flyway clean command when a validation error occurs at start, false otherwise.
433+
434+
435+
ifdef::add-copy-button-to-env-var[]
436+
Environment variable: env_var_with_copy_button:+++QUARKUS_FLYWAY_VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++[]
437+
endif::add-copy-button-to-env-var[]
438+
ifndef::add-copy-button-to-env-var[]
439+
Environment variable: `+++QUARKUS_FLYWAY_VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++`
440+
endif::add-copy-button-to-env-var[]
441+
--
442+
|boolean
443+
|`false`
444+
424445
a| [[quarkus-flyway_quarkus-flyway-baseline-on-migrate]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-baseline-on-migrate[`quarkus.flyway.baseline-on-migrate`]##
425446
ifdef::add-copy-button-to-config-props[]
426447
config_property_copy_button:+++quarkus.flyway.baseline-on-migrate+++[]
@@ -1131,6 +1152,27 @@ endif::add-copy-button-to-env-var[]
11311152
|boolean
11321153
|`false`
11331154

1155+
a| [[quarkus-flyway_quarkus-flyway-datasource-name-validate-at-start-clean-on-validation-error]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-datasource-name-validate-at-start-clean-on-validation-error[`quarkus.flyway."datasource-name".validate-at-start.clean-on-validation-error`]##
1156+
ifdef::add-copy-button-to-config-props[]
1157+
config_property_copy_button:+++quarkus.flyway."datasource-name".validate-at-start.clean-on-validation-error+++[]
1158+
endif::add-copy-button-to-config-props[]
1159+
1160+
1161+
[.description]
1162+
--
1163+
true to automatically execute a Flyway clean command when a validation error occurs at start, false otherwise.
1164+
1165+
1166+
ifdef::add-copy-button-to-env-var[]
1167+
Environment variable: env_var_with_copy_button:+++QUARKUS_FLYWAY__DATASOURCE_NAME__VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++[]
1168+
endif::add-copy-button-to-env-var[]
1169+
ifndef::add-copy-button-to-env-var[]
1170+
Environment variable: `+++QUARKUS_FLYWAY__DATASOURCE_NAME__VALIDATE_AT_START_CLEAN_ON_VALIDATION_ERROR+++`
1171+
endif::add-copy-button-to-env-var[]
1172+
--
1173+
|boolean
1174+
|`false`
1175+
11341176
a| [[quarkus-flyway_quarkus-flyway-datasource-name-baseline-on-migrate]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-datasource-name-baseline-on-migrate[`quarkus.flyway."datasource-name".baseline-on-migrate`]##
11351177
ifdef::add-copy-button-to-config-props[]
11361178
config_property_copy_button:+++quarkus.flyway."datasource-name".baseline-on-migrate+++[]

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

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

597597
[.description]
598598
--
599-
Sets the login mode for the connection. Either `NONE`, @++{++code DISABLED++}++, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
599+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
600600

601601
- DISABLED means no login will be attempted
602602
- NONE means a login will be attempted if the server supports in and login credentials are set
@@ -1425,7 +1425,7 @@ endif::add-copy-button-to-config-props[]
14251425

14261426
[.description]
14271427
--
1428-
Sets the login mode for the connection. Either `NONE`, @++{++code DISABLED++}++, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
1428+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
14291429

14301430
- DISABLED means no login will be attempted
14311431
- NONE means a login will be attempted if the server supports in and login credentials are set

_generated-doc/latest/config/quarkus-mailer_quarkus.mailer.adoc

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

597597
[.description]
598598
--
599-
Sets the login mode for the connection. Either `NONE`, @++{++code DISABLED++}++, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
599+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
600600

601601
- DISABLED means no login will be attempted
602602
- NONE means a login will be attempted if the server supports in and login credentials are set
@@ -1425,7 +1425,7 @@ endif::add-copy-button-to-config-props[]
14251425

14261426
[.description]
14271427
--
1428-
Sets the login mode for the connection. Either `NONE`, @++{++code DISABLED++}++, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
1428+
Sets the login mode for the connection. Either `NONE`, `DISABLED`, `OPTIONAL`, `REQUIRED` or `XOAUTH2`.
14291429

14301430
- DISABLED means no login will be attempted
14311431
- NONE means a login will be attempted if the server supports in and login credentials are set

_generated-doc/latest/config/quarkus-vertx-http_quarkus.http.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ endif::add-copy-button-to-config-props[]
603603

604604
[.description]
605605
--
606-
Enables or Disable the HTTP/2 Push feature. This setting can be used to disable server push. The server will not send a `PUSH_PROMISE` frame if it receives this parameter set to @++{++code false++}++.
606+
Enables or Disable the HTTP/2 Push feature. This setting can be used to disable server push. The server will not send a `PUSH_PROMISE` frame if it receives this parameter set to `false`.
607607

608608

609609
ifdef::add-copy-button-to-env-var[]

_generated-doc/latest/infra/quarkus-maven-plugin-goals.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ a| [[quarkus-maven-plugin-goal-dependency-tree-graph]] graph
918918

919919
[.description]
920920
--
921-
INCUBATING option, enabled with @{code -Dquarkus.bootstrap.incubating-model-resolver} system or project property.
921+
INCUBATING option, enabled with -Dquarkus.bootstrap.incubating-model-resolver system or project property.
922922
Whether to log all dependencies of each dependency node in a tree, adding [+] suffix to those whose dependencies are not expanded.
923923
--
924924
|`boolean`
@@ -967,7 +967,7 @@ a| [[quarkus-maven-plugin-goal-dependency-tree-verbose]] verbose
967967

968968
[.description]
969969
--
970-
INCUBATING option, enabled with @{code -Dquarkus.bootstrap.incubating-model-resolver} system or project property.
970+
INCUBATING option, enabled with -Dquarkus.bootstrap.incubating-model-resolver system or project property.
971971
Whether to log dependency properties, such as on which classpath they belong, whether they are hot-reloadable in dev mode, etc.
972972
--
973973
|`boolean`

_guides/_attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Common attributes.
22
// --> No blank lines (it ends the document header)
33
:project-name: Quarkus
4-
:quarkus-version: 3.18.1
4+
:quarkus-version: 3.18.2
55
:quarkus-platform-groupid: io.quarkus.platform
66
// .
77
:maven-version: 3.9.9

_guides/building-native-image.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,10 +495,15 @@ The project generation has provided a `Dockerfile.native-micro` in the `src/main
495495
----
496496
FROM quay.io/quarkus/quarkus-micro-image:2.0
497497
WORKDIR /work/
498-
COPY target/*-runner /work/application
499-
RUN chmod 775 /work
498+
RUN chown 1001 /work \
499+
&& chmod "g+rwX" /work \
500+
&& chown 1001:root /work
501+
COPY --chown=1001:root --chmod=755 target/*-runner /work/application
502+
500503
EXPOSE 8080
501-
CMD ["./application", "-Dquarkus.http.host=0.0.0.0"]
504+
USER 1001
505+
506+
ENTRYPOINT ["./application", "-Dquarkus.http.host=0.0.0.0"]
502507
----
503508

504509
[NOTE]
@@ -543,7 +548,7 @@ WORKDIR /work/
543548
RUN chown 1001 /work \
544549
&& chmod "g+rwX" /work \
545550
&& chown 1001:root /work
546-
COPY --chown=1001:root target/*-runner /work/application
551+
COPY --chown=1001:root --chmod=0755 target/*-runner /work/application
547552
548553
EXPOSE 8080
549554
USER 1001

_guides/quarkus-runtime-base-image.adoc

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ In your `Dockerfile`, just use:
2424
----
2525
FROM quay.io/quarkus/quarkus-micro-image:2.0
2626
WORKDIR /work/
27-
COPY target/*-runner /work/application
28-
RUN chmod 775 /work
27+
COPY --chmod=0755 target/*-runner /work/application
2928
EXPOSE 8080
3029
CMD ["./application", "-Dquarkus.http.host=0.0.0.0"]
3130
----
@@ -51,8 +50,7 @@ COPY --from=BUILD \
5150
/lib64/
5251
5352
WORKDIR /work/
54-
COPY target/*-runner /work/application
55-
RUN chmod 775 /work
53+
COPY --chmod=0755 target/*-runner /work/application
5654
EXPOSE 8080
5755
CMD ["./application", "-Dquarkus.http.host=0.0.0.0"]
5856
----
@@ -95,8 +93,7 @@ COPY --from=BUILD \
9593
/etc/fonts /etc/fonts
9694
9795
WORKDIR /work/
98-
COPY target/*-runner /work/application
99-
RUN chmod 775 /work
96+
COPY --chmod=0755 target/*-runner /work/application
10097
EXPOSE 8080
10198
CMD ["./application", "-Dquarkus.http.host=0.0.0.0"]
10299
----
@@ -117,7 +114,7 @@ WORKDIR /work/
117114
RUN chown 1001 /work \
118115
&& chmod "g+rwX" /work \
119116
&& chown 1001:root /work
120-
COPY --chown=1001:root target/*-runner /work/application
117+
COPY --chown=1001:root --chmod=0755 target/*-runner /work/application
121118
122119
EXPOSE 8080
123120
USER 1001

0 commit comments

Comments
 (0)