Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UpgradeTool execution log (#3614)
It seems that in some cases GSON is not able to correctly serialize/deserialize ZonedDateTime. Since we do not depend on the value in any case (it's just informational), we can store a String instead. A missing metadata database also failed the check when upgrading items. This has been fixed, too. Signed-off-by: Jan N. Klug <github@klug.nrw>
- Loading branch information