Skip to content

Migration Guide 3.19

Guillaume Smet edited this page Feb 6, 2025 · 9 revisions

Config changes

We migrated all the Quarkus config properties to the new @ConfigMapping based framework.

If you develop extensions and are injecting some configuration classes into your extensions, be aware that they are now interfaces and using methods. For some very commonly consumed config classes, we kept a compatibility layer for common properties but these compatibility layers will disappear in the future.

===

Compatibility layers

Other changes

In passing, we made a few adjustments to some properties:

  • is deprecated and may be replaced with

  • is deprecated and may be replaced with

Current version

Migration Guide 3.18

Next version in main

Migration Guide 3.19

Clone this wiki locally