mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Add @UpdateForV9 markers on versions (#102441)
We probably wouldn't forget these, but for the sake of completeness this commit marks several lists of versions with the `@UpdateForV9` annotation.
This commit is contained in:
parent
10afe05a82
commit
5e20253fe8
3 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,8 @@ import java.util.function.Predicate;
|
|||
public enum RestApiVersion {
|
||||
|
||||
V_8(8),
|
||||
|
||||
@UpdateForV9 // v9 will not need to support the v7 REST API
|
||||
V_7(7);
|
||||
|
||||
public final byte major;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue