-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Address and remove all occurrences of the Java annotation @UpdateForV9 (ES-9378) #119105
base: main
Are you sure you want to change the base?
Conversation
@@ -120,13 +119,7 @@ public static class Names { | |||
public static final String THREAD_POOL_METRIC_NAME_REJECTED = ".threads.rejected.total"; | |||
|
|||
public enum ThreadPoolType { | |||
@Deprecated(forRemoval = true) |
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.
PR for 8.x: #118492
@@ -32,19 +31,13 @@ private NodesDeprecationCheckAction() { | |||
super(NAME); | |||
} | |||
|
|||
@UpdateForV9(owner = UpdateForV9.Owner.CORE_INFRA) // this can be replaced with TransportRequest.Empty in v9 |
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.
Slack thread confirming that we don't need it anymore: https://elastic.slack.com/archives/C8UUBNASY/p1733330314431679
Pinging @elastic/es-core-infra (Team:Core/Infra) |
Miscellaneous changes removing @UpdateForV9 owned by Core/Infra team