Re: Help cutting JEXL-2.0 RC1 needed

2009-11-14 Thread Henrib
Made some progress; by adding an 'rc' profile in my maven / settings.xml containing the gpg.passphrase, using commons-parent-12, I'm able to sign the artifacts. My input is: What is the release version for "Commons JEXL"? (org.apache.commons:commons-jexl) 2.0: : 2.0-RC1 What is SCM release tag o

Re: Help cutting JEXL-2.0 RC1 needed

2009-11-14 Thread Phil Steitz
sebb wrote: > On 14/11/2009, Christian Grobmeier wrote: >> > >> > > I'm sure glad there is help; there are a few project that are just going >> > / >> > > went through that process (commons-exec for instance) . Is there anyone >> > > involved willing to share their successful publishing proce

Re: [VOTE] Release pool 1.5.4 based on RC1

2009-11-14 Thread Oliver Heger
+1 Oliver Phil Steitz schrieb: We have found and fixed another pool 1.5 regression (POOL-152) and we would like to cut a patch release including the fix. Release distributions: http://people.apache.org/~psteitz/pool-1.5.4-RC1/ Maven artifacts: http://people.apache.org/~psteitz/pool-1.5.4-RC1/

[g...@vmgump]: Project commons-jelly-tags-fmt-test (in module commons-jelly) failed

2009-11-14 Thread commons-jelly-tags-fmt development
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-jelly-tags-fmt-test has an issue affecting its community integrat

Re: [logging] JIRA issues building up

2009-11-14 Thread Dennis Lundberg
I'm available to be RM if we want to make a release. Henri Yandell wrote: > Various JIRA issues building up on Logging. > > Do we have any plans for more Logging releases? Ignoring the obvious > that something could mean doing a 1.1.2 release. > > Hen > > ---

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

2009-11-14 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: [lang] ArrayUtils issues

2009-11-14 Thread sebb
On 14/11/2009, Hasan Diwan wrote: > 2009/11/14 Henri Yandell : > > > LANG-470Add containsAll(Object[], Object[]) methods to ArrayUtils > > > public static containsAll(Object[] first, Object[] second) { > > for (Object o : first) { > if (ArrayUtils.contains(second, o) == false) return

Re: Help cutting JEXL-2.0 RC1 needed

2009-11-14 Thread sebb
On 14/11/2009, Christian Grobmeier wrote: > > > > > > > I'm sure glad there is help; there are a few project that are just going > > / > > > went through that process (commons-exec for instance) . Is there anyone > > > involved willing to share their successful publishing process ? > > > >

Re: [lang] ArrayUtils issues

2009-11-14 Thread Hasan Diwan
2009/11/14 Henri Yandell : > LANG-470        Add containsAll(Object[], Object[]) methods to ArrayUtils public static containsAll(Object[] first, Object[] second) { for (Object o : first) { if (ArrayUtils.contains(second, o) == false) return false; } return ArrayUtils.getLength(first) ==

Re: Help cutting JEXL-2.0 RC1 needed

2009-11-14 Thread Christian Grobmeier
> > > > I'm sure glad there is help; there are a few project that are just going > / > > went through that process (commons-exec for instance) . Is there anyone > > involved willing to share their successful publishing process ? > > We definitely need to do that and it is on my todo list to documen

[logging] JIRA issues building up

2009-11-14 Thread Henri Yandell
Various JIRA issues building up on Logging. Do we have any plans for more Logging releases? Ignoring the obvious that something could mean doing a 1.1.2 release. Hen - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org F

[lang] ArrayUtils issues

2009-11-14 Thread Henri Yandell
Wrapping 5 ArrayUtils issues up in one email to see if we can make decisions on them. LANG-470Add containsAll(Object[], Object[]) methods to ArrayUtils LANG-531Add defaultIfEmpty or nullIfEmpty to ArrayUtils LANG-536Add isSorted() to ArrayUtils LANG-537Add ArrayUtil