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 874bf7b commit 8babdccCopy full SHA for 8babdcc
server/src/main/java/org/elasticsearch/index/mapper/MapperFeatures.java
@@ -21,7 +21,7 @@ public class MapperFeatures implements FeatureSpecification {
21
22
// Used to avoid noise in mixed cluster and rest compatibility tests. Must not be backported to 8.x branch.
23
// This label gets added to tests with such failures before merging with main, then removed when backported to 8.x.
24
- public static final NodeFeature BWC_WORKAROUND_9_0 = new NodeFeature("mapper.bwc_workaround_9_0");
+ public static final NodeFeature BWC_WORKAROUND_9_0 = new NodeFeature("mapper.bwc_workaround_9_0", true);
25
26
@Override
27
public Set<NodeFeature> getFeatures() {
0 commit comments