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
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
+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/
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
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
>
> ---
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
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
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 ?
> >
> >
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) ==
>
>
> > 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
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
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
12 matches
Mail list logo