[ 
https://issues.apache.org/jira/browse/TIKA-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697726#comment-13697726
 ] 

Thomas Mortagne commented on TIKA-1053:
---------------------------------------

Are you sure about depending on asm-debug-all ? Does not looks like the right 
package to depends on to me. As far as I understand that's an all in one asm 
package which is not really Maven oriented (without talking about the "debug" 
part in this artifact name which does not looks very production runtime). In 
our case it means we get duplicated classes from the proper asm artifacts 
coming with some of our other dependencies (adm, asm-analysis, asm-tree, etc.) 
and this asm-debug-all jar.
                
> Upgrade Tika Parsers to use ASM 4.x
> -----------------------------------
>
>                 Key: TIKA-1053
>                 URL: https://issues.apache.org/jira/browse/TIKA-1053
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 1.2
>            Reporter: Vincent Massol
>            Assignee: Michael McCandless
>             Fix For: 1.4
>
>         Attachments: TIKA-1053.patch
>
>
> Right now Tika 1.2 uses ASM 3.1. 
> However this is causing some issues for us on the XWiki project since we also 
> bundle other framework that use a more recent version of ASM (we use pegdown 
> which uses parboiled which draws ASM 4.0).
> The problem is that ASM 3.x and 4.0 are not compatible...
> See http://jira.xwiki.org/browse/XE-1269 for more details about the issue 
> we're facing.
> Thanks for considering upgrading to ASM 4.x :)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to