Skip to content

Commit

Permalink
chore(docs): modify documentation following version bump for quarkus …
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinfelici committed Sep 30, 2024
1 parent 4f44395 commit e6d1731
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/update/minor/721-to-722/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}).

Expand All @@ -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).
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).
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ Only these default combinations are recommended (and supported) by Camunda.
<td>7.21.x</td>
<td>3.8.x</td>
</tr>
<tr>
<td>7.22.x</td>
<td>3.15.x</td>
</tr>
</table>

In case a certain Quarkus version has a bug, you can override the existing Quarkus version by adding the following
Expand Down

0 comments on commit e6d1731

Please sign in to comment.