Unify naming of feature spec implementations (#101704)

Use a naming scheme of <area>Features
This commit is contained in:
Simon Cooper 2023-11-03 09:24:50 +00:00 committed by GitHub
parent ea8f78e732
commit 580283025e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 16 deletions

View file

@ -405,8 +405,8 @@ module org.elasticsearch.server {
provides org.elasticsearch.features.FeatureSpecification
with
org.elasticsearch.features.FeaturesSupportedSpecification,
org.elasticsearch.health.HealthFeature,
org.elasticsearch.features.FeatureInfrastructureFeatures,
org.elasticsearch.health.HealthFeatures,
org.elasticsearch.rest.RestFeatures;
uses org.elasticsearch.plugins.internal.SettingsExtension;