On Jan 6, 2009, at 2:48 PM, Jacek Laskowski wrote:
On Mon, Dec 29, 2008 at 6:50 PM, David Blevins
<[email protected]> wrote:
That's the way we had it originally, but we ended up shading it to
get rid
of the ASM dependency:
https://issues.apache.org/jira/browse/OPENEJB-892
Might be nice to have a shaded version come out of xbean instead of
us doing
it here.
Why was xbean-finder shaded too?
When shading a package (changing the package name via byte code
manipulation) you need to update the code in the package (ASM) and the
code that refers to that package (xbean-finder).
-David