|
|
|
@ -923,6 +923,15 @@
|
|
|
|
|
"name": "server.ssl.trust-store-type",
|
|
|
|
|
"description": "Type of the trust store."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "server.tomcat.max-http-header-size",
|
|
|
|
|
"type": "org.springframework.util.unit.DataSize",
|
|
|
|
|
"description": "Maximum size of the HTTP message header.",
|
|
|
|
|
"deprecation": {
|
|
|
|
|
"replacement": "server.max-http-header-size",
|
|
|
|
|
"level": "error"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "server.undertow.buffers-per-region",
|
|
|
|
|
"type": "java.lang.Integer",
|
|
|
|
@ -1059,6 +1068,14 @@
|
|
|
|
|
"localhost"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.data.cassandra.load-balancing-policy",
|
|
|
|
|
"type": "java.lang.Class",
|
|
|
|
|
"description": "Class name of the load balancing policy. The class must have a default constructor.",
|
|
|
|
|
"deprecation": {
|
|
|
|
|
"level": "error"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.data.cassandra.read-timeout-millis",
|
|
|
|
|
"type": "java.lang.Integer",
|
|
|
|
@ -1068,6 +1085,14 @@
|
|
|
|
|
"level": "error"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.data.cassandra.reconnection-policy",
|
|
|
|
|
"type": "java.lang.Class",
|
|
|
|
|
"description": "Class name of the reconnection policy. The class must have a default constructor.",
|
|
|
|
|
"deprecation": {
|
|
|
|
|
"level": "error"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.data.cassandra.repositories.enabled",
|
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|
@ -1084,6 +1109,14 @@
|
|
|
|
|
"description": "Type of Cassandra repositories to enable.",
|
|
|
|
|
"defaultValue": "auto"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.data.cassandra.retry-policy",
|
|
|
|
|
"type": "java.lang.Class",
|
|
|
|
|
"description": "Class name of the retry policy. The class must have a default constructor.",
|
|
|
|
|
"deprecation": {
|
|
|
|
|
"level": "error"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.data.couchbase.consistency",
|
|
|
|
|
"defaultValue": "read-your-own-writes"
|
|
|
|
@ -1843,6 +1876,14 @@
|
|
|
|
|
"level": "error"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.kafka.streams.cache-max-bytes-buffering",
|
|
|
|
|
"type": "java.lang.Integer",
|
|
|
|
|
"deprecation": {
|
|
|
|
|
"replacement": "spring.kafka.streams.cache-max-size-buffering",
|
|
|
|
|
"level": "error"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.liquibase.check-change-log-location",
|
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|
@ -1883,6 +1924,14 @@
|
|
|
|
|
"name": "spring.mustache.suffix",
|
|
|
|
|
"defaultValue": ".mustache"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.mvc.favicon.enabled",
|
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|
|
"description": "Whether to enable resolution of favicon.ico.",
|
|
|
|
|
"deprecation": {
|
|
|
|
|
"level": "error"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.mvc.formcontent.filter.enabled",
|
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|
@ -1951,6 +2000,14 @@
|
|
|
|
|
"name": "spring.rabbitmq.listener.type",
|
|
|
|
|
"defaultValue": "simple"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.rabbitmq.template.queue",
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
"deprecation": {
|
|
|
|
|
"replacement": "spring.rabbitmq.template.default-receive-queue",
|
|
|
|
|
"level": "error"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.reactor.stacktrace-mode.enabled",
|
|
|
|
|
"description": "Whether Reactor should collect stacktrace information at runtime.",
|
|
|
|
|