Revision 22d4981cfd80c3cfad7dc3da88b9b0d3c0621e69

Committed on 20/12/2018 7:28 am by André R <andre.romcke@gmail.com> [GitHub Diff]

EZP-29899: Content loading can end up loading wrong version under concurrency (#2502)

* EZP-29899: Content loading can end up loading wrong version under concurrency

Under concurrency it's possible that current version number we get in content info
is out of date by the time we ask for full content object. So change
SPI to allow loading current version number directly.