Hello David I favor that we can implement a common SPI like other integrations and refactor code to use SPI (Pluggable way of using javassist or ASM).
Thanks. Gurkan ________________________________ Kimden: David Blevins <[email protected]> Kime: [email protected] Gönderildiği Tarih: 9 Ağustos 2012 7:27 Perşembe Konu: javassist removal Hey All, Heads up that I'd like to investigate removing javassist and replacing it with some simple ASM code to create subclass based proxies. The proxy code is the small part, the bigger part is refactoring out the MethodHandler classes and replacing them with java.lang.reflect.InvocationHandler implementations. As usual I'll probably look for an intermediary step in refactoring it out, maybe some way to keep the MethodHandlers and get all the code working with a different proxy impl, then refactor the handlers. Any thoughts or comments welcome. -David
