Commit 77edebe0 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

Closes gh-10076
parent 0d7cde7a
...@@ -819,22 +819,23 @@ ...@@ -819,22 +819,23 @@
} }
}, },
{ {
"name" : "spring.http.multipart.enabled", "name": "spring.http.multipart.enabled",
"type" : "java.lang.Boolean", "type": "java.lang.Boolean",
"description" : "Enable support of multipart uploads.", "description": "Enable support of multipart uploads.",
"defaultValue" : true, "defaultValue": true,
"deprecation" : { "deprecation": {
"replacement" : "spring.servlet.multipart.enabled", "replacement": "spring.servlet.multipart.enabled",
"level" : "error" "level": "error"
} }
}, { },
"name" : "spring.http.multipart.file-size-threshold", {
"type" : "java.lang.String", "name": "spring.http.multipart.file-size-threshold",
"description" : "Threshold after which files will be written to disk. Values can use the suffixes\n \"MB\" or \"KB\" to indicate megabytes or kilobytes respectively.", "type": "java.lang.String",
"defaultValue" : "0", "description": "Threshold after which files will be written to disk. Values can use the suffixes\n \"MB\" or \"KB\" to indicate megabytes or kilobytes respectively.",
"deprecation" : { "defaultValue": "0",
"replacement" : "spring.servlet.multipart.file-size-threshold", "deprecation": {
"level" : "error" "replacement": "spring.servlet.multipart.file-size-threshold",
"level": "error"
} }
}, },
{ {
......
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