The ‘creationDate’ and ‘modificationDate’ properties of a User instance is nullable. The serialization of this class assumes that it is not, leading to exceptions. This particularly affects clustering (as that’s when serialization happens often).
Although this has always been a problem, it has likely surfaced since the fix for , which explicitly sets these dates to null in LDAP by default.
The ‘creationDate’ and ‘modificationDate’ properties of a User instance is nullable. The serialization of this class assumes that it is not, leading to exceptions. This particularly affects clustering (as that’s when serialization happens often).
Although this has always been a problem, it has likely surfaced since the fix for , which explicitly sets these dates to
null
in LDAP by default.