You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2007/12/07 22:34:26 UTC

[jira] Created: (AMQ-1515) Removed use of ClassLoading

Removed use of ClassLoading
---------------------------

                 Key: AMQ-1515
                 URL: https://issues.apache.org/activemq/browse/AMQ-1515
             Project: ActiveMQ
          Issue Type: Improvement
            Reporter: David Blevins
            Priority: Trivial
         Attachments: KillClassLoading.patch.txt

Noticed you're using the propagated ClassLoading class.  That thing was never needed, Class.forName(String, boolean, ClassLoader) always had the correct functionality.

Here's a patch if you want it.



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


[jira] Commented: (AMQ-1515) Removed use of ClassLoading

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40817 ] 

David Blevins commented on AMQ-1515:
------------------------------------

I'd also recommend renaming ClassLoadingAwareObjectInputStream to something that doesn't pay tribute to the misinformation that was ClassLoading 

> Removed use of ClassLoading
> ---------------------------
>
>                 Key: AMQ-1515
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1515
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: David Blevins
>            Priority: Trivial
>         Attachments: KillClassLoading.patch.txt
>
>
> Noticed you're using the propagated ClassLoading class.  That thing was never needed, Class.forName(String, boolean, ClassLoader) always had the correct functionality.
> Here's a patch if you want it.

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


[jira] Resolved: (AMQ-1515) Removed use of ClassLoading

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino resolved AMQ-1515.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0
         Assignee: Hiram Chirino

patch applied in rev 602565.  Thx!

> Removed use of ClassLoading
> ---------------------------
>
>                 Key: AMQ-1515
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1515
>             Project: ActiveMQ
>          Issue Type: Improvement
>            Reporter: David Blevins
>            Assignee: Hiram Chirino
>            Priority: Trivial
>             Fix For: 5.1.0
>
>         Attachments: KillClassLoading.patch.txt
>
>
> Noticed you're using the propagated ClassLoading class.  That thing was never needed, Class.forName(String, boolean, ClassLoader) always had the correct functionality.
> Here's a patch if you want it.

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