Skip to content

Commit 0d7cde7

Browse files
committed
Add deprecated metadata for Neo4j
See gh-10076
1 parent a076adb commit 0d7cde7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,15 @@
809809
"level": "error"
810810
}
811811
},
812+
{
813+
"name": "spring.data.neo4j.compiler",
814+
"type": "java.lang.String",
815+
"description": "Compiler to use.",
816+
"deprecation": {
817+
"reason": "Not supported anymore as of Neo4j 3.",
818+
"level": "error"
819+
}
820+
},
812821
{
813822
"name" : "spring.http.multipart.enabled",
814823
"type" : "java.lang.Boolean",

0 commit comments

Comments
 (0)