[continuum] BUILD FAILURE: Apache Commons - Commons Compress - Default Maven 2 Build Definition (Java 1.5)

2011-09-14 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=12080projectId=64 Build statistics: State: Failed Previous State: Failed Started at: Wed 14 Sep 2011 10:23:05 + Finished at: Wed 14 Sep 2011 10:23:28 + Total time: 22s Build Trigger: Schedule

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-09-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-proxy-test has an issue affecting its community integration. This

[continuum] BUILD FAILURE: Apache Commons - Commons Compress - Default Maven 2 Build Definition (Java 1.5)

2011-09-14 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=12083projectId=64 Build statistics: State: Failed Previous State: Failed Started at: Wed 14 Sep 2011 11:45:49 + Finished at: Wed 14 Sep 2011 11:46:11 + Total time: 22s Build Trigger: Schedule

Re: [compress] Pack200

2011-09-14 Thread Stefan Bodewig
On 2011-09-05, Stefan Bodewig wrote: On 2011-09-05, Emmanuel Bourg wrote: That looks interesting. Does it provide a repack mode suitable for signing compressed jars? I assume you mean , | Note that packing and unpacking a JAR will in general alter the bytewise | contents of

[Math] FastMath preset tables (Was: Re: svn commit: r1169437 - [...])

