You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2009/01/18 19:11:59 UTC

[jira] Created: (JCI-61) Upgrade Asm (test) dependency to latest 3.1

Upgrade Asm (test) dependency to latest 3.1
-------------------------------------------

                 Key: JCI-61
                 URL: https://issues.apache.org/jira/browse/JCI-61
             Project: Commons JCI
          Issue Type: Bug
          Components: core
    Affects Versions: 1.0
            Reporter: Niall Pemberton
            Priority: Minor


JCI has a test dependency on Asm 2.2.1 and SimpleDump/ExtendedDump use the ClassWriter(boolean) constructor. This constructor has been replaced Asm 3.x by a ClassWriter(int) constructor.

Currently gump is failing for JCI because of this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCI-61) Upgrade Asm (test) dependency to latest 3.1

Posted by "Niall Pemberton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCI-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niall Pemberton resolved JCI-61.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1
         Assignee: Niall Pemberton

Fixed

> Upgrade Asm (test) dependency to latest 3.1
> -------------------------------------------
>
>                 Key: JCI-61
>                 URL: https://issues.apache.org/jira/browse/JCI-61
>             Project: Commons JCI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0
>            Reporter: Niall Pemberton
>            Assignee: Niall Pemberton
>            Priority: Minor
>             Fix For: 1.1
>
>
> JCI has a test dependency on Asm 2.2.1 and SimpleDump/ExtendedDump use the ClassWriter(boolean) constructor. This constructor has been replaced Asm 3.x by a ClassWriter(int) constructor.
> Currently gump is failing for JCI because of this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.