You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Andy Jefferson (JIRA)" <ji...@apache.org> on 2007/11/13 19:32:42 UTC

[jira] Created: (JDO-551) Change TCK to use "ASM" instead of "BCEL" with JPOX

Change TCK to use "ASM" instead of "BCEL" with JPOX
---------------------------------------------------

                 Key: JDO-551
                 URL: https://issues.apache.org/jira/browse/JDO-551
             Project: JDO
          Issue Type: Task
          Components: tck2
            Reporter: Andy Jefferson
            Assignee: Andy Jefferson
             Fix For: JDO 2 maintenance release 1


JPOX enhancer has two internal ClassEnhancers - BCEL and ASM. The original uses BCEL. Unfortunately BCEL is not well maintained and has limited support for JDK1.5+ features. ASM provides the same functionality in a simpler form and its enhancement process is noticeably faster. The JDO2 TCK should change across to use the JPOX ASM enhancer for class enhancement and implementation generation (persistent interfaces, and persistent abstract classes)

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


[jira] Reopened: (JDO-551) Change TCK to use "ASM" instead of "BCEL" with JPOX

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

Craig Russell reopened JDO-551:
-------------------------------


Can you update the tck2-legacy with these changes as well?

Thanks!

> Change TCK to use "ASM" instead of "BCEL" with JPOX
> ---------------------------------------------------
>
>                 Key: JDO-551
>                 URL: https://issues.apache.org/jira/browse/JDO-551
>             Project: JDO
>          Issue Type: Task
>          Components: tck2
>            Reporter: Andy Jefferson
>            Assignee: Andy Jefferson
>             Fix For: JDO 2 maintenance release 1
>
>
> JPOX enhancer has two internal ClassEnhancers - BCEL and ASM. The original uses BCEL. Unfortunately BCEL is not well maintained and has limited support for JDK1.5+ features. ASM provides the same functionality in a simpler form and its enhancement process is noticeably faster. The JDO2 TCK should change across to use the JPOX ASM enhancer for class enhancement and implementation generation (persistent interfaces, and persistent abstract classes)

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


[jira] Resolved: (JDO-551) Change TCK to use "ASM" instead of "BCEL" with JPOX

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

Andy Jefferson resolved JDO-551.
--------------------------------

    Resolution: Fixed

Oops :-) Now in SVN

> Change TCK to use "ASM" instead of "BCEL" with JPOX
> ---------------------------------------------------
>
>                 Key: JDO-551
>                 URL: https://issues.apache.org/jira/browse/JDO-551
>             Project: JDO
>          Issue Type: Task
>          Components: tck2, tck2-legacy
>            Reporter: Andy Jefferson
>            Assignee: Andy Jefferson
>             Fix For: JDO 2 maintenance release 1
>
>
> JPOX enhancer has two internal ClassEnhancers - BCEL and ASM. The original uses BCEL. Unfortunately BCEL is not well maintained and has limited support for JDK1.5+ features. ASM provides the same functionality in a simpler form and its enhancement process is noticeably faster. The JDO2 TCK should change across to use the JPOX ASM enhancer for class enhancement and implementation generation (persistent interfaces, and persistent abstract classes)

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


[jira] Resolved: (JDO-551) Change TCK to use "ASM" instead of "BCEL" with JPOX

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

Andy Jefferson resolved JDO-551.
--------------------------------

    Resolution: Fixed

    Sending        /usr/local/tck/jdo/trunk/tck2/build.properties
    Sending        /usr/local/tck/jdo/trunk/tck2/maven.xml
    Sending        /usr/local/tck/jdo/trunk/tck2/project.properties
    Sending        /usr/local/tck/jdo/trunk/tck2/project.xml
    Sending        /usr/local/tck/jdo/trunk/tck2/src/conf/jdori-pmf.properties
    Transmitting file data ...
    Committed revision 594787.

> Change TCK to use "ASM" instead of "BCEL" with JPOX
> ---------------------------------------------------
>
>                 Key: JDO-551
>                 URL: https://issues.apache.org/jira/browse/JDO-551
>             Project: JDO
>          Issue Type: Task
>          Components: tck2
>            Reporter: Andy Jefferson
>            Assignee: Andy Jefferson
>             Fix For: JDO 2 maintenance release 1
>
>
> JPOX enhancer has two internal ClassEnhancers - BCEL and ASM. The original uses BCEL. Unfortunately BCEL is not well maintained and has limited support for JDK1.5+ features. ASM provides the same functionality in a simpler form and its enhancement process is noticeably faster. The JDO2 TCK should change across to use the JPOX ASM enhancer for class enhancement and implementation generation (persistent interfaces, and persistent abstract classes)

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


[jira] Updated: (JDO-551) Change TCK to use "ASM" instead of "BCEL" with JPOX

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

Andy Jefferson updated JDO-551:
-------------------------------

    Component/s: tck2-legacy

> Change TCK to use "ASM" instead of "BCEL" with JPOX
> ---------------------------------------------------
>
>                 Key: JDO-551
>                 URL: https://issues.apache.org/jira/browse/JDO-551
>             Project: JDO
>          Issue Type: Task
>          Components: tck2, tck2-legacy
>            Reporter: Andy Jefferson
>            Assignee: Andy Jefferson
>             Fix For: JDO 2 maintenance release 1
>
>
> JPOX enhancer has two internal ClassEnhancers - BCEL and ASM. The original uses BCEL. Unfortunately BCEL is not well maintained and has limited support for JDK1.5+ features. ASM provides the same functionality in a simpler form and its enhancement process is noticeably faster. The JDO2 TCK should change across to use the JPOX ASM enhancer for class enhancement and implementation generation (persistent interfaces, and persistent abstract classes)

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