|
889 | 889 | "name": "spring.graphql.schema.locations",
|
890 | 890 | "defaultValue": "classpath:graphql/**/"
|
891 | 891 | },
|
892 |
| - { |
893 |
| - "name": "spring.groovy.template.configuration.auto-escape", |
894 |
| - "deprecation": { |
895 |
| - "replacement": "spring.groovy.template.auto-escape", |
896 |
| - "level": "warning", |
897 |
| - "since": "3.5.0" |
898 |
| - } |
899 |
| - }, |
900 |
| - { |
901 |
| - "name": "spring.groovy.template.configuration.auto-indent", |
902 |
| - "deprecation": { |
903 |
| - "replacement": "spring.groovy.template.auto-indent", |
904 |
| - "level": "warning", |
905 |
| - "since": "3.5.0" |
906 |
| - } |
907 |
| - }, |
908 |
| - { |
909 |
| - "name": "spring.groovy.template.configuration.auto-indent-string", |
910 |
| - "deprecation": { |
911 |
| - "replacement": "spring.groovy.template.auto-indent-string", |
912 |
| - "level": "warning", |
913 |
| - "since": "3.5.0" |
914 |
| - } |
915 |
| - }, |
916 |
| - { |
917 |
| - "name": "spring.groovy.template.configuration.auto-new-line", |
918 |
| - "deprecation": { |
919 |
| - "replacement": "spring.groovy.template.auto-new-line", |
920 |
| - "level": "warning", |
921 |
| - "since": "3.5.0" |
922 |
| - } |
923 |
| - }, |
924 |
| - { |
925 |
| - "name": "spring.groovy.template.configuration.base-template-class", |
926 |
| - "deprecation": { |
927 |
| - "replacement": "spring.groovy.template.base-template-class", |
928 |
| - "level": "warning", |
929 |
| - "since": "3.5.0" |
930 |
| - } |
931 |
| - }, |
932 |
| - { |
933 |
| - "name": "spring.groovy.template.configuration.cache-templates", |
934 |
| - "deprecation": { |
935 |
| - "replacement": "spring.groovy.template.cache", |
936 |
| - "level": "warning", |
937 |
| - "since": "3.5.0" |
938 |
| - } |
939 |
| - }, |
940 |
| - { |
941 |
| - "name": "spring.groovy.template.configuration.declaration-encoding", |
942 |
| - "deprecation": { |
943 |
| - "replacement": "spring.groovy.template.declaration-encoding", |
944 |
| - "level": "warning", |
945 |
| - "since": "3.5.0" |
946 |
| - } |
947 |
| - }, |
948 |
| - { |
949 |
| - "name": "spring.groovy.template.configuration.expand-empty-elements", |
950 |
| - "deprecation": { |
951 |
| - "replacement": "spring.groovy.template.expand-empty-elements", |
952 |
| - "level": "warning", |
953 |
| - "since": "3.5.0" |
954 |
| - } |
955 |
| - }, |
956 |
| - { |
957 |
| - "name": "spring.groovy.template.configuration.locale", |
958 |
| - "deprecation": { |
959 |
| - "replacement": "spring.groovy.template.locale", |
960 |
| - "level": "warning", |
961 |
| - "since": "3.5.0" |
962 |
| - } |
963 |
| - }, |
964 |
| - { |
965 |
| - "name": "spring.groovy.template.configuration.new-line-string", |
966 |
| - "deprecation": { |
967 |
| - "replacement": "spring.groovy.template.new-line-string", |
968 |
| - "level": "warning", |
969 |
| - "since": "3.5.0" |
970 |
| - } |
971 |
| - }, |
972 |
| - { |
973 |
| - "name": "spring.groovy.template.configuration.resource-loader-path", |
974 |
| - "deprecation": { |
975 |
| - "replacement": "spring.groovy.template.resource-loader-path", |
976 |
| - "level": "warning", |
977 |
| - "since": "3.5.0" |
978 |
| - } |
979 |
| - }, |
980 |
| - { |
981 |
| - "name": "spring.groovy.template.configuration.use-double-quotes", |
982 |
| - "deprecation": { |
983 |
| - "replacement": "spring.groovy.template.use-double-quotes", |
984 |
| - "level": "warning", |
985 |
| - "since": "3.5.0" |
986 |
| - } |
987 |
| - }, |
988 |
| - { |
989 |
| - "name": "spring.groovy.template.prefix", |
990 |
| - "defaultValue": "" |
991 |
| - }, |
992 |
| - { |
993 |
| - "name": "spring.groovy.template.suffix", |
994 |
| - "defaultValue": ".tpl" |
995 |
| - }, |
996 | 892 | {
|
997 | 893 | "name": "spring.http.converters.preferred-json-mapper",
|
998 | 894 | "type": "java.lang.String",
|
|
0 commit comments