-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix!: Migrate jobs away from deprecated interfaces #43387
Conversation
d1a906f
to
745448a
Compare
This does need an entry in the upgrade docs. |
745448a
to
caa1a02
Compare
} | ||
|
||
/** | ||
* this function is called at most every hour | ||
* | ||
* @inheritdoc | ||
*/ | ||
public function execute(IJobList $jobList, ILogger $logger = null) { | ||
public function start(IJobList $jobList): void { |
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.
🙈
BREAKING CHANGE: Removed ILogFactory::getCustomLogger deprecated method Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
caa1a02
to
b105603
Compare
above documentation PR looks like it's referencing the wrong thing. |
Can you elaborate on this? |
Let me rephrase then: Even though |
Summary
Another nail in the coffin of
ILogger
.See #32127
Checklist