Skip to content

Commit

Permalink
chore(deps): update quarkus to 3.14.3 version (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Sep 12, 2024
1 parent c251005 commit 71047ff
Show file tree
Hide file tree
Showing 11 changed files with 803 additions and 165 deletions.
2 changes: 1 addition & 1 deletion docs/modules/onecx-quarkus/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:project-version: 0.26.0
:quarkus-version: 3.13.2
:quarkus-version: 3.14.3

:examples-dir: ./../examples/
146 changes: 74 additions & 72 deletions docs/modules/onecx-quarkus/pages/includes/onecx-parameters.adoc
Original file line number Diff line number Diff line change
@@ -1,89 +1,86 @@

:summaryTableId: onecx-parameters
:summaryTableId: onecx-parameters_onecx-parameters
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[[onecx-parameters_configuration]]link:#onecx-parameters_configuration[Configuration property]

h|[.header-title]##Configuration property##
h|Type
h|Default

a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-enabled]]`link:#onecx-parameters_onecx-parameters-devservices-enabled[onecx.parameters.devservices.enabled]`

a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-enabled]] [.property-path]##`onecx.parameters.devservices.enabled`##

[.description]
--
If DevServices has been explicitly enabled or disabled. DevServices is generally enabled by default, unless there is an existing configuration present.

When DevServices is enabled Quarkus will attempt to automatically configure and start a database when running in Dev or Test mode and when Docker is running.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_DEVSERVICES_ENABLED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_DEVSERVICES_ENABLED+++`
endif::add-copy-button-to-env-var[]
--|boolean
--
|boolean
|`true`


a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-log]]`link:#onecx-parameters_onecx-parameters-devservices-log[onecx.parameters.devservices.log]`

a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-log]] [.property-path]##`onecx.parameters.devservices.log`##

[.description]
--
Enabled or disable log of the mock-server


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_DEVSERVICES_LOG+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_DEVSERVICES_LOG+++`
endif::add-copy-button-to-env-var[]
--|boolean
--
|boolean
|`false`


a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-image-name]]`link:#onecx-parameters_onecx-parameters-devservices-image-name[onecx.parameters.devservices.image-name]`

a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-image-name]] [.property-path]##`onecx.parameters.devservices.image-name`##

[.description]
--
The container image name to use, for container based DevServices providers.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_DEVSERVICES_IMAGE_NAME+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_DEVSERVICES_IMAGE_NAME+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|


a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-port]]`link:#onecx-parameters_onecx-parameters-devservices-port[onecx.parameters.devservices.port]`

a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-port]] [.property-path]##`onecx.parameters.devservices.port`##

[.description]
--
Optional fixed port the dev service will listen to.

If not defined, the port will be chosen randomly.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_DEVSERVICES_PORT+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_DEVSERVICES_PORT+++`
endif::add-copy-button-to-env-var[]
--|int
--
|int
|


a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-shared]]`link:#onecx-parameters_onecx-parameters-devservices-shared[onecx.parameters.devservices.shared]`

a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-shared]] [.property-path]##`onecx.parameters.devservices.shared`##

[.description]
--
Expand All @@ -93,221 +90,226 @@ The discovery uses the `quarkus-dev-service-mockserver` label. The value is conf

Container sharing is only used in dev mode.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_DEVSERVICES_SHARED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_DEVSERVICES_SHARED+++`
endif::add-copy-button-to-env-var[]
--|boolean
--
|boolean
|`true`


a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-service-name]]`link:#onecx-parameters_onecx-parameters-devservices-service-name[onecx.parameters.devservices.service-name]`

a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-service-name]] [.property-path]##`onecx.parameters.devservices.service-name`##

[.description]
--
The value of the `onecx-dev-service-parametersr` label attached to the started container. This property is used when `shared` is set to `true`. In this case, before starting a container, Dev Services for Mockserver looks for a container with the `onecx-dev-service-parameters` label set to the configured value. If found, it will use this container instead of starting a new one. Otherwise, it starts a new container with the `onecx-dev-service-parameters` label set to the specified value.

This property is used when you need multiple shared MockServer servers.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_DEVSERVICES_SERVICE_NAME+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_DEVSERVICES_SERVICE_NAME+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|`onecx-parameters`


a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-reuse]]`link:#onecx-parameters_onecx-parameters-devservices-reuse[onecx.parameters.devservices.reuse]`

a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-reuse]] [.property-path]##`onecx.parameters.devservices.reuse`##

[.description]
--
Helper to define the stop strategy for containers created by DevServices. In particular, we don't want to actually stop the containers when they have been flagged for reuse, and when the Testcontainers configuration has been explicitly set to allow container reuse. To enable reuse, ass `testcontainers.reuse.enable=true` in your `.testcontainers.properties` file, to be stored in your home.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_DEVSERVICES_REUSE+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_DEVSERVICES_REUSE+++`
endif::add-copy-button-to-env-var[]
--|boolean
--
|boolean
|`false`


a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-import-file]]`link:#onecx-parameters_onecx-parameters-devservices-import-file[onecx.parameters.devservices.import-file]`

a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-import-file]] [.property-path]##`onecx.parameters.devservices.import-file`##

[.description]
--
The import data from file during the start.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_DEVSERVICES_IMPORT_FILE+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_DEVSERVICES_IMPORT_FILE+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|


