Commit f28af3db authored by Alessandro Falappa's avatar Alessandro Falappa Committed by Stephane Nicoll

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

See gh-18637
parent afc87b74
...@@ -2170,6 +2170,28 @@ ...@@ -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", "name": "spring.liquibase.change-log",
"providers": [ "providers": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment