Class and Description |
---|
org.springframework.boot.actuate.metrics.writer.DropwizardMetricWriter
Since 1.3 in favor of
DropwizardMetricServices |
Method and Description |
---|
org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer.setJspServletClassName(String)
in 1.3.0 in favor of
JspServlet.setClassName(String) |
org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer.setRegisterJspServlet(boolean)
in 1.3.0 in favor of
JspServlet.setRegistered(boolean) |
Constructor and Description |
---|
org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean(String, Endpoint<?>)
since 1.3 in favor of
DataEndpointMBean.DataEndpointMBean(String, Endpoint, ObjectMapper) |
org.springframework.boot.actuate.endpoint.jmx.EndpointMBean(String, Endpoint<?>)
since 1.3 in favor of
EndpointMBean.EndpointMBean(String, Endpoint, ObjectMapper) |
org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean(String, Endpoint<?>)
since 1.3 in favor of
ShutdownEndpointMBean.ShutdownEndpointMBean(String, Endpoint, ObjectMapper) |
Annotation Type Element and Description |
---|
org.springframework.boot.autoconfigure.condition.ConditionalOnMissingClass.name
since 1.3.0 in favor of
ConditionalOnMissingClass.value() . |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.