Skip to content

Commit b574e5c

Browse files
committed
Add deprecated metadata for Hibernate
See gh-10076
1 parent dde6527 commit b574e5c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,15 @@
857857
"replacement": "spring.servlet.multipart.resolve-lazily",
858858
"level": "error"
859859
}
860+
},
861+
{
862+
"name": "spring.jpa.hibernate.naming.strategy",
863+
"type": "java.lang.String",
864+
"description": "Hibernate 4 naming strategy fully qualified name. Not supported with Hibernate\n 5.",
865+
"deprecation": {
866+
"reason": "Auto-configuration for Hibernate 4 is no longer provided.",
867+
"level": "error"
868+
}
860869
}
861870
],"hints": [
862871
{

0 commit comments

Comments
 (0)