-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Standalone ContentRepository.Core ! #4227
Comments
|
@nezaniel is working on this I guess :) or at least he has :) |
#4455 should take care of the test suite dependencies |
Hi what is the status on this? I think we are mostly done with this right? |
I think it got an answer to it in https://github.com/skurfuerst/standalone-content-repository/tree/main ;) We apparently still use Flows Algorithms https://github.com/skurfuerst/standalone-content-repository/blob/040d38f93950ca8fb028609c2ec03ca116ceb568/src/Workaround/FlowUtilityAlgorithms.php#L20 but that should be easy to adjust ^^ Also we must always declare |
@mhsdesign yeah I am thinking along the same lines :):) |
Okay it seems our logic in here is still valid:
The question now is where to place this logic and if the core should have an utility and a dependency on All leftover usages: |
Update it seems we already have and utility which is already used for example for See
neos-development-collection/Neos.ContentRepository.Core/Classes/SharedModel/Id/UuidFactory.php Line 26 in 93aae71
That was introduced lately with #4251 and we could use it again |
I had closed this, but there are still some open tasks in order to make this thing work nicely |
ObjectManagerInterface
inNodeType
andNodeTypeManager
\Neos\Flow\Utility\Algorithms::generateUUID()
in ID-ValueObjects\PHPUnit\Framework\TestCase
instead of\Neos\Flow\Tests\UnitTestCase
neos/eventstore-doctrineadapter
dependency (no hard requirement)- [ ] ImprovePostponed to 9.1 or later – this can be done in a bridge layerNodeTypeManager
API (#4228)The text was updated successfully, but these errors were encountered: