Assets can’t be dragged and dropped in the bulk upload dialog
When you drag and drop an asset into the bulk upload dialog, Magnolia throws an exception and nothing is uploaded.
Workaround
Use the Click to add button in the dialog instead.
We’re actively working on providing a version to fix this issue.
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 = 1Copy