Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.18.1, 0.19.0
-
None
-
None
-
SerializationFactory now uses the current context ClassLoader allowing for user supplied Serialization instances.
Description
SerializationFactory#add calls Class.forName without a ClassLoader instance. This prevents user-space Serialization classes from being loaded.
The resulting ClassNotFoundException is eaten after being logged, and a NPE is thrown further down the line when a Serializer is requested.