You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure, yet, if anything can be done about the following.
The code I just contributed to support deserialization of Path objects calls Paths.get(URI).
This does not work, at least out of the box, in an OSGi environment, as the file system providers collection has class references acquired, somehow, from the app class loader, while a file system created inside an OSGi bundle will use a copy of the class loaded in the OSGi bundle.
I don't yet know if there's a correct way around this, and so I don't know if there's anything to be done in Jackson.
The text was updated successfully, but these errors were encountered:
I'm not sure, yet, if anything can be done about the following.
The code I just contributed to support deserialization of Path objects calls Paths.get(URI).
This does not work, at least out of the box, in an OSGi environment, as the file system providers collection has class references acquired, somehow, from the app class loader, while a file system created inside an OSGi bundle will use a copy of the class loaded in the OSGi bundle.
I don't yet know if there's a correct way around this, and so I don't know if there's anything to be done in Jackson.
The text was updated successfully, but these errors were encountered: