From e6d1731ec2d5584e818a6e1ade91a5dc6e1284db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn?= Date: Mon, 16 Sep 2024 17:29:03 +0200 Subject: [PATCH] chore(docs): modify documentation following version bump for quarkus 3.15 Related to https://github.com/camunda/camunda-bpm-platform/issues/4580 --- content/update/minor/721-to-722/_index.md | 12 ++++++------ .../quarkus-integration/version-compatibility.md | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/content/update/minor/721-to-722/_index.md b/content/update/minor/721-to-722/_index.md index ad40ab20b..1f6c3475d 100644 --- a/content/update/minor/721-to-722/_index.md +++ b/content/update/minor/721-to-722/_index.md @@ -266,16 +266,16 @@ This behaviour can be disabled by setting the `skipIsolationLevelCheck` flag to [See here]({{< ref "/reference/deployment-descriptors/tags/process-engine.md#configuration-properties" >}}) for more details about this and other properties. -# Quarkus 3.14 Extension Update +# Quarkus 3.15 Extension Update -The Camunda Quarkus Extension has been updated to use Quarkus `3.14`. 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. +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.15 LTS Release](https://quarkus.io/blog/quarkus-3-15-1-released) blog post. ## Breaking Changes -`Quarkus 3.14` extensions introduce **breaking changes** in the way the Quarkus runtime treats configuration. +`Quarkus 3.15` and previous versions 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). +A configuration migration is required to remain consistent with the new behavior of the framework (see [property examples](#property-examples) below). The config properties now follow a similar scheme to the [Camunda Spring Boot Starter Configuration]({{< ref "/user-guide/spring-boot-integration/configuration.md#generic-properties" >}}). @@ -292,4 +292,4 @@ This requires using the new namespace `generic-config`. For a detailed guide on the new Quarkus properties, visit the updated [Quarkus Configuration]({{< ref "/user-guide/quarkus-integration/configuration.md" >}}) page. -To read more on how Quarkus extensions treat configuration differently, see the [Quarkus 3.14 Migration Guide](https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.14#for-extension-developers). \ No newline at end of file +To read more on how Quarkus extensions treat configuration differently, see this [Quarkus Migration Guide](https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.14#for-extension-developers) and the [Mapping Configuration to Objects Guide](https://quarkus.io/guides/config-mappings). \ No newline at end of file diff --git a/content/user-guide/quarkus-integration/version-compatibility.md b/content/user-guide/quarkus-integration/version-compatibility.md index 7abc16801..d341a499b 100644 --- a/content/user-guide/quarkus-integration/version-compatibility.md +++ b/content/user-guide/quarkus-integration/version-compatibility.md @@ -39,6 +39,10 @@ Only these default combinations are recommended (and supported) by Camunda. 7.21.x 3.8.x + + 7.22.x + 3.15.x + In case a certain Quarkus version has a bug, you can override the existing Quarkus version by adding the following