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.