Merge branch '3.1.x'

Closes gh-37610
This commit is contained in:
Andy Wilkinson 2023-09-27 18:12:33 +01:00
commit 192fb346bc
1 changed files with 8 additions and 8 deletions

View File

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