Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse interface-based
@ConfigMappinginstead. 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@ConfigMappingas it's mandatory.Use interface-based@ConfigMappinginstead. When moving to@ConfigMapping, the prefix has to be included in the@ConfigMapping#prefixtogether 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
@ConfigMappinginstead.
-
Deprecated MethodsMethodDescriptionUse interface-based
@ConfigMappinginstead. 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@ConfigMappingas it's mandatory.Use interface-based@ConfigMappinginstead. When moving to@ConfigMapping, the prefix has to be included in the@ConfigMapping#prefixtogether with the name.
-
Deprecated Annotation Interface ElementsAnnotation Interface ElementDescriptionUse interface-based
@ConfigMappinginstead. 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@ConfigMappingas it's mandatory.Use interface-based@ConfigMappinginstead. When moving to@ConfigMapping, the prefix has to be included in the@ConfigMapping#prefixtogether with the name.
@ConfigMappinginstead.