| Class and Description |
|---|
| org.springframework.boot.jdbc.AbstractDataSourceInitializer
since 2.6.0 for removal in 2.8.0 in favor of
DataSourceScriptDatabaseInitializer |
| org.springframework.boot.context.config.ConfigFileApplicationListener
since 2.4.0 for removal in 3.0.0 in favor of
ConfigDataEnvironmentPostProcessor |
| org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
since 2.6.0 for removal in 2.8.0 in favor of
CamelCaseToUnderscoresNamingStrategy |
| org.springframework.boot.web.embedded.netty.SslServerCustomizer
this class is meant for Spring Boot internal use only.
|
| Enum and Description |
|---|
| org.springframework.boot.jdbc.DataSourceInitializationMode
since 2.6.0 for removal in 2.8.0 in favor of
DatabaseInitializationMode |
| Annotation Type and Description |
|---|
| org.springframework.boot.rsocket.context.LocalRSocketServerPort
since 2.7.0 for removal in 3.0.0 in favor of
org.springframework.boot.test.rsocket.LocalRSocketServerPort |
| org.springframework.boot.web.server.LocalServerPort
since 2.7.0 for removal in 3.0.0 in favor or
org.springframework.boot.test.web.server.LocalServerPort |
| Constructor and Description |
|---|
| org.springframework.boot.context.event.ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext)
since 2.6.0 for removal in 2.8.0 in favor of
ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration) |
| org.springframework.boot.context.event.ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext)
since 2.6.0 for removal in 2.8.0 in favor of
ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration) |
| Enum Constant and Description |
|---|
| org.springframework.boot.jdbc.DatabaseDriver.GAE
since 2.7.0 for removal in 3.0.0 without replacement following the
removal of AppEngineDriver from version 2.0 of the AppEngine API SDK.
|