Re: [configuration] Interface vs class

2009-06-23 Thread Emmanuel Bourg
Jörg Schaible a écrit : IMHO we should define what we want to reach. Adding a method to an interface does not break *binary* compatibility of existing code. The method is simply not called. However, a client will have to implement the new method, if CConf is a compile time dependency *and* he

Re: [configuration] Artifact name

2009-06-23 Thread James Carman
On Tue, Jun 23, 2009 at 3:44 AM, Emmanuel Bourg wrote: > Yes configuration2 will be incompatible, it's a complete refactoring of the > API. The package was already changed. My concern is about the artifactId > causing a confusion on the actual version of the artifact. We're all going that route

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

2009-06-23 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-email has an issue affecting its community integration. This issue

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

2009-06-23 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] Artifact name

2009-06-23 Thread Emmanuel Bourg
James Carman a écrit : Is configuration2 binary incompatible with configuration (1)? If it is, then you should consider changing the package name and using: artifactId: commons-configuration2 groupId: org.apache.commons This would be for consistency's sake. Yes configuration2 will be incompa