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

Skip deprecation coming from DBAL 3.2 #44231

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 4.4
Bug fix? no
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

While waiting for doctrine/DoctrineBundle#1429 and related

@carsonbot carsonbot added this to the 4.4 milestone Nov 23, 2021
@stof
Copy link
Member

stof commented Nov 23, 2021

the DbalLogger from the bridge won't even become compatible with DBAL 3.2 in a deprecation-free way. What will happen instead is that DbalLogger will stop being used by DoctrineBundle for DBAL 3.2+ and that DbalLogger will get deprecated once Symfony drops support for DBAL <3.2.

So to me, the DbalLoggerTest will need to be tagged as @legacy as it won't ever stop from reporting a deprecation about implementing a deprecated interface.

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

Successfully merging this pull request may close these issues.

3 participants