Hello, I'm Duc, and in our projects, we just upgraded from commons-configuration 1.9 to 2.5 and we found that when passing env variables into properties file as a list like `key=${env:MY_LIST_VARIABLES}` where MY_LIST_VARIABLES is "value1, value2, value3", the new commons configuration 2.5 doesn't strip double quotes. This makes `properites.getStringArray("key")` returns an array with only element is the big string ["value1, value2, value3"] instead of what I expected and what the commons-configuration 1 does returns ["value1", "value2", "value3"]

So, do you have any suggestion to keep that behavior with commons-configuration 2.5?


Thank you!

Duc Tran Tien,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to