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
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
: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
> -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
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
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
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
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
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.
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:
> >
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
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
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,
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
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
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
-
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
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
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
> >
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
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
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
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
23 matches
Mail list logo