Uses of Annotation Interface
org.springframework.boot.context.properties.DeprecatedConfigurationProperty
Packages that use DeprecatedConfigurationProperty
Package
Description
Auto-configuration for actuator metrics and Micrometer.
Auto-configuration for Couchbase.
Auto-configuration for Flyway.
Auto-configuration for InfluxDB.
Auto-configuration for Apache Kafka.
Auto-configuration for common web concerns.
Auto-configuration for servlet web servers and Spring MVC.
-
Uses of DeprecatedConfigurationProperty in org.springframework.boot.actuate.autoconfigure.metrics
Methods in org.springframework.boot.actuate.autoconfigure.metrics with annotations of type DeprecatedConfigurationProperty -
Uses of DeprecatedConfigurationProperty in org.springframework.boot.autoconfigure.couchbase
Methods in org.springframework.boot.autoconfigure.couchbase with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionCouchbaseProperties.Ssl.getKeyStore()
Deprecated, for removal: This API element is subject to removal in a future version.CouchbaseProperties.Ssl.getKeyStorePassword()
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. -
Uses of DeprecatedConfigurationProperty in org.springframework.boot.autoconfigure.influx
Methods in org.springframework.boot.autoconfigure.influx with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionInfluxDbProperties.getPassword()
Deprecated, for removal: This API element is subject to removal in a future version.InfluxDbProperties.getUrl()
Deprecated, for removal: This API element is subject to removal in a future version.InfluxDbProperties.getUser()
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.Streams.getCacheMaxSizeBuffering()
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.boolean
ServerProperties.Tomcat.isRejectIllegalHeader()
-
Uses of DeprecatedConfigurationProperty in org.springframework.boot.autoconfigure.web.servlet
Methods in org.springframework.boot.autoconfigure.web.servlet with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionboolean
WebMvcProperties.isThrowExceptionIfNoHandlerFound()
Deprecated, for removal: This API element is subject to removal in a future version.