-
Bug
-
Resolution: Done
-
Major
-
8.0.1.Final
-
None
null keys and values are not supported, and Cache.put(null, null) will throw a NullPointerException. But the null check happens after the implicit transaction was created, and it doesn't clean it up before throwing the exception.