-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Migration Guide 3.19
Guillaume Smet edited this page Feb 6, 2025
·
9 revisions
Table of Contents
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.
===