Re: [ognl] use of Javassist

2011-09-15 Thread Simone Tripodi
Hi James! [proxy] is still in my todo-list, sounds it will be a chance to understand how Javassist can improve performances! Thanks for the support! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Fri, Sep 16, 2011 at 2:26 AM, James Carman wrote: > That's why we use it

Re: [ognl] use of Javassist

2011-09-15 Thread James Carman
That's why we use it in commons proxy. On Sep 15, 2011 4:30 PM, "Simone Tripodi" wrote: > :O amazing, that is now clear and makes a lot of sense!!! > Thanks Jochen!!! > Simo > > http://people.apache.org/~simonetripodi/ > http://www.99soft.org/ > > > > On Thu, Sep 15, 2011 at 6:45 PM, Jochen Wiedma

Re: [ognl] use of Javassist

2011-09-15 Thread Simone Tripodi
:O amazing, that is now clear and makes a lot of sense!!! Thanks Jochen!!! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Thu, Sep 15, 2011 at 6:45 PM, Jochen Wiedmann wrote: > On Wed, Sep 14, 2011 at 8:56 PM, Simone Tripodi > wrote: >> Hi all guys, >> there was an er

RE: [ognl] use of Javassist

2011-09-15 Thread Jason Pyeron
> -Original Message- > From: Jochen Wiedmann > Sent: Thursday, September 15, 2011 12:46 > To: Commons Developers List > Subject: Re: [ognl] use of Javassist > > On Wed, Sep 14, 2011 at 8:56 PM, Simone Tripodi > wrote: > > Hi all guys, > > there was an era when OGNL was totally dependenc

Re: Nightly snapshots

2011-09-15 Thread Emmanuel Bourg
The infra team has unlocked the deployment of snapshots for the components with a commons-* groupId, and Continuum is properly configured to be able to deploy the snapshots automatically if we desire so. We are still not allowed to deploy JCS in its current groupId. Emmanuel Bourg Le 02/08/2

Re: [ognl] use of Javassist

2011-09-15 Thread Jochen Wiedmann
On Wed, Sep 14, 2011 at 8:56 PM, Simone Tripodi 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, have a nice day! > Simo

Re: [ognl] use of Javassist

2011-09-15 Thread Christian Grobmeier
On Wed, Sep 14, 2011 at 8:56 PM, Simone Tripodi 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. OGNL didn have dependencies? How cool is that! I love libs which have no dependencies. > I

Re: [VOTE] [dbutils] Release DbUtils 1.4 (based on RC1)

2011-09-15 Thread Henri Yandell
Inline for all items. On Thu, Sep 15, 2011 at 1:21 AM, sebb wrote: > On 15 September 2011 07:55, Henri Yandell wrote: >> RC1 is available here: >> >>  http://people.apache.org/~bayard/commons-dbutils-1.4-rc1/ > > Sigs and hashes OK, source agrees with svn tag. Builds and tests OK on > Java 1.5 a

Re: [VOTE] [dbutils] Release DbUtils 1.4 (based on RC1)

2011-09-15 Thread Henri Yandell
Fair enough on the source archive. Vote cancelled. Adding a 'check top dir = archive name' check to a release script would help catch that. Hen On Thu, Sep 15, 2011 at 1:21 AM, sebb wrote: > On 15 September 2011 07:55, Henri Yandell wrote: >> RC1 is available here: >> >>  http://people.apache.

Re: [Math] FastMath preset tables

2011-09-15 Thread Ted Dunning
Resources are likely to be considerably faster and more compact than class files. The issue is that the class files actually compile into code that inserts values one by one. Better to just read the whole table in a single go directly into an array. On Thu, Sep 15, 2011 at 9:21 AM, wrote: > >

RE: svn commit: r1171030 - /commons/proper/commons-parent/trunk/pom.xml

2011-09-15 Thread Gary Gregory
Nice clean ups Seb :) -Original Message- From: s...@apache.org [mailto:s...@apache.org] Sent: Thursday, September 15, 2011 6:22 AM To: comm...@commons.apache.org Subject: svn commit: r1171030 - /commons/proper/commons-parent/trunk/pom.xml Author: sebb Date: Thu Sep 15 10:21:41 2011 New R

