Details
-
Improvement
-
Resolution: Fixed
-
Major
-
5.1-milestone-2
-
None
-
Unknown
-
N/A
-
N/A
-
Description
Right now when receiving a remote document event a LazyXWikiDocument is generated for the event, this was to avoid unnecessary loading of the document. Problem is that we keep adding APIs in XWikiDocument and often forget LazyXWikiDocument and it does not really bring much value now that many standard (and pretty much mandatory) listeners always need the complete XWikiDocument.