Commit 8a12a6ce authored by Stephane Nicoll's avatar Stephane Nicoll

Add deprecated metadata for Thymeleaf

See gh-10076
parent 64231eaa
......@@ -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": [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment