Magnolia 6.2.47 known issues
Persisted cache redirects can’t be loaded into cache
The serialVersionUID
value for cache redirects changed in 6.2.47
(Cache module version 5.9.13
).
When you shut down instances running on a version earlier than 6.2.47
, their data is serialized using one value.
If you then restart these instances using version 6.2.47
, the serialVersionUID
value has changed, leading to data incompatibility and preventing the instances from starting.
Caused by: java.io.InvalidClassException:
info.magnolia.module.cache.filter.CachedRedirect;
local class incompatible: stream classdesc serialVersionUID = -3962258086944964755, local class serialVersionUID = 1
This issue is addressed in MGNLCACHE-375. |