Closed aubincleme closed 1 year ago
@mflorea ready for another review, with most of the issues corrected. The only decision to take is to acknowledge that we can't use the internal APIs of xwiki-platform-configuration for now.
I would still use AbstractDocumentConfigurationSource
even if it's internal (it simplifies a lot your code), until we have https://jira.xwiki.org/browse/XWIKI-20318 . But if you don't want to, that's fine with me. The PR looks good otherwise.
Thanks for your feedback @mflorea ! For now, I'd prefer going without the use of an internal core API ; just for the sake of making sure that this app will be able to work on future XWiki version without us having to quickly fix it if we ever do a change at the AbstractDocumentConfigurationSource