neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 220 forks source link

TASK: WIP Prepare for synchronous content repository #5049

Closed mhsdesign closed 1 month ago

mhsdesign commented 1 month ago

In preparation for https://github.com/neos/neos-development-collection/pull/4988 this will adjust the cr to be synchronous already via a hack and adds a slim b/c block layer which will be removed with the next beta to ease migration.

Upgrade instructions

The CommandResult::block calls must be removed as the backwards compatibility layer will be removed with next beta.

- $contentRepository->handle($command)->block();
+ $contentRepository->handle($command);

Review instructions

Checklist