| 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 | 
| org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientBuilderCustomizer since 2.2 in favor of
  WebTestClientBuilderCustomizer | 
| 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.actuate.endpoint.http.ActuatorMediaType.V1_JSON since 2.2.0 as the v1 format is no longer supported | 
| org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.VALIDATOR_BEAN_NAME since 2.2.0 in favor of
  EnableConfigurationProperties.VALIDATOR_BEAN_NAME | 
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.