Uses of Annotation Interface
org.springframework.boot.context.properties.DeprecatedConfigurationProperty
Packages that use DeprecatedConfigurationProperty
Package
Description
Support for exporting actuator metrics to OTLP.
Support for exporting actuator metrics to SignalFX.
Auto-configuration for Flyway.
Auto-configuration for GSON.
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.otlp
Methods in org.springframework.boot.actuate.autoconfigure.metrics.export.otlp with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionOtlpMetricsProperties.getResourceAttributes()
Deprecated, for removal: This API element is subject to removal in a future version. -
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.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.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.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.