[ https://issues.apache.org/jira/browse/XBEAN-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003559#comment-14003559 ]
Guillaume Nodet commented on XBEAN-266: --------------------------------------- Afaik, xbean-finder-shaded does not embeds asm, it's either provided by xbean-asm5-shaded or by the original asm5 jar. The org.apache.xbean.asm5.shade.commons is the shaded version (which uses the shaded asm5 binaries), but xbean-reflect and xbean-finder (not shaded) do not use the shaded asm5, so it needs to be available. The main problem is that xbean-asm5-shaded embeds the org.apache.xbean.asm5.shade.commons, but the original org.apache.xbean.asm5.original.commons is not available in any bundle. I'm investigating embedding that single class into the non shaded xbean-finder and xbean-reflect so that they can actually use the plain asm5 jar in osgi. > xbean-reflect embeds asm5 even in not shaded version > ---------------------------------------------------- > > Key: XBEAN-266 > URL: https://issues.apache.org/jira/browse/XBEAN-266 > Project: XBean > Issue Type: Bug > Affects Versions: 3.17 > Reporter: Romain Manni-Bucau > Attachments: XBEAN-reflect-osgi-01.patch, XBEAN-reflect.patch > > -- This message was sent by Atlassian JIRA (v6.2#6252)