Re: [configuration] environment variables

2018-03-28 Thread Gary Gregory
Nevermind: org.apache.commons.configuration2.EnvironmentConfiguration Gary On Wed, Mar 28, 2018 at 10:04 AM, Gary Gregory wrote: > Hi All: > > I see that Commons Configuration supports system properties but > not environment variables. > > Any objection to adding support for environment variabl

[configuration] environment variables

2018-03-28 Thread Gary Gregory
Hi All: I see that Commons Configuration supports system properties but not environment variables. Any objection to adding support for environment variables in the same vein as we have for system properties? Gary