Hi Florin,
This was already voted. Those methods were necessary to me. I'm
surprised to see that the patch didn't get applied
until now.
The problem with the patch is that it has several save() methods (the latest
version of the patch). As the thomas's
comment<http://jira.xwiki.org/jira/browse/XWIKI-2831?focusedCommentId=34…
those methods need to be removed (we need the bridge to be stateless)
and individual bridge methods will call save() on the document being
modified.
This came
into discussion several times from November, and it the disagreement was
if the methods should call Save() or not.
It was finally agreed that they should be stateless and call Save,
ignoring speed issues for now.
Yes.
So, since this has been voted before, I'll just go ahead and implement the
method :)
Thanks.
- Asiri