-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Deprecated ILogger from IJob #33047
Deprecated ILogger from IJob #33047
Conversation
@@ -213,22 +175,22 @@ | |||
); | |||
} else { | |||
$this->logger->error( | |||
'remote server "' . $target . '"" does not return a valid shared secret. Received data: ' . $body, | |||
['app' => 'federation'] | |||
'remote server "' . $target . '"" does not return a valid shared secret. Received data: ' . $body, |
Check notice
Code scanning / Psalm
PossiblyInvalidOperand
7d91d1d
to
73b41e8
Compare
❤️ |
6721a06
to
b700c8b
Compare
It will? 🎉 |
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.
Lots of good cleanup
Personally I would prefer if the PR only touched the logger aspects if that is what title and subscription say. E.g. background job OC to OCP kinda feels sneaked in.
But I understand it's easier this way, so 👍 and 🤞
still one year to wait since we need to wait 3 years after it has been deprecated, but since execute(...., ILogger) was for some app the only reasons why ILogger was still used, this should make it easier to get rid of it as soon as the 3 years are over. |
b700c8b
to
f512492
Compare
f512492
to
dcbc9d1
Compare
af33a00
to
3c7280a
Compare
Possible performance regression detected Show Output
|
6fa90dd
to
06e1aa9
Compare
d24ef26
to
2d025a3
Compare
Possible performance regression detected Show Output
|
2d025a3
to
d03bb36
Compare
|
0fead00
to
5d02024
Compare
b56a561
to
f60c1a3
Compare
Since the ILogger will be soon removed we need to ensure that nothing in the public api use it. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
f60c1a3
to
49334e4
Compare
ci failure unrelated |
Since the ILogger will be soon removed we need to ensure that nothing in
the public API use it.
start
to replaceexecute
but without ILoggerexecute
still exists but only call start internally