[
https://issues.apache.org/jira/browse/CAMEL-8642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang resolved CAMEL-8642.
---------------------------------
Resolution: Fixed
Applied the patch into camel master branch.
> Support to use custom classloader when deserializeJavaObjectFromStream in
> HttpHelper
> ------------------------------------------------------------------------------------
>
> Key: CAMEL-8642
> URL: https://issues.apache.org/jira/browse/CAMEL-8642
> Project: Camel
> Issue Type: Improvement
> Components: camel-http, camel-http4, camel-jetty, camel-servlet
> Reporter: Willem Jiang
> Assignee: Willem Jiang
> Fix For: 2.16.0
>
>
> The ObjectInputStream uses latestUserDefinedLoader() to load the class [1],
> But I think we need to use ApplicationContextClassLoader of the camel context
> to load the class, in this way we can give the user right to change the
> classloader as they want.
> [1]https://community.oracle.com/thread/1151865
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)