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: [Statistics] BigDecimalStatistics proposition

2019-05-20 Thread Aleksander Ściborek
Hi >Hence my question: Do you have use-cases? (Your own, or reference >to other libraries that use types similar to "BigDecimal" in the way you >propose to be implemented here.) My idea is to use that API in similar way: https://pastebin.com/HGcKwv3V >Yes, but that "package" does not exist

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: [commons-statistics] branch master updated: Added pmd plugin configuration to build.

2019-05-20 Thread Rob Tompkins
> On May 20, 2019, at 6:58 AM, aherb...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > aherbert pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-statistics.git > > > The following commit(s) were added

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

Re: [commons-statistics] branch master updated: should we leave the travis build broken as incentive to clean things up?

2019-05-20 Thread Alex Herbert
On 19/05/2019 03:20, chtom...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. chtompki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git The following commit(s) were added to refs/heads/master by

Re: Building commons-daemon / getenv() issue

2019-05-20 Thread Jonathan Gallimore
Just following up on this one - Mark posted some feedback on my original patch, which I think is now addressed. https://issues.apache.org/jira/browse/DAEMON-401. If someone is able to take a look, that would be much appreciated. I'm happy to make any other changes, or run any necessary test cases.