Remove some historical features (#116926)

Historical features are now trivially true on v9 - so we can remove the features, and the check.
Historical features do not affect cluster state, so this has no compatibility restrictions.
This commit is contained in:
Simon Cooper 2024-11-18 14:33:05 +00:00 committed by GitHub
parent 08daf65592
commit c832572709
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 51 additions and 613 deletions

View file

@ -426,7 +426,6 @@ module org.elasticsearch.server {
org.elasticsearch.cluster.service.TransportFeatures,
org.elasticsearch.cluster.metadata.MetadataFeatures,
org.elasticsearch.rest.RestFeatures,
org.elasticsearch.indices.IndicesFeatures,
org.elasticsearch.repositories.RepositoriesFeatures,
org.elasticsearch.action.admin.cluster.allocation.AllocationStatsFeatures,
org.elasticsearch.rest.action.admin.cluster.ClusterRerouteFeatures,