Interface and Description |
---|
org.springframework.boot.Bootstrapper
since 2.4.5 for removal in 2.6 in favor of
BootstrapRegistryInitializer |
Class and Description |
---|
org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
since 2.4.0 for removal in 2.6.0 with no direct replacement.
FailureAnalysis is now the preferred approach for diagnosing and reporting
startup failures. |
org.springframework.boot.context.config.ConfigFileApplicationListener
since 2.4.0 for removal in 2.6.0 in favor of
ConfigDataEnvironmentPostProcessor |
org.springframework.boot.web.embedded.netty.SslServerCustomizer
this class is meant for Spring Boot internal use only.
|
Constructor and Description |
---|
org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment)
since 2.4.0 for removal in 2.6.0 in favor of
ApplicationEnvironmentPreparedEvent(ConfigurableBootstrapContext, SpringApplication, String[], ConfigurableEnvironment) |
org.springframework.boot.context.event.ApplicationStartingEvent(SpringApplication, String[])
since 2.4.0 for removal in 2.6.0 in favor of
ApplicationStartingEvent(ConfigurableBootstrapContext, SpringApplication, String[]) |
org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor()
since 2.4.0 for removal in 2.6.0 in favor of
CloudFoundryVcapEnvironmentPostProcessor(Log) |
Enum Constant and Description |
---|
org.springframework.boot.jdbc.EmbeddedDatabaseConnection.HSQL
since 2.4.0 for removal in 2.6.0 in favor of
EmbeddedDatabaseConnection.HSQLDB . |