[ https://issues.apache.org/jira/browse/CXF-4246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13256408#comment-13256408 ]
Romain Manni-Bucau commented on CXF-4246: ----------------------------------------- Note: i patched cxf-bundle to use xbean-asm in tomee: http://svn.apache.org/repos/asf/openejb/trunk/patched-libraries/cxf-bundle-patched/ > replace asm:asm by a shaded jar > ------------------------------- > > Key: CXF-4246 > URL: https://issues.apache.org/jira/browse/CXF-4246 > Project: CXF > Issue Type: Improvement > Reporter: Romain Manni-Bucau > > Hi, > asm is used in cxf in several places. > asm lib is often shaded to be used in containers (spring, tomee, geronimo, > ...) > the asm dependency can lead to dependencies issues. > It could be nice if CXF can use either a shaded version of asm (like > org.apache.xbean:xbean-asm-shaded) or use reflection to try several provided > implementations (asm, xbean-asm-shaded, spring-asm...) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira