Logging PageIdentifier object is an issue, because if we deserialize logs after an upgrade for instance, instanceof PageIdentifier or casting won't work anymore, and more generally using the object will be difficult. We'd better off logging standard objects like Map which don't suffer this issue. See also https://github.com/xwikisas/application-confluence-migrator-pro/issues/107 |