Re: svn commit: r1171027 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/ src/changes/changes.xml src/changes/release-notes.vm

2011-09-15 Thread Simone Tripodi
I like your suggestion! I'll give a try as soon as I get some spare time - I have to revert the [functor] 'final' methods of yesterday night first :P All the best, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Thu, Sep 15, 2011 at 1:04 PM, sebb wrote: > On 15 Septembe

Re: [compress] Pack200

2011-09-15 Thread Stefan Bodewig
On 2011-09-15, Emmanuel Bourg wrote: > Le 15/09/2011 11:46, Stefan Bodewig a écrit : >> BTW, I've added pack200 support to the Compress Antlib (tasks and a >> pack200resource) and will push for a release once CC 1.3 is out. > Pack200 tasks available out of the box with Ant would be really nice,

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

2011-09-15 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

Re: svn commit: r1171027 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/ src/changes/changes.xml src/changes/release-notes.vm

2011-09-15 Thread sebb
On 15 September 2011 11:11, Simone Tripodi wrote: > Hi Seb, > this is nice, it helps reducing redundancies. Would be wise adopting > it in all components? It's a non-active profile so needs to be specifically referenced to have any effect. > is there a way the parent brings the template > when r

Re: [compress] Pack200

2011-09-15 Thread Emmanuel Bourg
Le 15/09/2011 11:46, Stefan Bodewig a écrit : BTW, I've added pack200 support to the Compress Antlib (tasks and a pack200resource) and will push for a release once CC 1.3 is out. Pack200 tasks available out of the box with Ant would be really nice, I'll give it a look. Emmanuel Bourg -

Re: svn commit: r1171027 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/ src/changes/changes.xml src/changes/release-notes.vm

2011-09-15 Thread Simone Tripodi
Hi Seb, this is nice, it helps reducing redundancies. Would be wise adopting it in all components? is there a way the parent brings the template when referenced in the components, or this already does it? thanks in advance! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On

Re: [compress] Pack200

2011-09-15 Thread Stefan Bodewig
On 2011-09-14, Emmanuel Bourg wrote: > Le 14/09/2011 17:16, Stefan Bodewig a écrit : >> Emmanuel, is the Pack200Utils.normalize method I've just committed what >> you've been looking for? > Yes that's what I had in mind, thank you. > You might also want to support repacking a file to itself, th

Re: [Math] FastMath preset tables

2011-09-15 Thread luc . maisonobe
Hi Gilles, - Mail original - > 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 > >

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

2011-09-15 Thread sebb
On 15 September 2011 08:31, Henri Yandell wrote: > Irritating. Looks like Continuum tries to deploy the 1.4 version and, > thankfully, it fails for some reason. That's one of the problems with the Maven release plugin - it changes trunk to non-SNAPSHOT, albeit for a short time. And trunk has to b

Re: [VOTE] [dbutils] Release DbUtils 1.4 (based on RC1)

2011-09-15 Thread sebb
On 15 September 2011 07:55, Henri Yandell wrote: > RC1 is available here: > >  http://people.apache.org/~bayard/commons-dbutils-1.4-rc1/ Sigs and hashes OK, source agrees with svn tag. Builds and tests OK on Java 1.5 and 1.6. However, the directory name in the source archive is commons-dbutils-1

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

2011-09-15 Thread Henri Yandell
Irritating. Looks like Continuum tries to deploy the 1.4 version and, thankfully, it fails for some reason. On Thu, Sep 15, 2011 at 12:25 AM, Continuum@vmbuild wrote: > Online report : > http://vmbuild.apache.org/continuum/buildResult.action?buildId=12120&projectId=74 > > Build statistics: >  St

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

2011-09-15 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=12120&projectId=74 Build statistics: State: Failed Previous State: Ok Started at: Thu 15 Sep 2011 07:25:14 + Finished at: Thu 15 Sep 2011 07:25:35 + Total time: 20s Build Trigger: Schedule Build N