| Class and Description |
|---|
| org.springframework.boot.actuate.endpoint.http.ActuatorMediaType
since 2.5.0 for removal in 2.7.0 in favor of
ApiVersion.getProducedMimeType() |
| org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
since 2.4.0 for removal in 2.6.0 in favor of
CassandraDriverHealthIndicator |
| org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
since 2.4.0 for removal in 2.6.0 in favor of
CassandraDriverHealthIndicator |
| Enum and Description |
|---|
| org.springframework.boot.actuate.endpoint.http.ApiVersion
since 2.5.0 for removal in 2.7.0 in favor of
ApiVersion |
| Method and Description |
|---|
| org.springframework.boot.actuate.endpoint.http.ApiVersion.fromHttpHeaders(Map<String, List<String>>)
since 2.5.0 for removal in 2.7.0 in favor of direct injection with
resolution via the
ProducibleOperationArgumentResolver. |
| org.springframework.boot.actuate.endpoint.InvocationContext.getApiVersion()
since 2.5.0 for removal in 2.7.0 in favor of
InvocationContext.resolveArgument(Class) using
ApiVersion |
| org.springframework.boot.actuate.endpoint.InvocationContext.getSecurityContext()
since 2.5.0 for removal in 2.7.0 in favor of
InvocationContext.resolveArgument(Class) |
| org.springframework.boot.actuate.metrics.web.reactive.server.WebFluxTags.outcome(ServerWebExchange)
since 2.5.0 for removal in 2.7.0 in favor of
WebFluxTags.outcome(ServerWebExchange, Throwable) |
| Constructor and Description |
|---|
| org.springframework.boot.actuate.endpoint.InvocationContext(ApiVersion, SecurityContext, Map<String, Object>)
since 2.5.0 for removal in 2.7.0 in favor of
InvocationContext(SecurityContext, Map, OperationArgumentResolver[]) |