a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-db-image-name]]`link:#onecx-parameters_onecx-parameters-devservices-db-image-name[onecx.parameters.devservices.db.image-name]`

a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-db-image-name]] [.property-path]##`onecx.parameters.devservices.db.image-name`##

[.description]
--
The container image name to use, for unleash database.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_DEVSERVICES_DB_IMAGE_NAME+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_DEVSERVICES_DB_IMAGE_NAME+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|`postgres:15.2`


a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-db-service-name]]`link:#onecx-parameters_onecx-parameters-devservices-db-service-name[onecx.parameters.devservices.db.service-name]`

a|icon:lock[title=Fixed at build time] [[onecx-parameters_onecx-parameters-devservices-db-service-name]] [.property-path]##`onecx.parameters.devservices.db.service-name`##

[.description]
--
The value of the `onecx-dev-service-parameters-db` label attached to the started container. This property is used when `shared` is set to `true`. In this case, before starting a container, Dev Services for Unleash DB looks for a container with the `onecx-dev-service-parameters-db` label set to the configured value. If found, it will use this container instead of starting a new one. Otherwise, it starts a new container with the `onecx-dev-service-parameters-db` label set to the specified value.

This property is used when you need multiple shared Unleash DB servers.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_DEVSERVICES_DB_SERVICE_NAME+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_DEVSERVICES_DB_SERVICE_NAME+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|`parameters-db`


a| [[onecx-parameters_onecx-parameters-enabled]]`link:#onecx-parameters_onecx-parameters-enabled[onecx.parameters.enabled]`

a| [[onecx-parameters_onecx-parameters-enabled]] [.property-path]##`onecx.parameters.enabled`##

[.description]
--
If set to true, the application will attempt to look up the configuration from Consul


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_ENABLED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_ENABLED+++`
endif::add-copy-button-to-env-var[]
--|boolean
--
|boolean
|`true`


a| [[onecx-parameters_onecx-parameters-update-interval-in-milliseconds]]`link:#onecx-parameters_onecx-parameters-update-interval-in-milliseconds[onecx.parameters.update-interval-in-milliseconds]`

a| [[onecx-parameters_onecx-parameters-update-interval-in-milliseconds]] [.property-path]##`onecx.parameters.update-interval-in-milliseconds`##

[.description]
--
Scheduler configuration


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_UPDATE_INTERVAL_IN_MILLISECONDS+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_UPDATE_INTERVAL_IN_MILLISECONDS+++`
endif::add-copy-button-to-env-var[]
--|long
--
|long
|`30000`


a| [[onecx-parameters_onecx-parameters-update-at-start]]`link:#onecx-parameters_onecx-parameters-update-at-start[onecx.parameters.update-at-start]`

a| [[onecx-parameters_onecx-parameters-update-at-start]] [.property-path]##`onecx.parameters.update-at-start`##

[.description]
--
Pull parameters during start phase


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_UPDATE_AT_START+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_UPDATE_AT_START+++`
endif::add-copy-button-to-env-var[]
--|boolean
--
|boolean
|`false`


a| [[onecx-parameters_onecx-parameters-application-id]]`link:#onecx-parameters_onecx-parameters-application-id[onecx.parameters.application-id]`

a| [[onecx-parameters_onecx-parameters-application-id]] [.property-path]##`onecx.parameters.application-id`##

[.description]
--
Application ID


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_APPLICATION_ID+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_APPLICATION_ID+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|


a| [[onecx-parameters_onecx-parameters-instance-id]]`link:#onecx-parameters_onecx-parameters-instance-id[onecx.parameters.instance-id]`

a| [[onecx-parameters_onecx-parameters-instance-id]] [.property-path]##`onecx.parameters.instance-id`##

[.description]
--
Instance ID


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_INSTANCE_ID+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_INSTANCE_ID+++`
endif::add-copy-button-to-env-var[]
--|string
--
|string
|


a| [[onecx-parameters_onecx-parameters-metrics-enabled]]`link:#onecx-parameters_onecx-parameters-metrics-enabled[onecx.parameters.metrics.enabled]`

a| [[onecx-parameters_onecx-parameters-metrics-enabled]] [.property-path]##`onecx.parameters.metrics.enabled`##

[.description]
--
If set to true, the application will send metrics information to the parameter management.


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_METRICS_ENABLED+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_METRICS_ENABLED+++`
endif::add-copy-button-to-env-var[]
--|boolean
--
|boolean
|`true`


a| [[onecx-parameters_onecx-parameters-metrics-metrics-interval-in-milliseconds]]`link:#onecx-parameters_onecx-parameters-metrics-metrics-interval-in-milliseconds[onecx.parameters.metrics.metrics-interval-in-milliseconds]`

a| [[onecx-parameters_onecx-parameters-metrics-metrics-interval-in-milliseconds]] [.property-path]##`onecx.parameters.metrics.metrics-interval-in-milliseconds`##

[.description]
--
Metrics scheduler configuration


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++ONECX_PARAMETERS_METRICS_METRICS_INTERVAL_IN_MILLISECONDS+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PARAMETERS_METRICS_METRICS_INTERVAL_IN_MILLISECONDS+++`
endif::add-copy-button-to-env-var[]
--|long
--
|long
|`20000`

|===
|===


:!summaryTableId:
Loading

0 comments on commit 71047ff

Please sign in to comment.