Merge branch '2.2.x'

Closes gh-20687
This commit is contained in:
Stephane Nicoll
2020-03-26 10:42:31 +01:00
4 changed files with 21 additions and 1 deletions

View File

@@ -2315,6 +2315,7 @@ Instead of using suffix matching, we can use a query parameter to ensure that re
spring.mvc.contentnegotiation.media-types.markdown=text/markdown
----
Suffix pattern matching is deprecated and will be removed in a future release.
If you understand the caveats and would still like your application to use suffix pattern matching, the following configuration is required:
[source,properties,indent=0,subs="verbatim,quotes,attributes",configprops]