commit
1bcd127ad0
|
@ -2862,6 +2862,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>",
|
||||||
|
@ -3406,14 +3414,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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue