Narrow type for Tomcat 'locale' and 'encoding' properties

See gh-18637
This commit is contained in:
Alessandro Falappa
2019-10-17 16:52:03 +02:00
committed by Stephane Nicoll
parent afc87b74ef
commit f28af3db9f

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": [