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