Re: commons-monitoring?

2013-02-17 Thread Olivier Lamy
agree. data storage must be "pluggable" (we can propose some default implementations) 2013/2/17 Romain Manni-Bucau : > the point is the view is the less important part here IMO > > how data are captured is far more important (collector + aggregator, both > on the same node, ..., queuing system, sy

Re: svn commit: r1447056 - in /commons/sandbox/beanutils2/trunk: checkstyle-suppressions.xml config/ config/HEADER.txt config/checkstyle-suppressions.xml config/checkstyle.xml pom.xml src/changes/chan

2013-02-17 Thread Simone Tripodi
rather than redeclaring the whole checkstyle rule, add the exclusion filter http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sun, Feb 17, 2013 at 7:45 PM, wrote: > Author: britter > Date: Sun Feb 17 18:45:

Re: svn commit: r1447019 - /commons/sandbox/beanutils2/trunk/src/main/java/org/apache/commons/beanutils2/ClassAccessor.java

2013-02-17 Thread Simone Tripodi
unneeded, I suggest you to read our mate Stephen's blog about that: http://blog.joda.org/2012/11/javadoc-coding-standards.html HTH, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sun, Feb 17, 2013 a

Re: svn commit: r1446886 - /commons/sandbox/beanutils2/trunk/src/test/java/org/apache/commons/beanutils2/CastTestCase.java

2013-02-17 Thread Simone Tripodi
Good! But please, back any action with an Issue - what would have you done if you would had been a contributor rather than a committer, to add missing tests? Thanks, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.9

Re: commons-monitoring?

2013-02-17 Thread Romain Manni-Bucau
the point is the view is the less important part here IMO how data are captured is far more important (collector + aggregator, both on the same node, ..., queuing system, synchronous storing...) *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannib

[BeanUtils] Plans for BeanUtils and BeanUtils2

2013-02-17 Thread Benedikt Ritter
Hi, I'd like to discuss how the development of [BeanUtils] and [BeanUtils2] can be continued. The last release of BeanUtils (1.8.3) is now nearly 3 years ago and there are 92 open issues in JIRA. OTOH we've put quiet some effort into [BeanUtils2]. There are some issues that have to be addressed*

Re: commons-monitoring?

2013-02-17 Thread Olivier Lamy
2013/2/16 Romain Manni-Bucau : > And better to start to enhance it > Wdyt? maybe. But that doesn't solve my license issue :-). I'd like to use such monitoring project with an Apache project (Archiva) So as there is a lgpl dependency (jrobin). I cannot include it in the binary release. There is a si

Re: svn commit: r1447004 - in /commons/proper/cli/trunk: RELEASE-NOTES.txt src/changes/changes.xml src/conf/checkstyle.xml src/site/xdoc/release_1_3.xml

2013-02-17 Thread Benedikt Ritter
2013/2/17 Thomas Neidhart > On 02/17/2013 12:56 PM, Benedikt Ritter wrote: > > Hi Thomas, > > > > > > 2013/2/17 > > > >> Author: tn > >> Date: Sun Feb 17 10:00:32 2013 > >> New Revision: 1447004 > >> > >> URL: http://svn.apache.org/r1447004 > >> Log: > >> [CLI-231] removed DoubleCheckedLocking t

Re: svn commit: r1447004 - in /commons/proper/cli/trunk: RELEASE-NOTES.txt src/changes/changes.xml src/conf/checkstyle.xml src/site/xdoc/release_1_3.xml

2013-02-17 Thread Thomas Neidhart
On 02/17/2013 12:56 PM, Benedikt Ritter wrote: > Hi Thomas, > > > 2013/2/17 > >> Author: tn >> Date: Sun Feb 17 10:00:32 2013 >> New Revision: 1447004 >> >> URL: http://svn.apache.org/r1447004 >> Log: >> [CLI-231] removed DoubleCheckedLocking test in checkstyle config. >> > > According to the

Re: svn commit: r1447004 - in /commons/proper/cli/trunk: RELEASE-NOTES.txt src/changes/changes.xml src/conf/checkstyle.xml src/site/xdoc/release_1_3.xml

2013-02-17 Thread Benedikt Ritter
Hi Thomas, 2013/2/17 > Author: tn > Date: Sun Feb 17 10:00:32 2013 > New Revision: 1447004 > > URL: http://svn.apache.org/r1447004 > Log: > [CLI-231] removed DoubleCheckedLocking test in checkstyle config. > According to the committer's FAQ [1] the name of the contributor should be mentioned i

Re: [CLI] Option class may need some attention

2013-02-17 Thread Thomas Neidhart
On 02/16/2013 10:18 PM, Duncan Jones wrote: > On 16 February 2013 20:53, Thomas Neidhart wrote: >> On 02/16/2013 03:04 PM, Duncan Jones wrote: >>> Hi, >>> >>> The Option class has some odd characteristics that I think should be >>> addressed: >>> >>> 1. The class can be constructed with null valu