Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-37609
  • Loading branch information
wilkinsona committed Sep 27, 2023
2 parents 0368fc5 + c486892 commit 1bcd127
Showing 1 changed file with 8 additions and 8 deletions.
Expand Up @@ -2862,6 +2862,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 @@ -3406,14 +3414,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 1bcd127

Please sign in to comment.