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

Deprecated API

Contents

  • Classes
  • Annotation Interfaces
  • Methods
  • Constructors
  • Enum Constants
  • Deprecated Classes
    Class
    Description
    org.springframework.boot.web.embedded.netty.SslServerCustomizer
    this class is meant for Spring Boot internal use only.
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    org.springframework.boot.test.autoconfigure.actuate.metrics.AutoConfigureMetrics
    since 3.0.0 for removal in 3.2.0 in favor of @AutoConfigureObservability
  • Deprecated Methods
    Method
    Description
    org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.getDeviceId()
    org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.getGroup()
    org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.getTechnologyType()
    org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.setDeviceId(String)
    org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.setGroup(String)
    org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties.setTechnologyType(String)
    org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration.jooqProvidersDefaultConfigurationCustomizer(ObjectProvider<TransactionProvider>, ObjectProvider<RecordMapperProvider>, ObjectProvider<RecordUnmapperProvider>, ObjectProvider<Settings>, ObjectProvider<RecordListenerProvider>, ObjectProvider<VisitListenerProvider>, ObjectProvider<TransactionListenerProvider>, ObjectProvider<ExecutorProvider>)
    org.springframework.boot.autoconfigure.web.ServerProperties.Netty.getMaxChunkSize()
    org.springframework.boot.autoconfigure.web.ServerProperties.Netty.setMaxChunkSize(DataSize)
    org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation.isFavorPathExtension()
    org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation.setFavorPathExtension(boolean)
    org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.getDateFormat()
    org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch.isUseRegisteredSuffixPattern()
    org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch.isUseSuffixPattern()
    org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch.setUseRegisteredSuffixPattern(boolean)
    org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Pathmatch.setUseSuffixPattern(boolean)
    org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.setDateFormat(String)
    org.springframework.boot.loader.archive.ExplodedArchive.iterator()
    org.springframework.boot.loader.archive.JarFileArchive.iterator()
    org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider.assertThat()
    to prevent accidental use. Prefer standard AssertJ assertThat(context)... calls instead.
    org.springframework.boot.test.json.JsonContent.assertThat()
    to prevent accidental use. Prefer standard AssertJ assertThat(context)... calls instead.
  • Deprecated Constructors
    Constructor
    Description
    org.springframework.boot.actuate.health.HealthEndpoint(HealthContributorRegistry, HealthEndpointGroups)
    since 2.6.9 for removal in 3.0.0 in favor of HealthEndpoint(HealthContributorRegistry, HealthEndpointGroups, Duration)
    org.springframework.boot.actuate.health.HealthEndpointWebExtension(HealthContributorRegistry, HealthEndpointGroups)
    since 2.6.9 for removal in 3.0.0 in favor of HealthEndpointWebExtension(HealthContributorRegistry, HealthEndpointGroups, Duration)
    org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry, HealthEndpointGroups)
    since 2.6.9 for removal in 3.0.0 in favor of ReactiveHealthEndpointWebExtension(ReactiveHealthContributorRegistry, HealthEndpointGroups, Duration)
  • Deprecated Enum Constants
    Enum Constant
    Description
    org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation.PUSH
    since 3.0.0 for removal in 3.2.0 in favor of PrometheusPushGatewayManager.ShutdownOperation.POST.