-
-
Notifications
You must be signed in to change notification settings - Fork 9.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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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
Outdated
Show resolved
8000
Hide resolved
Thanks for reviews ! I've applied suggested changes, and fix CS according to fabbot |
src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php
Outdated
Show resolved
Hide resolved
b78d314
to
9b95102
Compare
I think i'm up to date with requested changes, and rebased for pending conflicts |
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.
src/Symfony/Component/Notifier/Bridge/Sms77/Sms77TransportFactory.php
Outdated
Show resolved
Hide resolved
1f3ab7a
to
48d0437
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
to
7ea4279
Compare
I've made some changes and rebased, I'm not sure but fails seems unrelated |
7ea4279
to
006ea39
Compare
Thank you @MrYamous. |
#52936 introduced a new Seven.io bridge for Notifier component to replace sms77 but this one has not been deprecated