release 4.21 (java)
Java Version 4.21 changes:
Pickle memoization uses regular obj.hashCode again (compare by value) rather than identityHashCode (compare by object identity).
This can be configured via a new Pickler(useMemo, valueCompare) constructor.
Updated Pyro documentation url.