Commit b574e5c1 authored by Stephane Nicoll's avatar Stephane Nicoll

Add deprecated metadata for Hibernate

See gh-10076
parent dde65278
...@@ -857,6 +857,15 @@ ...@@ -857,6 +857,15 @@
"replacement": "spring.servlet.multipart.resolve-lazily", "replacement": "spring.servlet.multipart.resolve-lazily",
"level": "error" "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": [ ],"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