Skip to content

Commit 30dd38b

Browse files
authored
Remove @UpdateForV9 annotation (#125024)
* Delete libs/core/src/main/java/org/elasticsearch/core/UpdateForV9.java * Remove UpdateForV9 annotation in ConsumeProcessor.java
1 parent ce04da7 commit 30dd38b

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

libs/core/src/main/java/org/elasticsearch/core/UpdateForV9.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

x-pack/plugin/esql/compute/gen/src/main/java/org/elasticsearch/compute/gen/ConsumeProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public Set<String> getSupportedAnnotationTypes() {
4242
"org.elasticsearch.xpack.esql.expression.function.MapParam",
4343
"org.elasticsearch.rest.ServerlessScope",
4444
"org.elasticsearch.xcontent.ParserConstructor",
45-
"org.elasticsearch.core.UpdateForV9",
4645
Fixed.class.getName()
4746
);
4847
}

0 commit comments

Comments
 (0)