2011-09-14 Thread Gilles Sadowski
Hi. People taking part to this discussion[1] seem to have a hard time being explicit about what they are trying to achieve. (1) From information gathered so far, the issue raised seems to have been solved by taking advantage of the fact that the JVM loads classes at first use (i.e methods will

Re: [compress] Pack200

2011-09-14 Thread Stefan Bodewig
On 2011-09-05, Stefan Bodewig wrote: On 2011-09-05, Emmanuel Bourg wrote: That looks interesting. Does it provide a repack mode suitable for signing compressed jars? I assume you mean , | Note that packing and unpacking a JAR will in general alter the bytewise | contents of

Re: [Math] FastMath preset tables (Was: Re: svn commit: r1169437 - [...])

2011-09-14 Thread Luc Maisonobe
Le 14/09/2011 17:31, Gilles Sadowski a écrit : Hi. People taking part to this discussion[1] seem to have a hard time being explicit about what they are trying to achieve. (1) From information gathered so far, the issue raised seems to have been solved by taking advantage of the fact that the

[ognl] use of Javassist

2011-09-14 Thread Simone Tripodi
Hi all guys, there was an era when OGNL was totally dependencies-less, today relies on Javassist - I never understood the reason of adopting it. Is anyone able to explain it me please? Many thanks in advance, have a nice day! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/

Re: [dbutils] Async Version

2011-09-14 Thread Bill Speirs
Just wondering when this code will be released. I'm looking to use it in the not-too-distant future for some stuff and I prefer to pull in all my deps from maven repos, rather than having one-offs. Thanks! Bill- On Thu, Jul 28, 2011 at 7:20 PM, Henri Yandell flame...@gmail.com wrote: Awesome

Re: [Math] FastMath preset tables (Was: Re: svn commit: r1169437 - [...])

2011-09-14 Thread Ted Dunning
This is a red herring. No web server I know of restarts Java processes like this. The JVM is kept hot and classes are not unloaded lightly. A one minute startup due purely to this one library would be an issue. I haven't heard that definitively demonstrated here at all. A micro-benchmark

Re: [Math] FastMath preset tables (Was: Re: svn commit: r1169437 - [...])

2011-09-14 Thread sebb
On 14 September 2011 20:16, Ted Dunning ted.dunn...@gmail.com wrote: This is a red herring.  No web server I know of restarts Java processes like this.  The JVM is kept hot and classes are not unloaded lightly. True, but the server does not normally load all the classes in all its libraries,

Re: svn commit: r1170805 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/TransformedBinaryProcedure.java

2011-09-14 Thread sebb
On 14 September 2011 20:34, simonetrip...@apache.org wrote: Author: simonetripodi Date: Wed Sep 14 19:34:37 2011 New Revision: 1170805 URL: http://svn.apache.org/viewvc?rev=1170805view=rev Log: fixed checkstyle violation: Method 'hashCode' is not designed for extension - needs to be

Re: [Math] FastMath preset tables (Was: Re: svn commit: r1169437 - [...])

2011-09-14 Thread Ted Dunning
On Wed, Sep 14, 2011 at 7:27 PM, sebb seb...@gmail.com wrote: On 14 September 2011 20:16, Ted Dunning ted.dunn...@gmail.com wrote: This is a red herring. No web server I know of restarts Java processes like this. The JVM is kept hot and classes are not unloaded lightly. True, but the

Re: [Math] FastMath preset tables (Was: Re: svn commit: r1169437 - [...])

2011-09-14 Thread Phil Steitz
On 9/14/11 12:43 PM, Ted Dunning wrote: On Wed, Sep 14, 2011 at 7:27 PM, sebb seb...@gmail.com wrote: On 14 September 2011 20:16, Ted Dunning ted.dunn...@gmail.com wrote: This is a red herring. No web server I know of restarts Java processes like this. The JVM is kept hot and classes are

Re: [Math] FastMath preset tables (Was: Re: svn commit: r1169437 - [...])

2011-09-14 Thread Ted Dunning
On Wed, Sep 14, 2011 at 7:57 PM, Phil Steitz phil.ste...@gmail.com wrote: No. But it is easy to code up some warmup in the startup part of the life cycle. That should be a penalty paid once when the server starts, not later on the first request. In the worst case, you can build a

Re: svn commit: r1170805 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/TransformedBinaryProcedure.java

2011-09-14 Thread Simone Tripodi
we already discussed about it, and choose the option to let users extend the classes for 2 reasons: - be reused inside IoC/DI containers that create dynamic proxies - specialize classes with generic types (class MyTransformedBinaryProcedure extends TransformedBinaryProcedureMyL, MyR, MyT) yes,

Re: [ognl] use of Javassist

2011-09-14 Thread James Carman
Performance? On Sep 14, 2011 2:57 PM, Simone Tripodi simonetrip...@apache.org wrote: Hi all guys, there was an era when OGNL was totally dependencies-less, today relies on Javassist - I never understood the reason of adopting it. Is anyone able to explain it me please? Many thanks in advance,

Re: svn commit: r1170805 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/TransformedBinaryProcedure.java

2011-09-14 Thread Jörg Schaible
Hi Simo, Simone Tripodi wrote: we already discussed about it, and choose the option to let users extend the classes for 2 reasons: - be reused inside IoC/DI containers that create dynamic proxies - specialize classes with generic types (class MyTransformedBinaryProcedure extends

Re: [Math] FastMath preset tables

2011-09-14 Thread Gilles Sadowski
Hello. People taking part to this discussion[1] seem to have a hard time being explicit about what they are trying to achieve. (1) From information gathered so far, the issue raised seems to have been solved by taking advantage of the fact that the JVM loads classes at first use (i.e

Re: svn commit: r1170805 - /commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/composite/TransformedBinaryProcedure.java

2011-09-14 Thread Simone Tripodi
Hi Jörg! Sounds I have a huge TODO list of fixes for tomorrow, I'm too tired to fix them now, time to sleep :P Thanks for the feedbacks and suggestions, have a nice day! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Wed, Sep 14, 2011 at 10:52 PM, Jörg Schaible

[continuum] BUILD FAILURE: Apache Commons - Commons Chain - Default Maven 2 Build Definition (Java 1.5)

2011-09-14 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=12103projectId=69 Build statistics: State: Failed Previous State: Failed Started at: Wed 14 Sep 2011 22:23:55 + Finished at: Wed 14 Sep 2011 22:24:16 + Total time: 21s Build Trigger: Schedule

Re: [dbutils] Async Version

2011-09-14 Thread Henri Yandell
I've pushed all the open issues to 1.5, none of them looked like blockers. So ready to think about a release. I'll go ahead and look at building a release candidate. Hen On Wed, Sep 14, 2011 at 12:09 PM, Bill Speirs bill.spe...@gmail.com wrote: Just wondering when this code will be released.