mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
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:
parent
213f86a472
commit
a2d84b1b90
142 changed files with 89 additions and 1598 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue