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

oro/platform-serialised-fields 5.0.2 should require oro/platform 5.0.8+ #1092

Open
NN-Antadis opened this issue Nov 8, 2022 · 0 comments
Open

Comments

@NN-Antadis
Copy link

Summary
When updating my ORO application, I ran into a problem with an unknown class.

Steps to reproduce
From a 5.0.1 enterprise application running, I updated all oro dependencies.
I ended up with oro/platform-serialised-fields 5.0.2 and oro/platform 5.0.5.

Oro\Bundle\EntitySerializedFieldsBundle\Async\Topic\SerializedAttributeRemovedFromFamilyTopic extends Oro\Bundle\EntityConfigBundle\Async\Topic\AttributeRemovedFromFamilyTopic which is only created in oro/platform 5.0.8

https://github.com/oroinc/platform/tree/5.0.8/src/Oro/Bundle/EntityConfigBundle/Async/Topic
versus
https://github.com/oroinc/platform/tree/5.0.7/src/Oro/Bundle/EntityConfigBundle/Async/Topic [404]

and

https://github.com/oroinc/OroEntitySerializedFieldsBundle/blob/5.0.2/Async/Topic/SerializedAttributeRemovedFromFamilyTopic.php
was created in oro/platform-serialised-fields 5.0.2

See composer.json for oro/platform-serialised-fields, it should mention oro/platform 5.0.8+ : https://github.com/oroinc/OroEntitySerializedFieldsBundle/blob/5.0.2/composer.json

Fix for application developers
Force oro/platform to 5.0.8+ in composer.json then update the package with composer, including dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant