[
https://issues.apache.org/jira/browse/CXF-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520621
]
Daniel Kulp commented on CXF-915:
---------------------------------
OK, I'm wrong. It's doesn't actually work correctly. In most cases, it
will work if ASM is not available at all, but if an older ASM is found, it
doesn't work properly. I have some fixes going in that will allow it to work
with either ASM 2.2.x or 3.x. It will also detect if it's 1.5.x and if so,
properly do the fallback.
> ASM3.0 dependency affects spring 2.0 functionality
> --------------------------------------------------
>
> Key: CXF-915
> URL: https://issues.apache.org/jira/browse/CXF-915
> Project: CXF
> Issue Type: Bug
> Affects Versions: 2.0.1
> Environment: sun java6, spring 2.0.6
> Reporter: DuĊĦan Mamrilla
> Assignee: Daniel Kulp
>
> ASM 3.0 causing serious troubles in using springframework because of changed
> signature of constructor org.objectweb.asm.ClassWriter(parameter changed from
> boolean to int). As I am aware spring is using ASM 2.2.2 and in further
> release (v2.1) will be using ASM 2.2.3. Therefore I suggest fall back
> dependency to ASM 2.2.x.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.