Interface and Description |
---|
org.springframework.boot.actuate.health.HealthAggregator
since 2.2.0 in favor of
StatusAggregator |
org.springframework.boot.actuate.health.HealthIndicatorRegistry
since 2.2.0 in favor of a
HealthContributorRegistry |
org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry
since 2.2.0 in favor of a
ReactiveHealthContributorRegistry |
Enum and Description |
---|
org.springframework.boot.actuate.health.ShowDetails
since 2.2.0 in favor of
HealthEndpointProperties.ShowDetails |
Annotation Type and Description |
---|
org.springframework.boot.actuate.autoconfigure.endpoint.condition.ConditionalOnEnabledEndpoint
as of 2.2.0 in favor of
@ConditionalOnAvailableEndpoint |
Field and Description |
---|
org.springframework.boot.logging.LogFile.FILE_PROPERTY
since 2.2.0 in favor of
LogFile.FILE_NAME_PROPERTY |
org.springframework.boot.context.logging.LoggingApplicationListener.LOGFILE_BEAN_NAME
since 2.2.0 in favor of
LoggingApplicationListener.LOG_FILE_BEAN_NAME |
org.springframework.boot.logging.LogFile.PATH_PROPERTY
since 2.2.0 in favor of
LogFile.FILE_PATH_PROPERTY |
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.VALIDATOR_BEAN_NAME
since 2.2.0 in favor of
ConfigurationPropertiesBindingPostProcessorRegistrar.VALIDATOR_BEAN_NAME |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.