You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/01/22 15:23:21 UTC

[jira] Created: (TAP5-993) Reorganize ComponentClassTransformWorkers to start moving away from Javassist

Reorganize ComponentClassTransformWorkers to start moving away from Javassist
-----------------------------------------------------------------------------

                 Key: TAP5-993
                 URL: https://issues.apache.org/jira/browse/TAP5-993
             Project: Tapestry 5
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.2.0
            Reporter: Howard M. Lewis Ship


Begin moving code into forms that can be implemented without Javassist, by creating new methods on ClassTransformation.

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


[jira] Commented: (TAP5-993) Reorganize ComponentClassTransformWorkers to start moving away from Javassist

Posted by "Thiago H. de Paula Figueiredo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803748#action_12803748 ] 

Thiago H. de Paula Figueiredo commented on TAP5-993:
----------------------------------------------------

Is this issue cover just tapestry-core or it also covers proxy creation in tapestry-ioc?

> Reorganize ComponentClassTransformWorkers to start moving away from Javassist
> -----------------------------------------------------------------------------
>
>                 Key: TAP5-993
>                 URL: https://issues.apache.org/jira/browse/TAP5-993
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> Begin moving code into forms that can be implemented without Javassist, by creating new methods on ClassTransformation.

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


[jira] Assigned: (TAP5-993) Reorganize ComponentClassTransformWorkers to start moving away from Javassist

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-993:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> Reorganize ComponentClassTransformWorkers to start moving away from Javassist
> -----------------------------------------------------------------------------
>
>                 Key: TAP5-993
>                 URL: https://issues.apache.org/jira/browse/TAP5-993
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> Begin moving code into forms that can be implemented without Javassist, by creating new methods on ClassTransformation.

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


[jira] Assigned: (TAP5-993) Reorganize ComponentClassTransformWorkers to start moving away from Javassist

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-993:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> Reorganize ComponentClassTransformWorkers to start moving away from Javassist
> -----------------------------------------------------------------------------
>
>                 Key: TAP5-993
>                 URL: https://issues.apache.org/jira/browse/TAP5-993
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> Begin moving code into forms that can be implemented without Javassist, by creating new methods on ClassTransformation.

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


[jira] Closed: (TAP5-993) Reorganize ComponentClassTransformWorkers to start moving away from Javassist

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-993.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.0

I think this is done, though there's room for improvement in terms of optimizing the behavior and improving performance.

> Reorganize ComponentClassTransformWorkers to start moving away from Javassist
> -----------------------------------------------------------------------------
>
>                 Key: TAP5-993
>                 URL: https://issues.apache.org/jira/browse/TAP5-993
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.2.0
>
>
> Begin moving code into forms that can be implemented without Javassist, by creating new methods on ClassTransformation.

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


[jira] Commented: (TAP5-993) Reorganize ComponentClassTransformWorkers to start moving away from Javassist

Posted by "Thiago H. de Paula Figueiredo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803748#action_12803748 ] 

Thiago H. de Paula Figueiredo commented on TAP5-993:
----------------------------------------------------

Is this issue cover just tapestry-core or it also covers proxy creation in tapestry-ioc?

> Reorganize ComponentClassTransformWorkers to start moving away from Javassist
> -----------------------------------------------------------------------------
>
>                 Key: TAP5-993
>                 URL: https://issues.apache.org/jira/browse/TAP5-993
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> Begin moving code into forms that can be implemented without Javassist, by creating new methods on ClassTransformation.

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


[jira] Closed: (TAP5-993) Reorganize ComponentClassTransformWorkers to start moving away from Javassist

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-993.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.0

I think this is done, though there's room for improvement in terms of optimizing the behavior and improving performance.

> Reorganize ComponentClassTransformWorkers to start moving away from Javassist
> -----------------------------------------------------------------------------
>
>                 Key: TAP5-993
>                 URL: https://issues.apache.org/jira/browse/TAP5-993
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.2.0
>
>
> Begin moving code into forms that can be implemented without Javassist, by creating new methods on ClassTransformation.

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