Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Enum Classes
  • Annotation Interfaces
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.boot.context.properties.ConfigurationPropertiesBean.BindMethod
    since 3.0.8 for removal in 3.3.0 in favor of BindMethod
    org.springframework.boot.context.properties.ConfigurationPropertiesBean.getBindMethod()
    since 3.0.8 for removal in 3.3.0 in favor of ConfigurationPropertiesBean.asBindTarget() and Bindable.getBindMethod()
    org.springframework.boot.context.properties.ConstructorBinding
    since 3.0.0 for removal in 3.2.0 in favor of ConstructorBinding
    org.springframework.boot.jackson.JsonMixinModule(ApplicationContext, Collection<String>)
    since 3.0.0 in favor of JsonMixinModule.registerEntries(JsonMixinModuleEntries, ClassLoader)
    org.springframework.boot.jdbc.DatabaseDriver.fromDataSource(DataSource)
    since 2.7.15 for removal in 3.3.0 with no replacement
    org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory.setSslStoreProvider(SslStoreProvider)
    since 3.1.0 for removal in 3.3.0 in favor of ConfigurableRSocketServerFactory.setSslBundles(SslBundles)
    org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
    since 3.0.0 for removal in 3.2.0 in favor of ClientHttpRequestFactories
    org.springframework.boot.web.server.AbstractConfigurableWebServerFactory.getOrCreateSslStoreProvider()
    since 3.1.0 for removal in 3.3.0 in favor of AbstractConfigurableWebServerFactory.getSslBundle()
    org.springframework.boot.web.server.CertificateFileSslStoreProvider
    since 3.1.0 for removal in 3.3.0 in favor of registering a SslBundle backed by a PemSslStoreBundle.
    org.springframework.boot.web.server.ConfigurableWebServerFactory.setSslStoreProvider(SslStoreProvider)
    since 3.1.0 for removal in 3.3.0, in favor of ConfigurableWebServerFactory.setSslBundles(SslBundles)
    org.springframework.boot.web.server.SslConfigurationValidator
    since 3.1.0 for removal in 3.3.0 in favor of SslBundleKey.assertContainsAlias(KeyStore)
    org.springframework.boot.web.server.SslStoreProvider
    since 3.1.0 for removal in 3.3.0 in favor of registering an SslBundle.
    org.springframework.boot.web.server.WebServerSslBundle.get(Ssl, SslBundles, SslStoreProvider)
    since 3.1.0 for removal in 3.3.0 along with SslStoreProvider
    org.springframework.boot.web.servlet.server.Session.Cookie.getComment()
    since 3.0.0 without replacement
    org.springframework.boot.web.servlet.server.Session.Cookie.setComment(String)
  • Deprecated Interfaces
    Interface
    Description
    org.springframework.boot.web.server.SslStoreProvider
    since 3.1.0 for removal in 3.3.0 in favor of registering an SslBundle.
  • Deprecated Classes
    Class
    Description
    org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
    since 3.0.0 for removal in 3.2.0 in favor of ClientHttpRequestFactories
    org.springframework.boot.web.server.CertificateFileSslStoreProvider
    since 3.1.0 for removal in 3.3.0 in favor of registering a SslBundle backed by a PemSslStoreBundle.
    org.springframework.boot.web.server.SslConfigurationValidator
    since 3.1.0 for removal in 3.3.0 in favor of SslBundleKey.assertContainsAlias(KeyStore)
  • Deprecated Enum Classes
    Enum Class
    Description
    org.springframework.boot.context.properties.ConfigurationPropertiesBean.BindMethod
    since 3.0.8 for removal in 3.3.0 in favor of BindMethod
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    org.springframework.boot.context.properties.ConstructorBinding
    since 3.0.0 for removal in 3.2.0 in favor of ConstructorBinding
  • Deprecated Methods
    Method
    Description
    org.springframework.boot.context.properties.ConfigurationPropertiesBean.getBindMethod()
    since 3.0.8 for removal in 3.3.0 in favor of ConfigurationPropertiesBean.asBindTarget() and Bindable.getBindMethod()
    org.springframework.boot.jdbc.DatabaseDriver.fromDataSource(DataSource)
    since 2.7.15 for removal in 3.3.0 with no replacement
    org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory.setSslStoreProvider(SslStoreProvider)
    since 3.1.0 for removal in 3.3.0 in favor of ConfigurableRSocketServerFactory.setSslBundles(SslBundles)
    org.springframework.boot.web.server.AbstractConfigurableWebServerFactory.getOrCreateSslStoreProvider()
    since 3.1.0 for removal in 3.3.0 in favor of AbstractConfigurableWebServerFactory.getSslBundle()
    org.springframework.boot.web.server.ConfigurableWebServerFactory.setSslStoreProvider(SslStoreProvider)
    since 3.1.0 for removal in 3.3.0, in favor of ConfigurableWebServerFactory.setSslBundles(SslBundles)
    org.springframework.boot.web.server.WebServerSslBundle.get(Ssl, SslBundles, SslStoreProvider)
    since 3.1.0 for removal in 3.3.0 along with SslStoreProvider
    org.springframework.boot.web.servlet.server.Session.Cookie.getComment()
    since 3.0.0 without replacement
    org.springframework.boot.web.servlet.server.Session.Cookie.setComment(String)
  • Deprecated Constructors
    Constructor
    Description
    org.springframework.boot.jackson.JsonMixinModule(ApplicationContext, Collection<String>)
    since 3.0.0 in favor of JsonMixinModule.registerEntries(JsonMixinModuleEntries, ClassLoader)