magro / testrepo

foo
0 stars 0 forks source link

Wicket's MiniMap cannot be deserialized with javolution serializer #55

Closed magro closed 9 years ago

magro commented 9 years ago

From martin.grotzke on March 26, 2010 10:01:15

When a statefull wicket page contains a org.apache.wicket.util.collections.MiniMap (e.g. org.apache.wicket.markup.html.link.BookmarkablePageLink.parameters are a MiniMap) the serialization fails when the javolution serializer is used. It fails because the public class MiniMap does not provide a no-args constructor, but only a constructor taking the size as argument.

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

magro commented 9 years ago

From martin.grotzke on March 26, 2010 02:12:16

(No comment was entered for this change.)

Blockedon: 56

magro commented 9 years ago

From martin.grotzke on March 26, 2010 02:12:39

Fixed by #56.

Status: Fixed
Labels: Milestone-1.3