Remove assumed features in server for 9.0 (#119946)

All features added before 8.18 can now be assumed and removed in 9.0
This commit is contained in:
Simon Cooper 2025-01-15 08:37:04 +00:00 committed by GitHub
parent 213f86a472
commit a2d84b1b90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
142 changed files with 89 additions and 1598 deletions

View file

@ -424,22 +424,14 @@ module org.elasticsearch.server {
provides org.elasticsearch.features.FeatureSpecification
with
org.elasticsearch.action.admin.indices.stats.IndicesStatsFeatures,
org.elasticsearch.action.bulk.BulkFeatures,
org.elasticsearch.features.FeatureInfrastructureFeatures,
org.elasticsearch.health.HealthFeatures,
org.elasticsearch.cluster.metadata.MetadataFeatures,
org.elasticsearch.rest.RestFeatures,
org.elasticsearch.repositories.RepositoriesFeatures,
org.elasticsearch.action.admin.cluster.allocation.AllocationStatsFeatures,
org.elasticsearch.rest.action.admin.cluster.ClusterRerouteFeatures,
org.elasticsearch.index.mapper.MapperFeatures,
org.elasticsearch.index.IndexFeatures,
org.elasticsearch.ingest.IngestGeoIpFeatures,
org.elasticsearch.search.SearchFeatures,
org.elasticsearch.script.ScriptFeatures,
org.elasticsearch.search.retriever.RetrieversFeatures,
org.elasticsearch.reservedstate.service.FileSettingsFeatures,
org.elasticsearch.action.admin.cluster.stats.ClusterStatsFeatures;
uses org.elasticsearch.plugins.internal.SettingsExtension;