Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.16.0
-
Component/s: camel-http, camel-http4, camel-jetty, camel-servlet
-
Labels:None
-
Estimated Complexity:Unknown
Description
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