|
1017 | 1017 | "reason": "Narayana support has moved to third party starter."
|
1018 | 1018 | }
|
1019 | 1019 | },
|
1020 |
| - { |
1021 |
| - "name": "spring.kafka.admin.ssl.keystore-location", |
1022 |
| - "type": "org.springframework.core.io.Resource", |
1023 |
| - "description": "Location of the key store file.", |
1024 |
| - "deprecation": { |
1025 |
| - "replacement": "spring.kafka.admin.ssl.key-store-location", |
1026 |
| - "level": "error" |
1027 |
| - } |
1028 |
| - }, |
1029 |
| - { |
1030 |
| - "name": "spring.kafka.admin.ssl.keystore-password", |
1031 |
| - "type": "java.lang.String", |
1032 |
| - "description": "Store password for the key store file.", |
1033 |
| - "deprecation": { |
1034 |
| - "replacement": "spring.kafka.admin.ssl.key-store-password", |
1035 |
| - "level": "error" |
1036 |
| - } |
1037 |
| - }, |
1038 |
| - { |
1039 |
| - "name": "spring.kafka.admin.ssl.truststore-location", |
1040 |
| - "type": "org.springframework.core.io.Resource", |
1041 |
| - "description": "Location of the trust store file.", |
1042 |
| - "deprecation": { |
1043 |
| - "replacement": "spring.kafka.admin.ssl.trust-store-location", |
1044 |
| - "level": "error" |
1045 |
| - } |
1046 |
| - }, |
1047 |
| - { |
1048 |
| - "name": "spring.kafka.admin.ssl.truststore-password", |
1049 |
| - "type": "java.lang.String", |
1050 |
| - "description": "Store password for the trust store file.", |
1051 |
| - "deprecation": { |
1052 |
| - "replacement": "spring.kafka.admin.ssl.trust-store-password", |
1053 |
| - "level": "error" |
1054 |
| - } |
1055 |
| - }, |
1056 |
| - { |
1057 |
| - "name": "spring.kafka.consumer.ssl.keystore-location", |
1058 |
| - "type": "org.springframework.core.io.Resource", |
1059 |
| - "description": "Location of the key store file.", |
1060 |
| - "deprecation": { |
1061 |
| - "replacement": "spring.kafka.consumer.ssl.key-store-location", |
1062 |
| - "level": "error" |
1063 |
| - } |
1064 |
| - }, |
1065 |
| - { |
1066 |
| - "name": "spring.kafka.consumer.ssl.keystore-password", |
1067 |
| - "type": "java.lang.String", |
1068 |
| - "description": "Store password for the key store file.", |
1069 |
| - "deprecation": { |
1070 |
| - "replacement": "spring.kafka.consumer.ssl.key-store-password", |
1071 |
| - "level": "error" |
1072 |
| - } |
1073 |
| - }, |
1074 |
| - { |
1075 |
| - "name": "spring.kafka.consumer.ssl.truststore-location", |
1076 |
| - "type": "org.springframework.core.io.Resource", |
1077 |
| - "description": "Location of the trust store file.", |
1078 |
| - "deprecation": { |
1079 |
| - "replacement": "spring.kafka.consumer.ssl.trust-store-location", |
1080 |
| - "level": "error" |
1081 |
| - } |
1082 |
| - }, |
1083 |
| - { |
1084 |
| - "name": "spring.kafka.consumer.ssl.truststore-password", |
1085 |
| - "type": "java.lang.String", |
1086 |
| - "description": "Store password for the trust store file.", |
1087 |
| - "deprecation": { |
1088 |
| - "replacement": "spring.kafka.consumer.ssl.trust-store-password", |
1089 |
| - "level": "error" |
1090 |
| - } |
1091 |
| - }, |
1092 |
| - { |
1093 |
| - "name": "spring.kafka.listener.only-log-record-metadata", |
1094 |
| - "type": "java.lang.Boolean", |
1095 |
| - "defaultValue": true, |
1096 |
| - "description": "Whether to suppress the entire record from being written to the log when retries are being attempted.", |
1097 |
| - "deprecation": { |
1098 |
| - "reason": "Use KafkaUtils#setConsumerRecordFormatter instead.", |
1099 |
| - "level": "error" |
1100 |
| - } |
1101 |
| - }, |
1102 |
| - { |
1103 |
| - "name": "spring.kafka.producer.ssl.keystore-location", |
1104 |
| - "type": "org.springframework.core.io.Resource", |
1105 |
| - "description": "Location of the key store file.", |
1106 |
| - "deprecation": { |
1107 |
| - "replacement": "spring.kafka.producer.ssl.key-store-location", |
1108 |
| - "level": "error" |
1109 |
| - } |
1110 |
| - }, |
1111 |
| - { |
1112 |
| - "name": "spring.kafka.producer.ssl.keystore-password", |
1113 |
| - "type": "java.lang.String", |
1114 |
| - "description": "Store password for the key store file.", |
1115 |
| - "deprecation": { |
1116 |
| - "replacement": "spring.kafka.producer.ssl.key-store-password", |
1117 |
| - "level": "error" |
1118 |
| - } |
1119 |
| - }, |
1120 |
| - { |
1121 |
| - "name": "spring.kafka.producer.ssl.truststore-location", |
1122 |
| - "type": "org.springframework.core.io.Resource", |
1123 |
| - "description": "Location of the trust store file.", |
1124 |
| - "deprecation": { |
1125 |
| - "replacement": "spring.kafka.producer.ssl.trust-store-location", |
1126 |
| - "level": "error" |
1127 |
| - } |
1128 |
| - }, |
1129 |
| - { |
1130 |
| - "name": "spring.kafka.producer.ssl.truststore-password", |
1131 |
| - "type": "java.lang.String", |
1132 |
| - "description": "Store password for the trust store file.", |
1133 |
| - "deprecation": { |
1134 |
| - "replacement": "spring.kafka.producer.ssl.trust-store-password", |
1135 |
| - "level": "error" |
1136 |
| - } |
1137 |
| - }, |
1138 |
| - { |
1139 |
| - "name": "spring.kafka.ssl.keystore-location", |
1140 |
| - "type": "org.springframework.core.io.Resource", |
1141 |
| - "description": "Location of the key store file.", |
1142 |
| - "deprecation": { |
1143 |
| - "replacement": "spring.kafka.ssl.key-store-location", |
1144 |
| - "level": "error" |
1145 |
| - } |
1146 |
| - }, |
1147 |
| - { |
1148 |
| - "name": "spring.kafka.ssl.keystore-password", |
1149 |
| - "type": "java.lang.String", |
1150 |
| - "description": "Store password for the key store file.", |
1151 |
| - "deprecation": { |
1152 |
| - "replacement": "spring.kafka.ssl.key-store-password", |
1153 |
| - "level": "error" |
1154 |
| - } |
1155 |
| - }, |
1156 |
| - { |
1157 |
| - "name": "spring.kafka.ssl.truststore-location", |
1158 |
| - "type": "org.springframework.core.io.Resource", |
1159 |
| - "description": "Location of the trust store file.", |
1160 |
| - "deprecation": { |
1161 |
| - "replacement": "spring.kafka.ssl.trust-store-location", |
1162 |
| - "level": "error" |
1163 |
| - } |
1164 |
| - }, |
1165 |
| - { |
1166 |
| - "name": "spring.kafka.ssl.truststore-password", |
1167 |
| - "type": "java.lang.String", |
1168 |
| - "description": "Store password for the trust store file.", |
1169 |
| - "deprecation": { |
1170 |
| - "replacement": "spring.kafka.ssl.trust-store-password", |
1171 |
| - "level": "error" |
1172 |
| - } |
1173 |
| - }, |
1174 |
| - { |
1175 |
| - "name": "spring.kafka.streams.cache-max-bytes-buffering", |
1176 |
| - "type": "java.lang.Integer", |
1177 |
| - "deprecation": { |
1178 |
| - "replacement": "spring.kafka.streams.state-store-cache-max-size", |
1179 |
| - "level": "error" |
1180 |
| - } |
1181 |
| - }, |
1182 |
| - { |
1183 |
| - "name": "spring.kafka.streams.cache-max-size-buffering", |
1184 |
| - "type": "java.lang.Integer", |
1185 |
| - "deprecation": { |
1186 |
| - "replacement": "spring.kafka.streams.state-store-cache-max-size", |
1187 |
| - "level": "error", |
1188 |
| - "since": "3.1.0" |
1189 |
| - } |
1190 |
| - }, |
1191 | 1020 | {
|
1192 | 1021 | "name": "spring.mustache.prefix",
|
1193 | 1022 | "defaultValue": "classpath:/templates/"
|
|
0 commit comments