Merge pull request #18637 from AlexFalappa

* pr/18637:
  Narrow type for Tomcat 'locale' and 'encoding' properties

Closes gh-18637
This commit is contained in:
Stephane Nicoll 2019-10-22 09:24:20 +02:00
commit 5b5280b0a2
1 changed files with 22 additions and 0 deletions

View File

@ -2170,6 +2170,28 @@
}
]
},
{
"name": "server.tomcat.accesslog.encoding",
"providers": [
{
"name": "handle-as",
"parameters": {
"target": "java.nio.charset.Charset"
}
}
]
},
{
"name": "server.tomcat.accesslog.locale",
"providers": [
{
"name": "handle-as",
"parameters": {
"target": "java.util.Locale"
}
}
]
},
{
"name": "spring.liquibase.change-log",
"providers": [