We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87c102 commit 54b46acCopy full SHA for 54b46ac
qa/mixed-cluster/build.gradle
@@ -82,6 +82,7 @@ buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
82
setting 'health.master_history.no_master_transitions_threshold', '10'
83
}
84
requiresFeature 'es.index_mode_feature_flag_registered', Version.fromString("8.0.0")
85
+ requiresFeature 'sub_objects_auto', Version.fromString("8.16.0")
86
if (bwcVersion.before(Version.fromString("8.18.0"))) {
87
jvmArgs '-da:org.elasticsearch.index.mapper.DocumentMapper'
88
jvmArgs '-da:org.elasticsearch.index.mapper.MapperService'
0 commit comments