and don't forget the proxy2 branch :D
On Fri, Jul 26, 2013 at 4:51 PM, James Carman <ja...@carmanconsulting.com>wrote: > What mem leak? > > What is wrong with the transitive deps? They're all optional. > > What proxying logic is missing? > > On Friday, July 26, 2013, Romain Manni-Bucau wrote: > > > Mem leak, no transitive dep mgt, few proxying logic so depend a lot on > > others etc... > > Le 26 juil. 2013 23:43, "James Carman" <ja...@carmanconsulting.com > <javascript:;>> > > a > > écrit : > > > > > Issues such as? > > > > > > On Friday, July 26, 2013, Romain Manni-Bucau wrote: > > > > > > > Commons-proxy you mean? I removed it. ATM we have cdi proxying, > > > > aopalliance, ill add a correct aspectj and if we want more well > > > use/(update > > > > commons proxy to use) asm. Commons proxy brings an easy API which a > > > bunch > > > > of issues behind ATM IMHO > > > > Le 26 juil. 2013 19:26, "James Carman" <ja...@carmanconsulting.com > <javascript:;> > > > <javascript:;>> > > > > a > > > > écrit : > > > > > > > > > Well, with [proxy], you can get your AOP you're looking for, too. > > > > > > > > > > On Wed, Feb 13, 2013 at 3:02 PM, Mark Struberg <strub...@yahoo.de> > > > > wrote: > > > > > > I'm not sure if this is needed in this case. > > > > > > > > > > > > The Java interceptors spec got moved out of EJB a long time a go > > and > > > is > > > > > now a standalone spec which is used by CDI, Spring and guice. > > > > > > The package is javax.interceptor and contains all the stuff we > > need. > > > > > > > > > > > > If we do it in a similar style than Apache MyFaces CODI and now > > > Apache > > > > > DeltaSpike does it with the 'InterceptorStrategy' [1] then we are > > > > > completely free of any container specific code. > > > > > > > > > > > > > > > > > > LieGrue, > > > > > > strub > > > > > > > > > > > > [1] > > > > > > > > > > > > > > > https://git-wip-us.apache.org/repos/asf?p=incubator-deltaspike.git;a=blob;f=deltaspike/core/api/src/main/java/org/apache/deltaspike/core/spi/InterceptorStrategy.java;h=a772152c46ae589572c6bb2bfb0292a8e980b2d3;hb=HEAD > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > >> From: Matt Benson <gudnabr...@gmail.com> > > > > > >> To: Commons Developers List <dev@commons.apache.org> > > > > > >> Cc: > > > > > >> Sent: Wednesday, February 13, 2013 4:39 PM > > > > > >> Subject: Re: commons-monitoring? > > > > > >> > > > > > >> WRT a Commons Interceptor API, [proxy] defines Interceptor and > > other > > > > > >> related interfaces. > > > > > >> > > > > > >> Matt > > > > > >> > > > > > >> > > > > > >> On Wed, Feb 13, 2013 at 6:09 AM, Romain Manni-Bucau > > > > > >> <rmannibu...@gmail.com>wrote: > > > > > >> > > > > > >>> basically having a commons.Interceptor api can be interesting > > then > > > > we > > > > > >>> simply need to map to spring and cdi > > > > > >>> > > > > > >>> this is done in shiro for instance and works very well > > > > > >>> > > > > > >>> *Romain Manni-Bucau* > > > > > >>> *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* > > > > > >>> *Blog: **http://rmannibucau.wordpress.com/*< > > > > > >>> http://rmannibucau.wordpress.com/> > > > > > >>> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* > > > > > >>> *Github: https://github.com/rmannibucau* > > > > > >>> > > > > > >>> > > > > > >>> > > > > > >>> 2013/2/13 Benedikt Ritter <brit...@apache.org> > > > > > >>> > > > > > >>> > 2013/2/13 Paul Libbrecht <p...@hoplahup.net> > > > > > >>> > > > > > > >>> > > Benedikt, > > > > > >>> > > > > > > > >>> > > On 13 févr. 2013, at 08:49, Benedikt Ritter wrote: > > > > > >>> > > > Commons components usually don't have any dependencies. > > > > > >> How would you > > > > > >>> >