Contents
-
Terminally Deprecated Elements
Use interface-based @ConfigMapping instead.
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.
Use Converters.getImplicitConverter(Class) instead. Best to keep it around until we
entirely drop the config class support in favor of ConfigMapping.
-
Deprecated Classes
Use Converters.getImplicitConverter(Class) instead. Best to keep it around until we
entirely drop the config class support in favor of ConfigMapping.
-
Deprecated Annotation Interfaces
Use interface-based @ConfigMapping instead.
-
Deprecated Methods
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.
-
Deprecated Annotation Interface Elements
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.