• Deprecated Annotation Interface Elements
    Annotation Interface Element
    Description
    Use interface-based @ConfigMapping instead. Be careful, @ConfigRoot(name = "extension") may be migrated to @ConfigMapping(prefix = "quarkus.extension"). If no name was defined, make sure to define a prefix in @ConfigMapping as it's mandatory.
    Use interface-based @ConfigMapping instead. When moving to @ConfigMapping, the prefix has to be included in the @ConfigMapping#prefix together with the name.