| Package and Description |
|---|
| org.springframework.boot.autoconfigure.test
as of 1.4 in favor of the
spring-boot-test-autoconfigure module |
| Interface and Description |
|---|
| org.springframework.boot.autoconfigure.jms.hornetq.HornetQConfigurationCustomizer
as of 1.4 in favor of the artemis support
|
| org.springframework.boot.context.web.NonEmbeddedServletContainerFactory
as of 1.4 in favor of
ErrorPageRegistry |
| org.springframework.boot.context.embedded.ServletContextInitializer
as of 1.4 in favor of
org.springframework.boot.web.servlet.ServletContextInitializer
|
| Enum and Description |
|---|
| org.springframework.boot.autoconfigure.jms.hornetq.HornetQMode
as of 1.4 in favor of the artemis support
|
| Annotation Type and Description |
|---|
| org.springframework.boot.orm.jpa.EntityScan
as of 1.4 in favor of
@org.springframework.boot.autoconfigure.domain.EntityScan or explicit
configuration of the LocalContainerEntityManagerFactoryBean (either
directly or
using the EntityManagerFactoryBuilder). |
| org.springframework.boot.autoconfigure.test.ImportAutoConfiguration
as of 1.4 in favor of
ImportAutoConfiguration |
| org.springframework.boot.test.IntegrationTest
as of 1.4 in favor of
SpringBootTest |
| org.springframework.boot.test.SpringApplicationConfiguration
as of 1.4 in favor of
SpringBootTest or direct use of
SpringBootContextLoader. |
| org.springframework.boot.test.WebIntegrationTest
as of 1.4 in favor of
SpringBootTest with
webEnvironment=RANDOM_PORT or webEnvironment=DEFINED_PORT. |
| Annotation Type Element and Description |
|---|
| org.springframework.boot.context.properties.ConfigurationProperties.locations
as of 1.4 in favor of configuring the environment directly with
additional locations
|
| org.springframework.boot.context.properties.ConfigurationProperties.merge
as of 1.4 along with
ConfigurationProperties.locations() in favor of configuring the
environment directly with additional locations |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.