Package io.quarkus.registry
Interface Constants
public interface Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringRegistry client configuration option allowing users to limit the extension catalog from a registry to a specific offeringstatic final Stringstatic final Stringstatic final Stringstatic final StringRegistry client configuration option allowing users to set a low boundary for the recommended streams per platformstatic final StringAn internal key added to extension catalog metadata by a registry client to provide information about the complete list of extension artifacts included in the catalog.static final StringAn internal key added to an extension catalog metadata by a registry client to associate a given extension catalog with a preference code that will be used by an algorithm selecting the latest recommended combination of extension and platform BOM versions.static final StringAn internal key optionally added to extension metadata by a registry client to indicate a user configured offering-based support key that should be displayed by extension listing commands
-
Field Details
-
DEFAULT_REGISTRY_ID
- See Also:
-
DEFAULT_REGISTRY_GROUP_ID
- See Also:
-
DEFAULT_REGISTRY_ARTIFACT_VERSION
- See Also:
-
DEFAULT_REGISTRY_DESCRIPTOR_ARTIFACT_ID
- See Also:
-
DEFAULT_REGISTRY_NON_PLATFORM_EXTENSIONS_CATALOG_ARTIFACT_ID
- See Also:
-
DEFAULT_REGISTRY_PLATFORMS_CATALOG_ARTIFACT_ID
- See Also:
-
DEFAULT_REGISTRY_REST_URL
- See Also:
-
DEFAULT_REGISTRY_MAVEN_REPO_URL
- See Also:
-
PLATFORM_DESCRIPTOR_ARTIFACT_ID_SUFFIX
- See Also:
-
PLATFORM_PROPERTIES_ARTIFACT_ID_SUFFIX
- See Also:
-
QUARKUS_VERSION_CLASSIFIER_ALL
- See Also:
-
JSON
- See Also:
-
LAST_UPDATED
- See Also:
-
OFFERING
Registry client configuration option allowing users to limit the extension catalog from a registry to a specific offering- See Also:
-
RECOMMEND_STREAMS_FROM
Registry client configuration option allowing users to set a low boundary for the recommended streams per platform- See Also:
-
REGISTRY_CLIENT_USER_SELECTED_SUPPORT_KEY
An internal key optionally added to extension metadata by a registry client to indicate a user configured offering-based support key that should be displayed by extension listing commands- See Also:
-
REGISTRY_CLIENT_ALL_CATALOG_EXTENSIONS
An internal key added to extension catalog metadata by a registry client to provide information about the complete list of extension artifacts included in the catalog. The value associated with this key will be a map ofArtifactKeytoArtifactCoordsof extension artifacts.The list of extension artifacts will contain all the extension artifacts before the offering-based filtered applied.
- See Also:
-
REGISTRY_CLIENT_ORIGIN_PREFERENCE
An internal key added to an extension catalog metadata by a registry client to associate a given extension catalog with a preference code that will be used by an algorithm selecting the latest recommended combination of extension and platform BOM versions.- See Also:
-