Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Dec 20, 2018

Commits on Dec 14, 2018

  1. EZP-29899: Content loading can end up loading wrong version under con…

    …currency
    
    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.
    andrerom committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    9a7ab69 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Update eZ/Publish/Core/Persistence/Legacy/Content/Gateway.php

    Co-Authored-By: andrerom <andre.romcke@gmail.com>
    alongosz and andrerom committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    64c21d0 View commit details
    Browse the repository at this point in the history
  2. Update eZ/Publish/SPI/Persistence/Content/Handler.php

    Co-Authored-By: andrerom <andre.romcke@gmail.com>
    alongosz and andrerom committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    c643ee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5926e49 View commit details
    Browse the repository at this point in the history