Re: [lang] Time for 3.2?

2012-11-06 Thread Gary Gregory
On Tue, Nov 6, 2012 at 3:25 AM, Duncan Jones wrote: > On 6 November 2012 02:02, Gary Gregory wrote: > > Hi All: > > > > I just committed a fix for [lang] and realized it's been a YEAR since > 3.1! > > Wow, time flies. > > > > Are we ready for a release? > > > > Does anyone have anything they'd l

[continuum] BUILD FAILURE: Apache Commons - Commons IO -

2012-11-06 Thread Continuum@vmbuild
Build using Java 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 83 X-Continuum-Project-Name: Commons IO Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildI

[continuum] BUILD FAILURE: Apache Commons - Commons IO -

2012-11-06 Thread Continuum@vmbuild
Build using Java 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 83 X-Continuum-Project-Name: Commons IO Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildI

Re: svn commit: r1405889 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration: Configuration.java ImmutableConfiguration.java

2012-11-06 Thread Benedikt Ritter
2012/11/6 Oliver Heger > Am 06.11.2012 09:57, schrieb Benedikt Ritter: > > Hi Oliver, >> >> thanks for the clarification. I see where you are going with the design. >> What do you think of my proposal to implement the configuration interfaces >> like the java collections framework? I can think o

Re: svn commit: r1405889 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration: Configuration.java ImmutableConfiguration.java

2012-11-06 Thread Oliver Heger
Am 06.11.2012 09:57, schrieb Benedikt Ritter: Hi Oliver, thanks for the clarification. I see where you are going with the design. What do you think of my proposal to implement the configuration interfaces like the java collections framework? I can think of Configurations.unmodifiableConfiguratio

[GUMP@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2012-11-06 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-scxml-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-dbutils (in module apache-commons) failed

2012-11-06 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-dbutils has an issue affecting its community integration. This iss

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2012-11-06 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-proxy-test has an issue affecting its community integration. This

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Digester - Build using Java 1.6

2012-11-06 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=25179&projectId=75 Build statistics: State: Failed Previous State: Failed Started at: Tue 6 Nov 2012 12:20:02 + Finished at: Tue 6 Nov 2012 12:21:31 + Total time: 1m 29s Build Trigger: Schedule Bu

[GUMP@vmgump]: Project commons-chain2 (in module apache-commons) failed

2012-11-06 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-chain2 has an issue affecting its community integration. This issu

[GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-11-06 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-digester3 has an issue affecting its community integration. This i

Re: svn commit: r1405889 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration: Configuration.java ImmutableConfiguration.java

2012-11-06 Thread Benedikt Ritter
Hi Oliver, thanks for the clarification. I see where you are going with the design. What do you think of my proposal to implement the configuration interfaces like the java collections framework? I can think of Configurations.unmodifiableConfiguration(Configuration config). Benedikt 2012/11/6 O

Re: [lang] Time for 3.2?

2012-11-06 Thread Duncan Jones
On 6 November 2012 02:02, Gary Gregory wrote: > Hi All: > > I just committed a fix for [lang] and realized it's been a YEAR since 3.1! > Wow, time flies. > > Are we ready for a release? > > Does anyone have anything they'd like to contribute? > > Gary If anyone has the time to review it, I'd happ

Re: svn commit: r1405889 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration: Configuration.java ImmutableConfiguration.java

2012-11-06 Thread Benedikt Ritter
Hi Jörg, specialization between two concpets in the oo paradigm has the semantics of a is-a-relationship. So if Configuration extends ImmutableConfiguration that means (at least for me) that a Configuration is a ImmutableConfiguration. That's what I meant with my first comment. About merging the

Re: svn commit: r1405889 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration: Configuration.java ImmutableConfiguration.java

2012-11-06 Thread Oliver Heger
Hi Benedikt, Am 05.11.2012 21:04, schrieb Benedikt Ritter: 2012/11/5 Benedikt Ritter Hi Oliver, 2012/11/5 Author: oheger Date: Mon Nov 5 17:29:01 2012 New Revision: 1405889 URL: http://svn.apache.org/viewvc?rev=1405889&view=rev Log: Initial version of an immutable configuration interfa