magro / testrepo

foo
0 stars 0 forks source link

Add support for serialization/deserialization of cglib proxies to javolution-serializer #59

Closed magro closed 9 years ago

magro commented 9 years ago

From martin.grotzke on March 29, 2010 00:12:22

javolution-serializer should be able to serialize/deserialize cglib proxies.

As this is only required if the application uses cglib, this should be implemented as a separate module, which can be plugged via the customConverter attribute.

Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=59

magro commented 9 years ago

From martin.grotzke on March 28, 2010 16:06:13

Added new javolution-serializer-cglib module. Drop the jar in $CATALINA_HOME/lib and WEB-INF/lib and register the converter class "de.javakaffee.web.msm.serializer.javolution.CGLibProxyFormat" via the customConverter attribute.

Status: Fixed
Labels: Milestone-1.3

magro commented 9 years ago

From imcap...@gmail.com on February 07, 2012 15:32:50

what the version of cglib needed?

magro commented 9 years ago

From martin.grotzke on February 08, 2012 14:03:16

You should try the latest cglib version. javolution-serializer is built/tested against cglib 2.2.