-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[3.x] Id generator compat #5549
Conversation
This can't be fixed in 2.x due to the interface changes, sorry (BC break) |
can this be merged in 3.x? |
3.x is not started yet, but we'll probably re-design many of these low-level components then. |
@Ma27 reopening and assigning a milestone |
ok, thx |
I'll work on it again (and fix the broken build) when 2.6 is released and the work on 3.x starts |
This has now been handled in develop (aka 3.x) as part of #6599. |
in doctrine 2.4 the EntityManagerInterface was introduced.
Many parts of the code were changed, so almost everything was changed. That wasn't changed in the Id sub-package containing all identity generators...