Browse Source

Add deprecated metadata for Thymeleaf

See gh-10076
pull/10077/merge
Stephane Nicoll 9 years ago
parent
commit
8a12a6ce36
  1. 10
      spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

10
spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -942,6 +942,16 @@ @@ -942,6 +942,16 @@
"replacement": "spring.session.jdbc.initialize-schema",
"level": "error"
}
},
{
"name": "spring.thymeleaf.content-type",
"type": "org.springframework.util.MimeType",
"description": "Content-Type value.",
"defaultValue": "text/html",
"deprecation": {
"replacement": "spring.thymeleaf.servlet.content-type",
"level": "error"
}
}
],"hints": [
{

Loading…
Cancel
Save