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 09edbcf commit 0287c39Copy full SHA for 0287c39
qa/mixed-cluster/build.gradle
@@ -89,6 +89,7 @@ buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
89
setting 'health.master_history.no_master_transitions_threshold', '10'
90
}
91
requiresFeature 'es.index_mode_feature_flag_registered', Version.fromString("8.0.0")
92
+ requiresFeature 'sub_objects_auto', Version.fromString("8.16.0")
93
if (bwcVersion.before(Version.fromString("8.18.0"))) {
94
jvmArgs '-da:org.elasticsearch.index.mapper.DocumentMapper'
95
jvmArgs '-da:org.elasticsearch.index.mapper.MapperService'
0 commit comments