On 10/26/07, Russel Winder <[EMAIL PROTECTED]> wrote:
>
> On Fri, 2007-10-26 at 15:58 -0700, [EMAIL PROTECTED] wrote:
> > Brian, thank you for the information. I have checked the JIRA issues.
> > It seems to me that CLI 2 is kind of working and there is no big
> > problems. Do you agree? Or I be
Hen,
On Sat, 2007-10-27 at 00:08 -0700, Henri Yandell wrote:
> On 10/26/07, Russel Winder <[EMAIL PROTECTED]> wrote:
> >
> > On Fri, 2007-10-26 at 15:58 -0700, [EMAIL PROTECTED] wrote:
> > > Brian, thank you for the information. I have checked the JIRA issues.
> > > It seems to me that CLI 2 is k
Same for me - other than the LICENSE/NOTICE, +1 for release.
The jrockit thing is not release-critical I think. It probably is a real
bug. However it only would affect users who use jrockit with a security
manager. JRockit has almost no presence as a browser plugin AFAIK, and
usually server code d
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 [EMAIL PROTECTED]
Project commons-jelly-tags-jsl-test has an issue affecting its community
integration.
Th
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 [EMAIL PROTECTED]
Project commons-jelly-tags-jaxme has an issue affecting its community
integration.
This
Dennis Lundberg wrote:
Thanks Oliver,
I'll look into why those files are missing.
Oliver Heger wrote:
Hi,
the artifacts look good to me. Building from source also worked fine.
The only issue I have is that the jars for the javadocs, sources and
tests do not contain the LICENSE and NOTICE fi
Dennis Lundberg wrote:
Dennis Lundberg wrote:
Thanks Oliver,
I'll look into why those files are missing.
Oliver Heger wrote:
Hi,
the artifacts look good to me. Building from source also worked fine.
The only issue I have is that the jars for the javadocs, sources and
tests do not contain t
Hi folks!
I use DescriptiveStatistics - but it seems to fail under heavy usage.
The scenario:
I use commons math to track average response time in a spring interceptor.
The DescriptiveStatistics instance is held within an object instance.
All calls to this object is synchronized - I've triple-c