| Class and Description | 
|---|
| org.springframework.boot.actuate.system.ApplicationPidListener
 since 1.2.0 in favor of  
ApplicationPidFileWriter | 
| org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
 since 1.2.2 in favor of  
DropwizardMetricWriter | 
| org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateResolver
 since 1.2 in favor of Spring 4.1's  
GroovyMarkupViewResolver and
 GroovyMarkupConfigurer. | 
| org.springframework.boot.autoconfigure.web.HttpMapperProperties
 in 1.2.0 favor of  
JacksonProperties | 
| org.springframework.boot.json.SimpleJsonParser
 since 1.2.0 in favor of  
BasicJsonParser. | 
| org.springframework.boot.orm.jpa.SpringNamingStrategy
 Since 1.2.0 in favor of
  
SpringNamingStrategy | 
| org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
 since 1.2 in favor of  
SystemPublicMetrics,
 MetricReaderPublicMetrics | 
| Method and Description | 
|---|
| org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties.getCharSet()
 since 1.2.0 in favor of  
AbstractViewResolverProperties.getCharset() | 
| org.springframework.boot.SpringApplication.printBanner()
 since 1.2.0 in favor of  
SpringApplication.setBanner(Banner) | 
| org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties.setCharSet(String)
 since 1.2.0 in favor of  
AbstractViewResolverProperties.setCharset(String) | 
| org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate.setNamingstrategy(Class>) | 
| Constructor and Description | 
|---|
| org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration(ContextHandler, ServletContextInitializer...) | 
| Annotation Type Element and Description | 
|---|
| org.springframework.boot.autoconfigure.condition.ConditionalOnMissingClass.value
 Since 1.1.0 due to the fact that the reflection errors can occur when
 beans containing the annotation remain in the context. Use  
ConditionalOnMissingClass.name() instead. | 
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.