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

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use quarkus.smallrye-health.extensions.enabled instead.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use quarkus.smallrye-health.openapi.included instead.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • extensionsEnabled

      @ConfigItem(name="extensions.enabled", defaultValue="true") @Deprecated(since="3.14", forRemoval=true) public boolean extensionsEnabled
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use quarkus.smallrye-health.extensions.enabled instead.
      Whether extensions published health check should be enabled.
    • openapiIncluded

      @ConfigItem(name="openapi.included", defaultValue="false") @Deprecated(since="3.14", forRemoval=true) public boolean openapiIncluded
      Deprecated, for removal: This API element is subject to removal in a future version.
      Use quarkus.smallrye-health.openapi.included instead.
      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.