mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Migrate desirednode processors version checks to features (#101706)
This commit is contained in:
parent
00b7f71d65
commit
e851b303d0
10 changed files with 66 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue