Fix additional metadata location for spring.webflux.multipart.streaming
Closes gh-37608
This commit is contained in:
parent
688a69b9b1
commit
c486892a9b
|
|
@ -2838,6 +2838,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>",
|
||||
|
|
@ -3378,14 +3386,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…
Reference in New Issue