mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Unify naming of feature spec implementations (#101704)
Use a naming scheme of <area>Features
This commit is contained in:
parent
ea8f78e732
commit
580283025e
9 changed files with 18 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue