Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse 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.UseConverters.getImplicitConverter(Class)
instead. Best to keep it around until we entirely drop the config class support in favor of ConfigMapping.
-
Deprecated ClassesClassDescriptionUse
Converters.getImplicitConverter(Class)
instead. Best to keep it around until we entirely drop the config class support in favor of ConfigMapping.
-
Deprecated Annotation InterfacesAnnotation InterfaceDescriptionUse interface-based
@ConfigMapping
instead.
-
Deprecated MethodsMethodDescriptionUse 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 ElementsAnnotation Interface ElementDescriptionUse 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.
@ConfigMapping
instead.