| Interface and Description |
|---|
| org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientBuilderCustomizer
since 2.3.1 for removal in 2.5 in favor of
RestClientBuilderCustomizer |
| Class and Description |
|---|
| org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
since 2.3.3 to be made package-private in 2.5 as this class is not intended
for public use.
|
| org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
since 2.3.0 for removal in 2.5.0 in favor of
JobLauncherApplicationRunner |
| org.springframework.boot.autoconfigure.data.solr.SolrRepositoriesAutoConfiguration
since 2.3.9 for removal in 2.5 as Spring Data Solr is deprecated
|
| Constructor and Description |
|---|
| org.springframework.boot.autoconfigure.mongo.MongoClientFactory(MongoProperties, Environment)
since 2.3.0 for removal in 2.5.0 in favor of
MongoClientFactory(MongoProperties, Environment, List) |
| org.springframework.boot.autoconfigure.web.format.WebConversionService(String)
since 2.3.0 for removal in 2.5.0 in favor of
WebConversionService(DateTimeFormatters) |
| Enum Constant and Description |
|---|
| org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace.ON_TRACE_PARAM |