Re: [VOTE] Release Commons Configuration 1.6 based on RC1

2008-12-13 Thread Ralph Goers
On Dec 13, 2008, at 8:23 AM, Oliver Heger wrote: This is a vote for releasing Commons Configuration 1.6. Please cast your votes. My only concern is that there are 7 Jira issues marked as 1.6. We should review these and figure out if they will be fixed and push them to the correct relea

Re: [Configuration] HierarchicalConfiguration in configuration2

2008-12-13 Thread Ralph Goers
On Dec 13, 2008, at 12:42 PM, Oliver Heger wrote: Ralph Goers schrieb: The problem I have is with the interface. Forcing applications to use AbstractHierarchicalConfiguration as the "base" configuration object they code to is wrong, IMO. Either they should use the Configuration interf

Re: Where are the Commons Daemon committers?

2008-12-13 Thread Bill Barker
"Jack Cai" wrote in message news:5e7fd1eb0812120534o25393143hea3f761a33a63...@mail.gmail.com... > It's encouraging to hear that. Thanks so much Mark and Jean! I look > forward > to your feedbacks. > Not going to have many spare cycles until after the holidays, but maybe could review anything

Re: [Configuration] HierarchicalConfiguration in configuration2

2008-12-13 Thread Oliver Heger
Ralph Goers schrieb: On Dec 13, 2008, at 7:28 AM, Oliver Heger wrote: There are of course configurations like MapConfiguration that are not hierarchical by nature. The classes in the "flat" package provide a hierarchical view on these classes. The idea is that when a hierarchical node struc

Re: [Configuration] HierarchicalConfiguration in configuration2

2008-12-13 Thread Ralph Goers
On Dec 13, 2008, at 7:28 AM, Oliver Heger wrote: There are of course configurations like MapConfiguration that are not hierarchical by nature. The classes in the "flat" package provide a hierarchical view on these classes. The idea is that when a hierarchical node structure is needed, it

[VOTE] Release Commons Configuration 1.6 based on RC1

2008-12-13 Thread Oliver Heger
This is a vote for releasing Commons Configuration 1.6. A first release candidate was created, the artifacts (including release notes and a clirr report) can be found here: http://people.apache.org/~oheger/configuration-1.6rc1/ The site for 1.6 is also available at http://people.apache.org/~

Re: [Configuration] HierarchicalConfiguration in configuration2

2008-12-13 Thread Oliver Heger
Ralph Goers schrieb: On Nov 13, 2008, at 1:13 PM, Oliver Heger wrote: Ralph Goers schrieb: The problem is that in applications using commons config they would like to specify an interface in lots of places. HierarchicalConfiguration would be perfect for that. It should just extend the Confi

Re: Sandbox - Pending Pipeline Changes

2008-12-13 Thread Torsten Curdt
> If not, would it be possible to get commit > access to sandbox/pipeline? Matt, are you by any chance a committer to any other ASF project yet? cheers -- Torsten - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2008-12-13 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-configuration-test has an issue affecting its community integrati

Re: [Configuration] HierarchicalConfiguration in configuration2

2008-12-13 Thread Ralph Goers
On Nov 13, 2008, at 1:13 PM, Oliver Heger wrote: Ralph Goers schrieb: The problem is that in applications using commons config they would like to specify an interface in lots of places. HierarchicalConfiguration would be perfect for that. It should just extend the Configuration interface.