Skip to content

Commit 0287c39

Browse files
authored
Fix backwards failures for subobject auto (#130937) (#130985)
* Fix backwards failures for subobject auto * Update build.gradle
1 parent 09edbcf commit 0287c39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/mixed-cluster/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
8989
setting 'health.master_history.no_master_transitions_threshold', '10'
9090
}
9191
requiresFeature 'es.index_mode_feature_flag_registered', Version.fromString("8.0.0")
92+
requiresFeature 'sub_objects_auto', Version.fromString("8.16.0")
9293
if (bwcVersion.before(Version.fromString("8.18.0"))) {
9394
jvmArgs '-da:org.elasticsearch.index.mapper.DocumentMapper'
9495
jvmArgs '-da:org.elasticsearch.index.mapper.MapperService'

0 commit comments

Comments
 (0)