[
https://issues.apache.org/jira/browse/EXTSCRIPT-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787819#action_12787819
]
Werner Punz commented on EXTSCRIPT-21:
--------------------------------------
We probably can avoid asm entirely by checking the classloaders for the dynamic
classes instead of checking the annotations, I will start to work on that very
soon
> ASM version conflicts
> ---------------------
>
> Key: EXTSCRIPT-21
> URL: https://issues.apache.org/jira/browse/EXTSCRIPT-21
> Project: MyFaces Extensions Scripting
> Issue Type: Bug
> Reporter: Werner Punz
>
> ASM seems to be widely used by many libs, the main issue is that ASM itself
> does not provide stable APIs between versions, we probably should go with the
> source embedding route instead of binary linking, check if we can modify the
> build process so that asm is linked as source and refactored into the project
> in its own subpackage
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.