Interface and Description |
---|
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPathProvider
since 2.0.4 in favor of
DispatcherServletPath and
DispatcherServletRegistrationBean |
Class and Description |
---|
org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
since 2.1.0 in favor of
CompositeHealthIndicator.CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) |
org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory |
Method and Description |
---|
org.springframework.boot.actuate.health.CompositeHealthIndicator.addHealthIndicator(String, HealthIndicator)
since 2.1.0 in favour of
HealthIndicatorRegistry.register(String, HealthIndicator) |
org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator.addHealthIndicator(String, ReactiveHealthIndicator)
since 2.1.0 in favour of
ReactiveHealthIndicatorRegistry.register(String, ReactiveHealthIndicator) |
org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider.assertThat()
use standard AssertJ
assertThat(context)... calls instead. |
org.springframework.boot.test.json.JsonContent.assertThat()
in favor of AssertJ's
assertThat |
org.springframework.boot.web.client.RestTemplateBuilder.setConnectTimeout(int)
since 2.1.0 in favor of
RestTemplateBuilder.setConnectTimeout(Duration) |
org.springframework.boot.web.client.RestTemplateBuilder.setReadTimeout(int)
since 2.1.0 in favour of
RestTemplateBuilder.setReadTimeout(Duration) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.