Re: [Configuration] Optional Includes in Properties files

2019-05-21 Thread Gary Gregory
On Tue, May 21, 2019 at 7:21 AM Gary Gregory wrote: > On Mon, May 20, 2019 at 9:01 PM Gary Gregory > wrote: > >> Hi All: >> >> Please review: >> >> - https://github.com/apache/commons-configuration/pull/27 >> - https://issues.apache.org/jira/browse/CONFIGURATION-745 >> > > If there is no push

Re: [Configuration] Optional Includes in Properties files

2019-05-21 Thread Gary Gregory
On Mon, May 20, 2019 at 9:01 PM Gary Gregory wrote: > Hi All: > > Please review: > > - https://github.com/apache/commons-configuration/pull/27 > - https://issues.apache.org/jira/browse/CONFIGURATION-745 > If there is no push back here, I will merge later today. I also plan on creating a

Re: [Configuration] Optional Includes in Properties files

2019-05-20 Thread Gary Gregory
Hi All: Please review: - https://github.com/apache/commons-configuration/pull/27 - https://issues.apache.org/jira/browse/CONFIGURATION-745 Thank you, Gary On Mon, May 20, 2019 at 8:15 PM Gary Gregory wrote: > On Mon, May 20, 2019 at 12:03 PM Oliver Heger < > oliver.he...@oliver-heger.de>

Re: [Configuration] Optional Includes in Properties files

2019-05-20 Thread Gary Gregory
On Mon, May 20, 2019 at 12:03 PM Oliver Heger wrote: > > > Am 20.05.19 um 16:19 schrieb sebb: > > On Mon, 20 May 2019 at 14:58, Gary Gregory > wrote: > >> > >> On Mon, May 20, 2019 at 9:16 AM Gilles Sadowski > >> wrote: > >> > >>> Le lun. 20 mai 2019 à 14:51, Gary Gregory a > >>> écrit : >

Re: [Configuration] Optional Includes in Properties files

2019-05-20 Thread Oliver Heger
Am 20.05.19 um 16:19 schrieb sebb: > On Mon, 20 May 2019 at 14:58, Gary Gregory wrote: >> >> On Mon, May 20, 2019 at 9:16 AM Gilles Sadowski >> wrote: >> >>> Le lun. 20 mai 2019 à 14:51, Gary Gregory a >>> écrit : Hi All: Right now, if you uses an 'include' in a

Re: [Configuration] Optional Includes in Properties files

2019-05-20 Thread sebb
On Mon, 20 May 2019 at 14:58, Gary Gregory wrote: > > On Mon, May 20, 2019 at 9:16 AM Gilles Sadowski > wrote: > > > Le lun. 20 mai 2019 à 14:51, Gary Gregory a > > écrit : > > > > > > Hi All: > > > > > > Right now, if you uses an 'include' in a properties file and that file is > > > missing,

Re: [Configuration] Optional Includes in Properties files

2019-05-20 Thread Gary Gregory
On Mon, May 20, 2019 at 9:16 AM Gilles Sadowski wrote: > Le lun. 20 mai 2019 à 14:51, Gary Gregory a > écrit : > > > > Hi All: > > > > Right now, if you uses an 'include' in a properties file and that file is > > missing, the rest of the file does not load. > > IMHO, it seems like a bug. > > If

Re: [Configuration] Optional Includes in Properties files

2019-05-20 Thread Gilles Sadowski
Le lun. 20 mai 2019 à 14:51, Gary Gregory a écrit : > > Hi All: > > Right now, if you uses an 'include' in a properties file and that file is > missing, the rest of the file does not load. IMHO, it seems like a bug. If the contents is required, failure should occur because of that (later,

[Configuration] Optional Includes in Properties files

2019-05-20 Thread Gary Gregory
Hi All: Right now, if you uses an 'include' in a properties file and that file is missing, the rest of the file does not load. I'd like to add a 'includesoptional' where nothing happens if the file is missing. Any objections or thoughts on a better name? Gary