-
Notifications
You must be signed in to change notification settings - Fork 203
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
IBX-569: Changed ObjectStateHandler to extend AbstractInMemoryPersistenceHandler #3106
IBX-569: Changed ObjectStateHandler to extend AbstractInMemoryPersistenceHandler #3106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, although most of provided anonymous functions could use strict return types.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking merge due to https://github.com/ezsystems/ezpublish-kernel/pull/3106/files#r654215536
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mateuszbieniek remove the type cast and it's good to go from my end 👍
Co-authored-by: Paweł Niedzielski <pawel.tadeusz.niedzielski@gmail.com>
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA approved on eZPlatform v2.5.20 & 2.5 with patch & diff.
Could you please merge up changes @mateuszbieniek ? |
Merge up PR: ezsystems/ezplatform-kernel#204 |
7.5
This PR rewrites
ObjectStateHandler
to take advantage of theInMemory
cache.