diff --git a/content/update/minor/721-to-722/_index.md b/content/update/minor/721-to-722/_index.md index b99ecbbb2..53a47e5f6 100644 --- a/content/update/minor/721-to-722/_index.md +++ b/content/update/minor/721-to-722/_index.md @@ -268,12 +268,12 @@ This behaviour can be disabled by setting the `skipIsolationLevelCheck` flag to # Quarkus 3.14 Extension Update -The Camunda Quarkus Extension has been updated to use Quarkus `3.14`. This version brings its own features and changes. +The Camunda Quarkus Extension has been updated to use Quarkus `3.15`. This version brings its own features and changes. For a complete list, see the [Quarkus 3.14.2 Release](https://quarkus.io/blog/quarkus-3-14-2-released) blog post. ## Breaking Changes -`Quarkus 3.14` extensions introduce **breaking changes** in the way the Quarkus runtime treats configuration. +`Quarkus 3.15` extensions introduce **breaking changes** in the way the Quarkus runtime treats configuration. A config migration is required to remain consistent with the new behavior of the framework (see [property examples](#property-examples) below). @@ -286,7 +286,9 @@ This requires using the new namespace `generic-config`. - `quarkus.camunda.enforce-history-time-to-live` **becomes** `quarkus.camunda.generic-config.enforce-history-time-to-live` -- `quarkus.camunda.job-executor.thread-pool.max-pool-size` **becomes** `quarkus.camunda.job-executor.generic-config.thread-pool.max-pool-size` +- `quarkus.camunda.job-executor.max-wait` **becomes** `quarkus.camunda.job-executor.generic-config.max-wait` + +Non-generic properties, such as `quarkus.camunda.job-executor.thread-pool.max-pool-size` and `quarkus.camunda.job-executor.thread-pool.queue-size`, remain unchanged. For a detailed guide on the new Quarkus properties, visit the updated [Quarkus Configuration]({{< ref "/user-guide/quarkus-integration/configuration.md" >}}) page. diff --git a/content/user-guide/quarkus-integration/configuration.md b/content/user-guide/quarkus-integration/configuration.md index 8f128c9f0..3e7e17a08 100644 --- a/content/user-guide/quarkus-integration/configuration.md +++ b/content/user-guide/quarkus-integration/configuration.md @@ -177,7 +177,7 @@ the Quarkus-specific properties in the following table:
quarkus.camunda.job-executor.generic-config.thread-pool
quarkus.camunda.job-executor.thread-pool
.max-pool-size
10