Skip to content

Commit 81f7d6f

Browse files
authored
Fix ALLOW_AUTO_CREATE_VERSION after backport (#64670)
Fixes the serialization version after backport of #64208
1 parent 320cab9 commit 81f7d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/metadata/ComposableIndexTemplate.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class ComposableIndexTemplate extends AbstractDiffable<ComposableIndexTem
5656
private static final ParseField DATA_STREAM = new ParseField("data_stream");
5757
private static final ParseField ALLOW_AUTO_CREATE = new ParseField("allow_auto_create");
5858

59-
private static final Version ALLOW_AUTO_CREATE_VERSION = Version.V_8_0_0;
59+
private static final Version ALLOW_AUTO_CREATE_VERSION = Version.V_7_11_0;
6060

6161
@SuppressWarnings("unchecked")
6262
public static final ConstructingObjectParser<ComposableIndexTemplate, Void> PARSER = new ConstructingObjectParser<>("index_template",

0 commit comments

Comments
 (0)