You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2009/02/18 22:06:01 UTC

[jira] Created: (GERONIMO-4541) Upgrade to ASM 3.1

Upgrade to ASM 3.1
------------------

                 Key: GERONIMO-4541
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4541
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: dependencies, OpenEJB
    Affects Versions: 2.1.4
            Reporter: Donald Woods
            Assignee: Donald Woods
             Fix For: 2.1.4


Latest OpenEJB 3.0.1-SNAPSHOT as of r745463 on 2/18 requires ASM 3.1 instead of 2.2.3, due to an API change in the ClassReader.accept() method.

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


[jira] Updated: (GERONIMO-4541) Upgrade to ASM 3.1

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

Donald Woods updated GERONIMO-4541:
-----------------------------------

    Affects Version/s:     (was: 2.0.3)
        Fix Version/s:     (was: 2.0.3)

Rolled back changes from 2.0 branch for now.

> Upgrade to ASM 3.1
> ------------------
>
>                 Key: GERONIMO-4541
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4541
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies, OpenEJB
>    Affects Versions: 2.1.4
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>             Fix For: 2.1.4
>
>         Attachments: G4541-2.0.x.patch, G4541.patch
>
>
> Latest OpenEJB 3.0.1-SNAPSHOT as of r745463 on 2/18 requires ASM 3.1 instead of 2.2.3, due to an API change in the ClassReader.accept() method.

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


[jira] Updated: (GERONIMO-4541) Upgrade to ASM 3.1

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

Donald Woods updated GERONIMO-4541:
-----------------------------------

    Attachment: G4541-2.0.x.patch

Patch for 2.0.x branch, required to use the latest OpenEJB 3.0.1 SNAPSHOT code.

> Upgrade to ASM 3.1
> ------------------
>
>                 Key: GERONIMO-4541
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4541
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies, OpenEJB
>    Affects Versions: 2.1.4
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>             Fix For: 2.1.4
>
>         Attachments: G4541-2.0.x.patch, G4541.patch
>
>
> Latest OpenEJB 3.0.1-SNAPSHOT as of r745463 on 2/18 requires ASM 3.1 instead of 2.2.3, due to an API change in the ClassReader.accept() method.

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


[jira] Updated: (GERONIMO-4541) Upgrade to ASM 3.1

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

Donald Woods updated GERONIMO-4541:
-----------------------------------

    Attachment: G4541.patch

Patch to upgrade all XBean usage to 3.5 and to upgrade ASM from 2.2.3 to 3.1, as required by the latest OpenEJB 3.0.1-SNAPSHOT source code.

> Upgrade to ASM 3.1
> ------------------
>
>                 Key: GERONIMO-4541
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4541
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies, OpenEJB
>    Affects Versions: 2.1.4
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>             Fix For: 2.1.4
>
>         Attachments: G4541.patch
>
>
> Latest OpenEJB 3.0.1-SNAPSHOT as of r745463 on 2/18 requires ASM 3.1 instead of 2.2.3, due to an API change in the ClassReader.accept() method.

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


[jira] Updated: (GERONIMO-4541) Upgrade to ASM 3.1

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

Donald Woods updated GERONIMO-4541:
-----------------------------------

           Regression: [Unit Test Broken]
           Patch Info: [Patch Available]
    Affects Version/s: 2.0.3
        Fix Version/s: 2.0.3

Applied as Rev747077 to branches/2.0.x.

> Upgrade to ASM 3.1
> ------------------
>
>                 Key: GERONIMO-4541
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4541
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies, OpenEJB
>    Affects Versions: 2.0.3, 2.1.4
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>             Fix For: 2.0.3, 2.1.4
>
>         Attachments: G4541-2.0.x.patch, G4541.patch
>
>
> Latest OpenEJB 3.0.1-SNAPSHOT as of r745463 on 2/18 requires ASM 3.1 instead of 2.2.3, due to an API change in the ClassReader.accept() method.

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


[jira] Closed: (GERONIMO-4541) Upgrade to ASM 3.1

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

Donald Woods closed GERONIMO-4541.
----------------------------------

    Resolution: Fixed

applied as r745916 to branches/2.1

> Upgrade to ASM 3.1
> ------------------
>
>                 Key: GERONIMO-4541
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4541
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies, OpenEJB
>    Affects Versions: 2.1.4
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>             Fix For: 2.1.4
>
>         Attachments: G4541.patch
>
>
> Latest OpenEJB 3.0.1-SNAPSHOT as of r745463 on 2/18 requires ASM 3.1 instead of 2.2.3, due to an API change in the ClassReader.accept() method.

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