Uses of Annotation Interface
org.springframework.boot.context.properties.DeprecatedConfigurationProperty
Packages that use DeprecatedConfigurationProperty
Package
Description
Support for exporting actuator metrics to SignalFX.
Auto-configuration for reactive codecs.
Auto-configuration for Flyway.
Auto-configuration for Spring GraphQL.
Auto-configuration for GSON.
Auto-configuration for client-side HTTP.
Auto-configuration for JMS.
Auto-configuration for Apache Kafka.
Auto-configuration for common web concerns.
-
Uses of DeprecatedConfigurationProperty in org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx
Methods in org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionSignalFxProperties.getAccessToken()
Deprecated, for removal: This API element is subject to removal in a future version.SignalFxProperties.getBatchSize()
Deprecated, for removal: This API element is subject to removal in a future version.SignalFxProperties.getConnectTimeout()
Deprecated, for removal: This API element is subject to removal in a future version.SignalFxProperties.getPublishedHistogramType()
Deprecated, for removal: This API element is subject to removal in a future version.SignalFxProperties.getReadTimeout()
Deprecated, for removal: This API element is subject to removal in a future version.SignalFxProperties.getSource()
Deprecated, for removal: This API element is subject to removal in a future version.SignalFxProperties.getStep()
Deprecated, for removal: This API element is subject to removal in a future version.SignalFxProperties.getUri()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
SignalFxProperties.isEnabled()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DeprecatedConfigurationProperty in org.springframework.boot.autoconfigure.codec
Methods in org.springframework.boot.autoconfigure.codec with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionCodecProperties.getMaxInMemorySize()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
CodecProperties.isLogRequestDetails()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DeprecatedConfigurationProperty in org.springframework.boot.autoconfigure.flyway
Methods in org.springframework.boot.autoconfigure.flyway with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionFlywayProperties.getOracleKerberosCacheFile()
Deprecated, for removal: This API element is subject to removal in a future version.FlywayProperties.getOracleSqlplus()
Deprecated, for removal: This API element is subject to removal in a future version.FlywayProperties.getOracleSqlplusWarn()
Deprecated, for removal: This API element is subject to removal in a future version.FlywayProperties.getOracleWalletLocation()
Deprecated, for removal: This API element is subject to removal in a future version.FlywayProperties.getSqlServerKerberosLoginFile()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
FlywayProperties.isCleanOnValidationError()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DeprecatedConfigurationProperty in org.springframework.boot.autoconfigure.graphql
Methods in org.springframework.boot.autoconfigure.graphql with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionGraphQlProperties.getPath()
Deprecated, for removal: This API element is subject to removal in a future version.GraphQlProperties.DeprecatedSse.getTimeout()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DeprecatedConfigurationProperty in org.springframework.boot.autoconfigure.gson
Methods in org.springframework.boot.autoconfigure.gson with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionGsonProperties.getLenient()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DeprecatedConfigurationProperty in org.springframework.boot.autoconfigure.http.client
Methods in org.springframework.boot.autoconfigure.http.client with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionHttpClientProperties.getConnectTimeout()
Deprecated, for removal: This API element is subject to removal in a future version.HttpClientProperties.getFactory()
Deprecated, for removal: This API element is subject to removal in a future version.HttpClientProperties.getReadTimeout()
Deprecated, for removal: This API element is subject to removal in a future version.HttpClientProperties.getRedirects()
Deprecated, for removal: This API element is subject to removal in a future version.HttpClientProperties.getSsl()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DeprecatedConfigurationProperty in org.springframework.boot.autoconfigure.jms
Methods in org.springframework.boot.autoconfigure.jms with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionJmsProperties.Listener.getAcknowledgeMode()
Deprecated, for removal: This API element is subject to removal in a future version.JmsProperties.Listener.getConcurrency()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DeprecatedConfigurationProperty in org.springframework.boot.autoconfigure.kafka
Methods in org.springframework.boot.autoconfigure.kafka with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionKafkaProperties.Retry.Topic.getDelay()
Deprecated, for removal: This API element is subject to removal in a future version.KafkaProperties.Retry.Topic.getMaxDelay()
Deprecated, for removal: This API element is subject to removal in a future version.double
KafkaProperties.Retry.Topic.getMultiplier()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
KafkaProperties.Retry.Topic.isRandomBackOff()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DeprecatedConfigurationProperty in org.springframework.boot.autoconfigure.web
Methods in org.springframework.boot.autoconfigure.web with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionboolean
ServerProperties.Undertow.isAllowEncodedSlash()
Deprecated, for removal: This API element is subject to removal in a future version.