Skip to content

Commit

Permalink
Fix additional metadata location for spring.webflux.multipart.streaming
Browse files Browse the repository at this point in the history
Closes gh-37608
  • Loading branch information
wilkinsona committed Sep 27, 2023
1 parent 688a69b commit c486892
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>",
Expand Down Expand Up @@ -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"
}
}
]
}

0 comments on commit c486892

Please sign in to comment.