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 Prometheus.
Auto-configuration for Flyway.
Auto-configuration for InfluxDB.
Auto-configuration for JMS.
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.export.otlp
Methods in org.springframework.boot.actuate.autoconfigure.metrics.export.otlp with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionOtlpProperties.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.prometheus
Methods in org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus with annotations of type DeprecatedConfigurationPropertyModifier and TypeMethodDescriptionPrometheusProperties.getHistogramFlavor()
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.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.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()
Deprecated, for removal: This API element is subject to removal in a future version. -
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.