| Package and Description |
|---|
| org.springframework.boot.jta.bitronix
since 2.3.0 as the Bitronix project is no longer being maintained
|
| 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.autoconfigure.elasticsearch.rest.RestClientBuilderCustomizer
as of 2.3.1 in favor of
RestClientBuilderCustomizer |
| Field and Description |
|---|
| org.springframework.boot.SpringApplication.DEFAULT_CONTEXT_CLASS
since 2.4.0 in favour of using a
ApplicationContextFactory |
| org.springframework.boot.SpringApplication.DEFAULT_REACTIVE_WEB_CONTEXT_CLASS
since 2.4.0 in favour of using an
ApplicationContextFactory |
| org.springframework.boot.SpringApplication.DEFAULT_SERVLET_WEB_CONTEXT_CLASS
since 2.4.0 in favour of using an
ApplicationContextFactory |
| Enum Constant and Description |
|---|
| org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace.ON_TRACE_PARAM |