Semantic versioning

2013-05-24 Thread Jochen Wiedmann
Hi,

for those of you who don't know it, this pointer:

  http://semver.org/

IMO, it is what we basically do, without expressing it so well.

Jochen

-- 
That's what prayers are ... it's frightened people trying to make friends
with the bully!

Terry Pratchett. The Last Hero


Re: Semantic versioning

2013-05-24 Thread Paul Libbrecht
With what project Jochen?
paul


On 24 mai 2013, at 09:46, Jochen Wiedmann wrote:

 Hi,
 
 for those of you who don't know it, this pointer:
 
  http://semver.org/
 
 IMO, it is what we basically do, without expressing it so well.
 
 Jochen
 
 -- 
 That's what prayers are ... it's frightened people trying to make friends
 with the bully!
 
 Terry Pratchett. The Last Hero


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: Semantic versioning

2013-05-24 Thread Matt Benson
With all Commons components, I'd imagine he meant.  ;)

Matt


On Fri, May 24, 2013 at 4:24 AM, Paul Libbrecht p...@hoplahup.net wrote:

 With what project Jochen?
 paul


 On 24 mai 2013, at 09:46, Jochen Wiedmann wrote:

  Hi,
 
  for those of you who don't know it, this pointer:
 
   http://semver.org/
 
  IMO, it is what we basically do, without expressing it so well.
 
  Jochen
 
  --
  That's what prayers are ... it's frightened people trying to make
 friends
  with the bully!
 
  Terry Pratchett. The Last Hero


 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org




[all] Popularity contest

2013-05-24 Thread Emmanuel Bourg
Hi all,

We don't have many statistics on the usage of our components as they are
mainly consumed through Maven. There is an interesting metric that can
be used to compare the components though, it's the Debian Popularity
Contest [1]. It gives an indication on how many systems have the library
installed.

Here is the summary for our components:

logging 78878
collections376924
beanutils   75111
digester74953
compress73104
codec   18889
lang15779
cli 13144
io  10791
pool10235
dbcp10172
el   5502
net2 4960
collections  3952
configuration2972
jxpath   2805
validator2674
daemon   2663
jexl 2110
vfs  1877
net1 1804
math 1741
modeler  1646
launcher 1393
fileupload   1026
discovery 860
lang3 358
attributes358
jci   203
openpgp   155
csv85
exec   85
javaflow   20
email   0
chain   0
dbutils 0

email, chain and dbutils are not packaged in Debian.

As expected the usual suspects are on the top of the list, with some
surprises though. I didn't expect compress to have such a high score for
a rather young component.

Emmanuel Bourg

[1] http://popcon.debian.org




signature.asc
Description: OpenPGP digital signature


Re: [all] Popularity contest

2013-05-24 Thread Torsten Curdt
For an ApacheCon talk I once analysed the transitive deps of all the
POMs of the central maven repo to get such a list.
That was fun, too :)

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [all] Popularity contest

2013-05-24 Thread Maurizio Cucchiara
 We don't have many statistics on the usage of our components as they are
 mainly consumed through Maven.

AFAIK committers should be able to see maven central stats from
http://repository.apache.org (from Views/Repositories  Central
Statistics), but for some weird reason, I'm not able to see them
(though I can see Struts' ones)

What is really interesting to me is the maven top 10 most download of
the month [1]

[1] http://search.maven.org/#stats


Twitter :http://www.twitter.com/m_cucchiara
G+  :https://plus.google.com/107903711540963855921
Linkedin:http://www.linkedin.com/in/mauriziocucchiara
VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara

Maurizio Cucchiara

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [all] Popularity contest

2013-05-24 Thread Emmanuel Bourg
Le 24/05/2013 17:30, Maurizio Cucchiara a écrit :

 What is really interesting to me is the maven top 10 most download of
 the month [1]
 
 [1] http://search.maven.org/#stats

The downside of this top 10 is the bias toward artifacts used by Maven
and its plugins. That doesn't give a good picture of the artifacts the
projects actually use.

Emmanuel Bourg


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[VFS] Developing a VFS browser with Pivot

2013-05-24 Thread Roger L. Whitcomb
Hi everyone,

FWIW, I'm developing a VFS-based browser for the Apache
Pivot project, and have made the first check-ins on it today.  It's not
done yet, but it will currently do basic (local file) browsing, so I
have all the basics of using FileObject and so forth working.  The JIRA
issue for tracking purposes is here:
https://issues.apache.org/jira/browse/PIVOT-864.  I plan to add more
features so it is more like the Swing-based VFSJFileChooser (here:
http://vfsjfilechooser.sourceforge.net/), but wanted to let you know of
another Apache project using VFS.

Feel free to let me know of any concerns/comments, etc.
anyone involved in VFS might have.

 

Thanks,

~Roger Whitcomb

Apache Pivot PMC