Hi,

> I'd like to propose an alternative approach for proxy generation which
> would avoid version issues with Javassist.
> 
> The idea is to generate proxies which are fully "self-contained", i.e.
> their byte code contains no references to a library such as Javassist,
> but instead invocations of a either a custom method handler contract
> we define ourselves or something unproblematic such as
> java.lang.reflect.InvocationHandler.

+1 Great idea. I used ByteBuddy as well a bit and I think it is a good library.

--Hardy
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to