-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
ArC: remove deprecated @AlternativePriority #31033
Conversation
/cc @brunobat (micrometer), @ebullient (micrometer) |
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.
Great, thanks!
This comment has been minimized.
This comment has been minimized.
ad9fe44
to
86c7988
Compare
🙈 The PR is closed and the preview is expired. |
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
Would it make sense to also update the migration script to perform the substitution? Like it was done in |
Can the rewrite actually change one annotation into two? Because what we would need is |
@manovotn that's a good question, I'll investigate and write one if not available and update the migration script in a later PR then 👍🏻 UPDATE: there is a discussion about this in https://rewriteoss.slack.com/archives/C01AB6L98TC/p1675986262428799 |
It didn't occur to me that we could add a migration for this, but it's certainly worth trying! Thank you! :-) |
Resolves #30963