NodeImpl.checkin() calls save() three times
-------------------------------------------
Key: JCR-975
URL: https://issues.apache.org/jira/browse/JCR-975
Project: Jackrabbit
Issue Type: Improvement
Components: versioning
Affects Versions: 1.3, 1.2.3, 1.2.2, 1.2.1, 1.1.1, 1.1, 1.0.1, 1.0
Reporter: Marcel Reutegger
Priority: Minor
The version related properties on a versionable node that is checked in are
saved individually. There is no need to save them individually because such a
node must not have pending changes and save() can be called safely on the node
itself.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.