Merge branch '2.4.x'

Closes gh-24861
This commit is contained in:
Stephane Nicoll
2021-01-17 17:04:22 +01:00

View File

@@ -21,12 +21,12 @@
},
{
"name": "logging.charset.console",
"type": "java.nio.Charset",
"type": "java.nio.charset.Charset",
"description": "Charset to use for console output."
},
{
"name": "logging.charset.file",
"type": "java.nio.Charset",
"type": "java.nio.charset.Charset",
"description": "Charset to use for file output."
},
{