Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-02 Thread Thomas Neidhart
On Tue, Jul 2, 2013 at 4:59 AM, Anshul Zunke anshulzu...@gmail.com wrote: Do we have 2 way hashmap in collections? If not i think we shuld have it You may want to take a look at the BidiMap interface:

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-02 Thread Anshul Zunke
Thanks Thomas :) Just 1 quick question, How can i be part of the contributors in apache collection project? Would like to be part of the group :) Thanks Anshul Zunke On Tue, Jul 2, 2013 at 3:08 PM, Thomas Neidhart thomas.neidh...@gmail.comwrote: On Tue, Jul 2, 2013 at 4:59 AM, Anshul Zunke

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-02 Thread Jonas Sprenger
Hi Anshul, there are some information about contributing at: http://commons.apache.org/volunteering.html In other words, ist all up to you ;) regards, Jonas 2013/7/2 Anshul Zunke anshulzu...@gmail.com Thanks Thomas :) Just 1 quick question, How can i be part of the contributors in apache

[OT] Becoming a contributor for an ASF project (Was: Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2)

2013-07-02 Thread Benedikt Ritter
Hi Ansuhl, cool that you want to join commons! You already did the first step required for becoming a contributor: subscribe to the dev ML. Contribution can happen in several ways: Discussing the current state of the components on the ML, improving documentation, reporting bugs and most

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-02 Thread Thomas Neidhart
On Mon, Jul 1, 2013 at 11:02 PM, Benedikt Ritter brit...@apache.org wrote: Hello Thomas, first of all: many thanks for the great effort you put into collections. I think aside from math and lang, collections is probably one of the most used components. It's really cool to see this happening.

[COLLECTIONS] Do we need to release a beta after the alpha release? (Was: Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2)

2013-07-02 Thread Benedikt Ritter
2013/7/2 Thomas Neidhart thomas.neidh...@gmail.com On Mon, Jul 1, 2013 at 11:02 PM, Benedikt Ritter brit...@apache.org wrote: snip One thing that could be improved is RELEASE-NOTES.txt. I think it would be good to make very clear what alpha means (have we agreed on this? I'm not

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-02 Thread Anshul Zunke
Thanks Sprenger, Will look into the docs you provided :) On Tue, Jul 2, 2013 at 5:24 PM, Jonas Sprenger sprenger...@gmail.comwrote: Hi Anshul, there are some information about contributing at: http://commons.apache.org/volunteering.html In other words, ist all up to you ;) regards,

Re: [OT] Becoming a contributor for an ASF project (Was: Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2)

2013-07-02 Thread Anshul Zunke
Thanks Benedikt, Will surely contribute to the group by discussing, helping in documentation and once i get familiar with the issues will surely love to be part of coding On Tue, Jul 2, 2013 at 5:27 PM, Benedikt Ritter benerit...@gmail.comwrote: Hi Ansuhl, cool that you want to join commons!

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-02 Thread Jörg Schaible
Thomas Neidhart wrote: Hi, I'd like to call a vote for releasing Commons Collections 4.0-alpha1 based on RC2. The following changes have been applied since RC1: * upgrade to maven-javadoc-plugin 2.9.1 (due to CVE-2013-1571) * fixed COLLECTIONS-474, thanks to sebb * fixed download

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-02 Thread Thomas Neidhart
On 07/02/2013 07:02 PM, Jörg Schaible wrote: Thomas Neidhart wrote: Hi, I'd like to call a vote for releasing Commons Collections 4.0-alpha1 based on RC2. The following changes have been applied since RC1: * upgrade to maven-javadoc-plugin 2.9.1 (due to CVE-2013-1571) * fixed

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-02 Thread Jörg Schaible
Hi Thomas, Thomas Neidhart wrote: [snip] Which build did you use? I have tested with IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr12-20121024_126067 (JIT enabled, AOT enabled) and get: Tests run: 13118, Failures: 0, Errors: 0, Skipped: 0 $ java -version java

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-01 Thread Luc Maisonobe
Le 30/06/2013 23:57, Thomas Neidhart a écrit : Hi, I'd like to call a vote for releasing Commons Collections 4.0-alpha1 based on RC2. The following changes have been applied since RC1: * upgrade to maven-javadoc-plugin 2.9.1 (due to CVE-2013-1571) * fixed COLLECTIONS-474, thanks to

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-01 Thread Olivier Lamy
2013/7/1 Thomas Neidhart thomas.neidh...@gmail.com: Hi, I'd like to call a vote for releasing Commons Collections 4.0-alpha1 based on RC2. The following changes have been applied since RC1: * upgrade to maven-javadoc-plugin 2.9.1 (due to CVE-2013-1571) * fixed COLLECTIONS-474, thanks to

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-01 Thread Oliver Heger
+1 Oliver Am 30.06.2013 23:57, schrieb Thomas Neidhart: Hi, I'd like to call a vote for releasing Commons Collections 4.0-alpha1 based on RC2. The following changes have been applied since RC1: * upgrade to maven-javadoc-plugin 2.9.1 (due to CVE-2013-1571) * fixed COLLECTIONS-474,

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-01 Thread Benedikt Ritter
Hello Thomas, first of all: many thanks for the great effort you put into collections. I think aside from math and lang, collections is probably one of the most used components. It's really cool to see this happening. So here is my vote: - Checksums and signatures are okay. - Site looks good,

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-01 Thread Anshul Zunke
Do we have 2 way hashmap in collections? If not i think we shuld have it On Tue, Jul 2, 2013 at 1:24 AM, Oliver Heger oliver.he...@oliver-heger.dewrote: +1 Oliver Am 30.06.2013 23:57, schrieb Thomas Neidhart: Hi, I'd like to call a vote for releasing Commons Collections 4.0-alpha1

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-01 Thread Gary Gregory
+1 Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 08:51:28-0500) Maven home: C:\Java\apache-maven-3.0.5\bin\.. Java version: 1.7.0_25, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_25\jre Default locale: en_US, platform encoding: Cp1252 OS name:

[VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-06-30 Thread Thomas Neidhart
Hi, I'd like to call a vote for releasing Commons Collections 4.0-alpha1 based on RC2. The following changes have been applied since RC1: * upgrade to maven-javadoc-plugin 2.9.1 (due to CVE-2013-1571) * fixed COLLECTIONS-474, thanks to sebb * fixed download page (contained wrong component

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-06-30 Thread sebb
On 30 June 2013 22:57, Thomas Neidhart thomas.neidh...@gmail.com wrote: Hi, I'd like to call a vote for releasing Commons Collections 4.0-alpha1 based on RC2. The following changes have been applied since RC1: * upgrade to maven-javadoc-plugin 2.9.1 (due to CVE-2013-1571) * fixed