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 d6f91f5 commit 086cc99Copy full SHA for 086cc99
qa/mixed-cluster/build.gradle
@@ -83,6 +83,7 @@ buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
83
setting 'health.master_history.no_master_transitions_threshold', '10'
84
}
85
requiresFeature 'es.index_mode_feature_flag_registered', Version.fromString("8.0.0")
86
+ requiresFeature 'sub_objects_auto', Version.fromString("8.16.0")
87
if (bwcVersion.before(Version.fromString("8.18.0"))) {
88
jvmArgs '-da:org.elasticsearch.index.mapper.DocumentMapper'
89
jvmArgs '-da:org.elasticsearch.index.mapper.MapperService'
0 commit comments