|
||||||||
|
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 |
||||||||
To unsubscribe from this list please visit:

Well, com.thoughtworks.xstream.core.util.ClassLoaderReference is now deprecated and will go away anyway. Why don't you simply provide a ClassLoader implementation that is capable of this functionality? XStream's default ClassLoader (CompositeClassLoader) manages also multiple ClassLoader instances, your implementation can do the same. Then you're in line with XStream API and you don't have to fear API breakage by an maintenance update.