Migrate desirednode processors version checks to features (#101706)

This commit is contained in:
Simon Cooper 2023-11-03 13:57:47 +00:00 committed by GitHub
parent 00b7f71d65
commit e851b303d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 66 additions and 40 deletions

View file

@ -407,6 +407,7 @@ module org.elasticsearch.server {
with
org.elasticsearch.features.FeatureInfrastructureFeatures,
org.elasticsearch.health.HealthFeatures,
org.elasticsearch.cluster.metadata.MetadataFeatures,
org.elasticsearch.rest.RestFeatures;
uses org.elasticsearch.plugins.internal.SettingsExtension;