| Class and Description | 
|---|
| org.springframework.boot.actuate.metrics.writer.DropwizardMetricWriter
 Since 1.3 in favor of  
DropwizardMetricServices | 
| org.springframework.boot.test.ServerPortInfoApplicationContextInitializer
 since 1.3 in favor of
 org.springframework.boot.context.web.ServerPortInfoApplicationContextInitializer 
 | 
| Method and Description | 
|---|
| org.springframework.boot.SpringApplication.afterRefresh(ConfigurableApplicationContext, String[]) | 
| org.springframework.boot.autoconfigure.web.ServerProperties.getSessionTimeout()
 since 1.3.0 in favor of  
session.timeout. | 
| org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping.registerHandlerMethod(Object, Method, RequestMappingInfo) | 
| 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) | 
| org.springframework.boot.autoconfigure.web.ServerProperties.setSessionTimeout(Integer)
 since 1.3.0 in favor of  
session.timeout. | 
| 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.