| Enum and Description |
|---|
| org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter.DefaultIncludes
since 2.6.0 for removal in 2.8.0 in favor of
EndpointExposure. |
| Annotation Type and Description |
|---|
| org.springframework.boot.actuate.autoconfigure.web.server.LocalManagementPort
since 2.7.0 for removal in 3.0.0 in favor of
org.springframework.boot.test.web.server.LocalManagementPort |
| Constructor and Description |
|---|
| org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter(Class<E>, Collection<String>, Collection<String>, IncludeExcludeEndpointFilter.DefaultIncludes)
since 2.6.0 for removal in 2.8.0 in favor of
IncludeExcludeEndpointFilter(Class, Environment, String, String[]) |
| org.springframework.boot.actuate.autoconfigure.endpoint.expose.IncludeExcludeEndpointFilter(Class<E>, Environment, String, IncludeExcludeEndpointFilter.DefaultIncludes)
since 2.6.0 for removal in 2.8.0 in favor of
IncludeExcludeEndpointFilter(Class, Environment, String, String[]) |