@@ -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
1271412714ifdef::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+
2017820199a| [[quarkus-flyway_quarkus-flyway-baseline-on-migrate]] [.property-path]##link:#quarkus-flyway_quarkus-flyway-baseline-on-migrate[`quarkus.flyway.baseline-on-migrate`]##
2017920200ifdef::add-copy-button-to-config-props[]
2018020201config_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+
2088820930a| [[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`]##
2088920931ifdef::add-copy-button-to-config-props[]
2089020932config_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
0 commit comments