We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b60b3 commit 7ff4451Copy full SHA for 7ff4451
java/pom.xml
@@ -97,8 +97,7 @@ Pyrolite only implements part of the client side Pyro library, hence its name 'l
97
98
(More info about Pyro itself: https://pyro4.readthedocs.io/ )
99
100
-Version 4.21 changes:
101
-Pickle memoization uses regular obj.hashCode again (compare by value) rather than identityHashCode (compare by object identity).
102
-This can be configured via a new Pickler(useMemo, valueCompare) constructor.
+Version 4.22 changes:
+Fixed serialization of java.sql.Date that was off by 1 month in the date values (java months start on 0...)
103
</description>
104
</project>
0 commit comments