-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 8.0.2
-
Component/s: Databind 2
-
Security Level: Jimmy
-
None
attached a unit test reproducing the problem when calling containsKey or get(key) on a MapProxy
WORKAROUND:
make the Key class final or add the @Immutable annotation to the class
public static final class MyKey { } @Immutable public static class MyKey { }