-
-
Notifications
You must be signed in to change notification settings - Fork 455
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
Gedmo Extension Tree not longer working with 2.3 Version #1305
Comments
@ostrolucky In our case there is no makerbundle installed. The |
That's why I didn't say makerbundle needs to be changed, but gedmo. Point being, fix doesn't work on its own, both sides need to be chanegd. |
The Gedmo extensions are doing some "magic" to build their own mapping driver to read from the same source than the doctrine mapping: https://github.com/doctrine-extensions/DoctrineExtensions/blob/7c0d5aeab0f840d2a18a18c3dc10b0117c597a42/src/Mapping/ExtensionMetadataFactory.php#L138 This logic will need to be updated to be aware of the new MappingDriver of the bundle (and indeed, having access to the inner driver would unlock that). |
Thx for the fast responses here, really appricate this 🙏 @ostrolucky really sorry for my blindness did read the answer to fast 🙈 |
@alexander-schranz be careful about the caching layer. It might be the reason why |
… 2.3.0 (pamil) This PR was merged into the 1.8 branch. Discussion ---------- See doctrine/DoctrineBundle#1305. Commits ------- 61848c9 Fix the build by conflicting with doctrine/doctrine-bundle 2.3.0
@stof I cleared the whole |
Please report issue on https://github.com/doctrine-extensions/DoctrineExtensions instead |
@ostrolucky Okay did create the issue there: doctrine-extensions/DoctrineExtensions#2210 |
I updated in our project only
doctrine/doctrine-bundle
from2.2.3
to2.3.0
.After the update I'm getting the following when the
cache:clear
is called:Stack Trace
I also tried the #1304 PR but seems like this does not fix it, still the same error.
Not sure yet which cause the issue, happy for every hint.
PS: After debugging it in more details with git bisect it has todo with the changes in #1284 by @nicolas-grekas.
Reproduceable Repository
The text was updated successfully, but these errors were encountered: