Skip to content

Commit 8a12a6c

Browse files
committed
Add deprecated metadata for Thymeleaf
See gh-10076
1 parent 64231ea commit 8a12a6c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

+10
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,16 @@
942942
"replacement": "spring.session.jdbc.initialize-schema",
943943
"level": "error"
944944
}
945+
},
946+
{
947+
"name": "spring.thymeleaf.content-type",
948+
"type": "org.springframework.util.MimeType",
949+
"description": "Content-Type value.",
950+
"defaultValue": "text/html",
951+
"deprecation": {
952+
"replacement": "spring.thymeleaf.servlet.content-type",
953+
"level": "error"
954+
}
945955
}
946956
],"hints": [
947957
{

0 commit comments

Comments
 (0)