-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting external class loader (useful for OSGI environment) #624
Comments
I don't use OSGi myself (so am unlikely to know how to fix; or be able to easily test the fix) so I am open to contributions here. |
Currently I'm fighting with Jackson se/deserialization in Distributed OSGI. Maybe I will be able to propose some code fixes as soon I will manage to make it all work. |
@zdanek Yes I would be interested in improvements to make Jackson work better on OSGi. We have solved some other issues (related to use of Maven shade plug-in for YAML dataformat module f.ex), so I hope we can resolve class loading problems as well. |
issue #624 - adding possibility of using provided ClassLoader on TypeFactory
As per patch #854, it is now possible to construct |
Nice! |
👍 |
Currently there is only simple way to access classloader
In OSGI env this simply does not work :(
Same as
https://jira.codehaus.org/browse/JACKSON-350
The text was updated successfully, but these errors were encountered: