mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Add deprecated metadata for Hibernate
See gh-10076
This commit is contained in:
+9
@@ -857,6 +857,15 @@
|
||||
"replacement": "spring.servlet.multipart.resolve-lazily",
|
||||
"level": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "spring.jpa.hibernate.naming.strategy",
|
||||
"type": "java.lang.String",
|
||||
"description": "Hibernate 4 naming strategy fully qualified name. Not supported with Hibernate\n 5.",
|
||||
"deprecation": {
|
||||
"reason": "Auto-configuration for Hibernate 4 is no longer provided.",
|
||||
"level": "error"
|
||||
}
|
||||
}
|
||||
],"hints": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user