Hi, https://issues.apache.org/jira/browse/WICKET-5751 and https://issues.apache.org/jira/browse/WICKET-5584 show a problem with the deserialization of IntHashMap <https://github.com/apache/wicket/blob/master/wicket-util/src/main/java/org/apache/wicket/util/collections/IntHashMap.java> .Many of its fields are transient for some reason and this leads to NullPointerExceptions when instances of IntHashMap are used after deserialization. Anyone have idea why these fields are transient ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov
I've noted this when I gave a quick look at WICKET-5751 but honestly I
don't have any idea...
- IntHashMap is transient Martin Grigorov
- Re: IntHashMap is transient Sven Meier
- Re: IntHashMap is transient Johan Compagner
- Re: IntHashMap is transient Martin Grigorov
- Re: IntHashMap is transient Andrea Del Bene
