| Class and Description |
|---|
| org.springframework.boot.autoconfigure.security.servlet.JerseyRequestMatcherProvider
since 2.1.8 in favor of
AntPathRequestMatcher |
| org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
since 2.2.0 in favor of other auto-configured Elasticsearch clients
|
| Method and Description |
|---|
| org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.determineDatabase(DataSource)
since 2.2.0 in favor of letting the JPA container detect the database
to use.
|
| org.springframework.boot.autoconfigure.jackson.JacksonProperties.getJodaDateTimeFormat() |
| org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer.getTransactionSize()
since 2.2.0 in favor of
RabbitProperties.SimpleContainer.getBatchSize() |
| org.springframework.boot.autoconfigure.amqp.RabbitProperties.setPublisherConfirms(boolean) |
| org.springframework.boot.autoconfigure.amqp.RabbitProperties.SimpleContainer.setTransactionSize(Integer)
since 2.2.0 in favor of
RabbitProperties.SimpleContainer.setBatchSize(Integer) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.