@@ -3075,7 +3075,7 @@ Environment variable: `+++QUARKUS_JIB_BASE_NATIVE_IMAGE+++`
30753075endif::add-copy-button-to-env-var[]
30763076--
30773077|string
3078- |`quay.io/quarkus/quarkus-micro-image:2.0`
3078+ |`quay.io/quarkus/ubi9- quarkus-micro-image:2.0`
30793079
30803080a|icon:lock[title=Fixed at build time] [[quarkus-container-image-jib_quarkus-jib-jvm-arguments]] [.property-path]##link:#quarkus-container-image-jib_quarkus-jib-jvm-arguments[`quarkus.jib.jvm-arguments`]##
30813081ifdef::add-copy-button-to-config-props[]
@@ -10372,6 +10372,29 @@ endif::add-copy-button-to-env-var[]
1037210372|boolean
1037310373|`false`
1037410374
10375+ a|icon:lock[title=Fixed at build time] [[quarkus-core_quarkus-test-integration-test-artifact-type]] [.property-path]##link:#quarkus-core_quarkus-test-integration-test-artifact-type[`quarkus.test.integration-test-artifact-type`]##
10376+ ifdef::add-copy-button-to-config-props[]
10377+ config_property_copy_button:+++quarkus.test.integration-test-artifact-type+++[]
10378+ endif::add-copy-button-to-config-props[]
10379+
10380+
10381+ [.description]
10382+ --
10383+ Used to override the artifact type against which a `@QuarkusIntegrationTest` or `@QuarkusMainIntegrationTest` run. For example, if the application's artifact is a container build from a jar, this property could be used to test the jar instead of the container.
10384+
10385+ Allowed values are: jar, native
10386+
10387+
10388+ ifdef::add-copy-button-to-env-var[]
10389+ Environment variable: env_var_with_copy_button:+++QUARKUS_TEST_INTEGRATION_TEST_ARTIFACT_TYPE+++[]
10390+ endif::add-copy-button-to-env-var[]
10391+ ifndef::add-copy-button-to-env-var[]
10392+ Environment variable: `+++QUARKUS_TEST_INTEGRATION_TEST_ARTIFACT_TYPE+++`
10393+ endif::add-copy-button-to-env-var[]
10394+ --
10395+ |string
10396+ |
10397+
1037510398h|[.configroot-name]##Core thread pool##
1037610399h|Type
1037710400h|Default
@@ -11594,6 +11617,27 @@ endif::add-copy-button-to-env-var[]
1159411617|string
1159511618|
1159611619
11620+ a|icon:lock[title=Fixed at build time] [[quarkus-devservices-keycloak_quarkus-keycloak-devservices-features]] [.property-path]##link:#quarkus-devservices-keycloak_quarkus-keycloak-devservices-features[`quarkus.keycloak.devservices.features`]##
11621+ ifdef::add-copy-button-to-config-props[]
11622+ config_property_copy_button:+++quarkus.keycloak.devservices.features+++[]
11623+ endif::add-copy-button-to-config-props[]
11624+
11625+
11626+ [.description]
11627+ --
11628+ Keycloak features. Use this property to enable one or more experimental Keycloak features. Note, if you also have to customize a Keycloak `start-command()`, you can use a `--features` option as part of the start command sequence, instead of configuring this property.
11629+
11630+
11631+ ifdef::add-copy-button-to-env-var[]
11632+ Environment variable: env_var_with_copy_button:+++QUARKUS_KEYCLOAK_DEVSERVICES_FEATURES+++[]
11633+ endif::add-copy-button-to-env-var[]
11634+ ifndef::add-copy-button-to-env-var[]
11635+ Environment variable: `+++QUARKUS_KEYCLOAK_DEVSERVICES_FEATURES+++`
11636+ endif::add-copy-button-to-env-var[]
11637+ --
11638+ |list of string
11639+ |
11640+
1159711641a|icon:lock[title=Fixed at build time] [[quarkus-devservices-keycloak_quarkus-keycloak-devservices-realm-name]] [.property-path]##link:#quarkus-devservices-keycloak_quarkus-keycloak-devservices-realm-name[`quarkus.keycloak.devservices.realm-name`]##
1159811642ifdef::add-copy-button-to-config-props[]
1159911643config_property_copy_button:+++quarkus.keycloak.devservices.realm-name+++[]
@@ -23894,31 +23938,31 @@ endif::add-copy-button-to-env-var[]
2389423938|boolean
2389523939|`true`
2389623940
23897- a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-validation-enabled ]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-validation-enabled [`quarkus.hibernate-orm.validation.enabled `]##
23941+ a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-validation-mode ]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-validation-mode [`quarkus.hibernate-orm.validation.mode `]##
2389823942ifdef::add-copy-button-to-config-props[]
23899- config_property_copy_button:+++quarkus.hibernate-orm.validation.enabled +++[]
23943+ config_property_copy_button:+++quarkus.hibernate-orm.validation.mode +++[]
2390023944endif::add-copy-button-to-config-props[]
2390123945
2390223946
23903- `quarkus.hibernate-orm."persistence-unit-name".validation.enabled `
23947+ `quarkus.hibernate-orm."persistence-unit-name".validation.mode `
2390423948ifdef::add-copy-button-to-config-props[]
23905- config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".validation.enabled +++[]
23949+ config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".validation.mode +++[]
2390623950endif::add-copy-button-to-config-props[]
2390723951
2390823952[.description]
2390923953--
23910- Enables the Bean Validation integration.
23954+ Defines how the Bean Validation integration behaves .
2391123955
2391223956
2391323957ifdef::add-copy-button-to-env-var[]
23914- Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_VALIDATION_ENABLED +++[]
23958+ Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_VALIDATION_MODE +++[]
2391523959endif::add-copy-button-to-env-var[]
2391623960ifndef::add-copy-button-to-env-var[]
23917- Environment variable: `+++QUARKUS_HIBERNATE_ORM_VALIDATION_ENABLED +++`
23961+ Environment variable: `+++QUARKUS_HIBERNATE_ORM_VALIDATION_MODE +++`
2391823962endif::add-copy-button-to-env-var[]
2391923963--
23920- |boolean
23921- |`true `
23964+ a|list of `auto`, `callback`, `ddl`, `none`
23965+ |`auto `
2392223966
2392323967a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-multitenant]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-multitenant[`quarkus.hibernate-orm.multitenant`]##
2392423968ifdef::add-copy-button-to-config-props[]
@@ -47732,6 +47776,27 @@ endif::add-copy-button-to-env-var[]
4773247776|string
4773347777|
4773447778
47779+ a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes_quarkus-kubernetes-cron-job-time-zone]] [.property-path]##link:#quarkus-kubernetes_quarkus-kubernetes-cron-job-time-zone[`quarkus.kubernetes.cron-job.time-zone`]##
47780+ ifdef::add-copy-button-to-config-props[]
47781+ config_property_copy_button:+++quarkus.kubernetes.cron-job.time-zone+++[]
47782+ endif::add-copy-button-to-config-props[]
47783+
47784+
47785+ [.description]
47786+ --
47787+ The time zone for the job schedule. The default value is the local time of the kube-controller-manager.
47788+
47789+
47790+ ifdef::add-copy-button-to-env-var[]
47791+ Environment variable: env_var_with_copy_button:+++QUARKUS_KUBERNETES_CRON_JOB_TIME_ZONE+++[]
47792+ endif::add-copy-button-to-env-var[]
47793+ ifndef::add-copy-button-to-env-var[]
47794+ Environment variable: `+++QUARKUS_KUBERNETES_CRON_JOB_TIME_ZONE+++`
47795+ endif::add-copy-button-to-env-var[]
47796+ --
47797+ |string
47798+ |
47799+
4773547800a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes_quarkus-kubernetes-cron-job-concurrency-policy]] [.property-path]##link:#quarkus-kubernetes_quarkus-kubernetes-cron-job-concurrency-policy[`quarkus.kubernetes.cron-job.concurrency-policy`]##
4773647801ifdef::add-copy-button-to-config-props[]
4773747802config_property_copy_button:+++quarkus.kubernetes.cron-job.concurrency-policy+++[]
@@ -54852,6 +54917,27 @@ endif::add-copy-button-to-env-var[]
5485254917|string
5485354918|
5485454919
54920+ a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes_quarkus-openshift-cron-job-time-zone]] [.property-path]##link:#quarkus-kubernetes_quarkus-openshift-cron-job-time-zone[`quarkus.openshift.cron-job.time-zone`]##
54921+ ifdef::add-copy-button-to-config-props[]
54922+ config_property_copy_button:+++quarkus.openshift.cron-job.time-zone+++[]
54923+ endif::add-copy-button-to-config-props[]
54924+
54925+
54926+ [.description]
54927+ --
54928+ The time zone for the job schedule. The default value is the local time of the kube-controller-manager.
54929+
54930+
54931+ ifdef::add-copy-button-to-env-var[]
54932+ Environment variable: env_var_with_copy_button:+++QUARKUS_OPENSHIFT_CRON_JOB_TIME_ZONE+++[]
54933+ endif::add-copy-button-to-env-var[]
54934+ ifndef::add-copy-button-to-env-var[]
54935+ Environment variable: `+++QUARKUS_OPENSHIFT_CRON_JOB_TIME_ZONE+++`
54936+ endif::add-copy-button-to-env-var[]
54937+ --
54938+ |string
54939+ |
54940+
5485554941a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes_quarkus-openshift-cron-job-concurrency-policy]] [.property-path]##link:#quarkus-kubernetes_quarkus-openshift-cron-job-concurrency-policy[`quarkus.openshift.cron-job.concurrency-policy`]##
5485654942ifdef::add-copy-button-to-config-props[]
5485754943config_property_copy_button:+++quarkus.openshift.cron-job.concurrency-policy+++[]
@@ -74997,9 +75083,9 @@ endif::add-copy-button-to-config-props[]
7499775083
7499875084[.description]
7499975085--
75000- This regular expression is used to exclude template files from the `templates` directory . Excluded templates are neither parsed nor validated during build and are not available at runtime.
75086+ This regular expression is used to exclude template files found in template roots . Excluded templates are neither parsed nor validated during build and are not available at runtime.
7500175087
75002- The matched input is the file path relative from the `templates` directory and the `/` is used as a path separator.
75088+ The matched input is the file path relative from the root directory and the `/` is used as a path separator.
7500375089
7500475090By default, the hidden files are excluded. The name of a hidden file starts with a dot.
7500575091
0 commit comments