Clean up factory retention settings from elasticsearch (#114396)

This removes the possibility for a plugin to provide factory retention settings. Factory retention settings have been deprecated and completely replaced by #111972.

Note: this feature is not in use. If someone wants to set global retention they can use the cluster settings as defined in #111972.
This commit is contained in:
Mary Gouseti 2024-10-10 11:45:46 +03:00 committed by GitHub
parent 73c69b5320
commit 0d03207477
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 21 additions and 173 deletions

View file

@ -416,7 +416,6 @@ module org.elasticsearch.server {
uses org.elasticsearch.internal.BuildExtension;
uses org.elasticsearch.features.FeatureSpecification;
uses org.elasticsearch.plugins.internal.LoggingDataProvider;
uses org.elasticsearch.cluster.metadata.DataStreamFactoryRetention;
provides org.elasticsearch.features.FeatureSpecification
with