Re: [LANG][PROXY] Various utility methods dealing with proxies

2017-05-24 Thread Amey Jadiye
Hi Yasser, Yes its on very low activity and last stable release was in 2008 but it's not dead as serviving in Commons proper and btw proxy2 is on the way not sure about release. Reviewed your code [1], seems very minimal implementation around spring aop and bit inclined towards cglib as well , I

Re: [LANG][PROXY] Various utility methods dealing with proxies

2017-05-24 Thread Yasser Zamani
Hi again Amey, I reviewed commons proxy and found out it's last release is too old for 2008. Also it seems it's not popular; well known indexing sites like [1] just has indexed it's core module rather than other modules like javaassist and etc. (Did you mean I add my proposal as a new module n

Re: [LANG][PROXY] Various utility methods dealing with proxies

2017-05-24 Thread Yasser Zamani
Thanks a lot! I was not aware about Apache Commons Proxy. However my proposal is not about creating proxies , but, yes I think there is a better place, thanks again. On 5/24/2017 1:57 PM, Amey Jadiye wrote: > +1 good idea! rather lang how about to move it to commons proxy[2] ? ATM it > have jdk,

Re: [LANG][PROXY] Various utility methods dealing with proxies

2017-05-24 Thread Amey Jadiye
+1 good idea! rather lang how about to move it to commons proxy[2] ? ATM it have jdk, cglib, javassist, asm4 modules we can have one more for spring as well. thoughts ? Regards, Amey [2] https://commons.apache.org/proper/commons-proxy/ On Wed, May 24, 2017, 2:41 PM Yasser Zamani wrote: > Hi