Skip to content

Commit

Permalink
Add deprecated metadata for Neo4j
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Aug 25, 2017
1 parent a076adb commit 0d7cde7
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,15 @@
"level": "error"
}
},
{
"name": "spring.data.neo4j.compiler",
"type": "java.lang.String",
"description": "Compiler to use.",
"deprecation": {
"reason": "Not supported anymore as of Neo4j 3.",
"level": "error"
}
},
{
"name" : "spring.http.multipart.enabled",
"type" : "java.lang.Boolean",
Expand Down

0 comments on commit 0d7cde7

Please sign in to comment.