Class DeprecatedHealthBuildTimeConfig
java.lang.Object
io.quarkus.smallrye.health.deployment.DeprecatedHealthBuildTimeConfig
@ConfigRoot(name="health")
@Deprecated(since="3.14",
forRemoval=true)
public class DeprecatedHealthBuildTimeConfig
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
This class is deprecated, don't add any more properties here.
When dropping this class please make the properties in
SmallRyeHealthBuildTimeConfig non optional.-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Usequarkus.smallrye-health.extensions.enabledinstead.booleanDeprecated, for removal: This API element is subject to removal in a future version.Usequarkus.smallrye-health.openapi.includedinstead. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
extensionsEnabled
@ConfigItem(name="extensions.enabled", defaultValue="true") @Deprecated(since="3.14", forRemoval=true) public boolean extensionsEnabledDeprecated, for removal: This API element is subject to removal in a future version.Usequarkus.smallrye-health.extensions.enabledinstead.Whether extensions published health check should be enabled. -
openapiIncluded
@ConfigItem(name="openapi.included", defaultValue="false") @Deprecated(since="3.14", forRemoval=true) public boolean openapiIncludedDeprecated, for removal: This API element is subject to removal in a future version.Usequarkus.smallrye-health.openapi.includedinstead.Whether to include the Liveness and Readiness Health endpoints in the generated OpenAPI document
-
-
Constructor Details
-
DeprecatedHealthBuildTimeConfig
public DeprecatedHealthBuildTimeConfig()Deprecated, for removal: This API element is subject to removal in a future version.
-
SmallRyeHealthBuildTimeConfiginstead.