Merge branch '3.1.x'

Closes gh-37610
pull/37626/head
Andy Wilkinson 1 year ago
commit 192fb346bc

@ -2758,6 +2758,14 @@
"description": "Whether to enable Spring's HiddenHttpMethodFilter.",
"defaultValue": false
},
{
"name": "spring.webflux.multipart.streaming",
"type": "java.lang.Boolean",
"deprecation": {
"reason": "Replaced by the PartEventHttpMessageReader and the PartEvent API.",
"level": "error"
}
},
{
"name": "spring.webservices.wsdl-locations",
"type": "java.util.List<java.lang.String>",
@ -3302,14 +3310,6 @@
"name": "any"
}
]
},
{
"name": "spring.webflux.multipart.streaming",
"type": "java.lang.Boolean",
"deprecation": {
"reason": "Replaced by the PartEventHttpMessageReader and the PartEvent API.",
"level": "error"
}
}
]
}

Loading…
Cancel
Save