|
923 | 923 | "name": "server.ssl.trust-store-type",
|
924 | 924 | "description": "Type of the trust store."
|
925 | 925 | },
|
| 926 | + { |
| 927 | + "name": "server.tomcat.max-http-header-size", |
| 928 | + "type": "org.springframework.util.unit.DataSize", |
| 929 | + "description": "Maximum size of the HTTP message header.", |
| 930 | + "deprecation": { |
| 931 | + "replacement": "server.max-http-header-size", |
| 932 | + "level": "error" |
| 933 | + } |
| 934 | + }, |
926 | 935 | {
|
927 | 936 | "name": "server.undertow.buffers-per-region",
|
928 | 937 | "type": "java.lang.Integer",
|
|
1059 | 1068 | "localhost"
|
1060 | 1069 | ]
|
1061 | 1070 | },
|
| 1071 | + { |
| 1072 | + "name": "spring.data.cassandra.load-balancing-policy", |
| 1073 | + "type": "java.lang.Class", |
| 1074 | + "description": "Class name of the load balancing policy. The class must have a default constructor.", |
| 1075 | + "deprecation": { |
| 1076 | + "level": "error" |
| 1077 | + } |
| 1078 | + }, |
1062 | 1079 | {
|
1063 | 1080 | "name": "spring.data.cassandra.read-timeout-millis",
|
1064 | 1081 | "type": "java.lang.Integer",
|
|
1068 | 1085 | "level": "error"
|
1069 | 1086 | }
|
1070 | 1087 | },
|
| 1088 | + { |
| 1089 | + "name": "spring.data.cassandra.reconnection-policy", |
| 1090 | + "type": "java.lang.Class", |
| 1091 | + "description": "Class name of the reconnection policy. The class must have a default constructor.", |
| 1092 | + "deprecation": { |
| 1093 | + "level": "error" |
| 1094 | + } |
| 1095 | + }, |
1071 | 1096 | {
|
1072 | 1097 | "name": "spring.data.cassandra.repositories.enabled",
|
1073 | 1098 | "type": "java.lang.Boolean",
|
|
1084 | 1109 | "description": "Type of Cassandra repositories to enable.",
|
1085 | 1110 | "defaultValue": "auto"
|
1086 | 1111 | },
|
| 1112 | + { |
| 1113 | + "name": "spring.data.cassandra.retry-policy", |
| 1114 | + "type": "java.lang.Class", |
| 1115 | + "description": "Class name of the retry policy. The class must have a default constructor.", |
| 1116 | + "deprecation": { |
| 1117 | + "level": "error" |
| 1118 | + } |
| 1119 | + }, |
1087 | 1120 | {
|
1088 | 1121 | "name": "spring.data.couchbase.consistency",
|
1089 | 1122 | "defaultValue": "read-your-own-writes"
|
|
1843 | 1876 | "level": "error"
|
1844 | 1877 | }
|
1845 | 1878 | },
|
| 1879 | + { |
| 1880 | + "name": "spring.kafka.streams.cache-max-bytes-buffering", |
| 1881 | + "type": "java.lang.Integer", |
| 1882 | + "deprecation": { |
| 1883 | + "replacement": "spring.kafka.streams.cache-max-size-buffering", |
| 1884 | + "level": "error" |
| 1885 | + } |
| 1886 | + }, |
1846 | 1887 | {
|
1847 | 1888 | "name": "spring.liquibase.check-change-log-location",
|
1848 | 1889 | "type": "java.lang.Boolean",
|
|
1883 | 1924 | "name": "spring.mustache.suffix",
|
1884 | 1925 | "defaultValue": ".mustache"
|
1885 | 1926 | },
|
| 1927 | + { |
| 1928 | + "name": "spring.mvc.favicon.enabled", |
| 1929 | + "type": "java.lang.Boolean", |
| 1930 | + "description": "Whether to enable resolution of favicon.ico.", |
| 1931 | + "deprecation": { |
| 1932 | + "level": "error" |
| 1933 | + } |
| 1934 | + }, |
1886 | 1935 | {
|
1887 | 1936 | "name": "spring.mvc.formcontent.filter.enabled",
|
1888 | 1937 | "type": "java.lang.Boolean",
|
|
1951 | 2000 | "name": "spring.rabbitmq.listener.type",
|
1952 | 2001 | "defaultValue": "simple"
|
1953 | 2002 | },
|
| 2003 | + { |
| 2004 | + "name": "spring.rabbitmq.template.queue", |
| 2005 | + "type": "java.lang.String", |
| 2006 | + "deprecation": { |
| 2007 | + "replacement": "spring.rabbitmq.template.default-receive-queue", |
| 2008 | + "level": "error" |
| 2009 | + } |
| 2010 | + }, |
1954 | 2011 | {
|
1955 | 2012 | "name": "spring.reactor.stacktrace-mode.enabled",
|
1956 | 2013 | "description": "Whether Reactor should collect stacktrace information at runtime.",
|
|
0 commit comments