Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DoctrineBridge] Kill DBAL 2 support#50571
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
eaa0c92 tof174043CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
nicolas-grekas commentedJun 6, 2023
Can't we target 6.4? That'd be nicer to the community. |
derrabus commentedJun 6, 2023
You mean drop DBAL 2 in 6.4 already? We can, but I didn't want to cut off projects that still run on DBAL 2 (or at least support it) on a minor release. I cannot really tell what the impact of that change would be.
One could argue that giving the community an LTS for migrating away from a still very popular package would be nicer though. |
stof commentedJun 6, 2023
Well, older versions of DoctrineBundle don't work well with Symfony 6.3 anyway (for instance, the |
nicolas-grekas commentedJun 6, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Yes! |
c991664 to07d2b97Compare…latform` (derrabus)This PR was merged into the 5.4 branch.Discussion----------[DoctrineBridge][Messenger] Add test cases for `MariaDBPlatform`| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | Backport from#50571| License | MIT| Doc PR | N/AThis PR adds test cases specifically for DBAL's `MariaDBPlatform` class. DBAL 4 will change the inheritance hierarchy for MySQL-like platforms, so having those tests might safe us one fine day.Commits-------618de82 Add test cases for MariaDBPlatform
9eff782 to7ed12d3Comparederrabus commentedJun 8, 2023
In our case, it leaves DBAL 2 projects pinned to a non-LTS Symfony branch. But well,they have been warned, right? I can work out a PR for 6.4 once#50576 and#50579 are done. We can continue the discussion there. |
…ystem (derrabus)This PR was merged into the 6.4 branch.Discussion----------[DoctrineBridge] Deprecate using the old DBAL logger system| Q | A| ------------- | ---| Branch? | 6.4| Bug fix? | yes| New feature? | no| Deprecations? | yes| Tickets | Backport from#50571| License | MIT| Doc PR | N/ACommits-------a8f6243 Deprecate using the old DBAL logger system
nicolas-grekas commentedJun 8, 2023
I'm torn now. I'd fine either way, which means fine for 7.0 :) |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedJun 9, 2023
Thank you@derrabus. |
Uh oh!
There was an error while loading.Please reload this page.
DBAL 2 is dead and buried. Let's remove code that we needed to maintain DBAL 2.
TODO:
ContainerAwareEventManager::getListeners()deprecation #50575