Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Notifier] Deprecate sms77 Notifier bridge#58200
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
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
As far as I remember, we decided not to deprecate it, just mention the new bridge and exclude it from new releases. Is that true@fabpot ? |
reading#52936, it looks like we decided to postpone the deprecation to another PR, so here we are, this PR looks legit to me |
src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Thanks for reviews ! I've applied suggested changes, and fix CS according to fabbot |
src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
b78d314
to9b95102
CompareMrYamous commentedOct 6, 2024 • 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.
I think i'm up to date with requested changes, and rebased for pending conflicts |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Tests are failing as we're still using some deprecated code somewhere without proper annotations. Can you have a look? Thank you.
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/Component/Notifier/Bridge/Sms77/Sms77TransportFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
1f3ab7a
to48d0437
Compare
Thanks for reminding me this, I think it's better now :) |
It looks like tests are still failing. |
@MrYamous up to finish this PR? |
@OskarStark Yes i'm going to finish this PR |
9bdd6ca
to7ea4279
CompareI've made some changes and rebased, I'm not sure but fails seems unrelated |
7ea4279
to006ea39
CompareThank you@MrYamous. |
764fe52
intosymfony:7.3Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
#52936 introduced a new Seven.io bridge for Notifier component to replace sms77 but this one has not been deprecated