You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2013/03/26 22:13:15 UTC

[jira] [Created] (WICKET-5118) spit object-sizeof-agent into agent and initializer

Sven Meier created WICKET-5118:
----------------------------------

             Summary: spit object-sizeof-agent into agent and initializer
                 Key: WICKET-5118
                 URL: https://issues.apache.org/jira/browse/WICKET-5118
             Project: Wicket
          Issue Type: Improvement
    Affects Versions: 6.6.0
            Reporter: Sven Meier
            Assignee: Sven Meier
            Priority: Minor


wicket-objectsizeof-agent cannot easily be used for applications deployed in a web container:

When the main classloader loads InstrumentationObjectSizeOfStrategy from wicket-objectsizeof-agent-x.x.jar, it fails because the implemented IObjectSizeOfStrategy is loaded later by the webapp classloader only.

The module should be split into two:
- the agent which makes the instrumentation available
- a library containing an IInitializer which registeres a custom IObjectSizeOfStrategy (utilizing the instrumentation from the agent)

--
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