Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions server/src/main/java/org/elasticsearch/TransportVersions.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,7 @@ static TransportVersion def(int id) {
public static final TransportVersion BYTE_SIZE_VALUE_ALWAYS_USES_BYTES = def(9_015_0_00);
public static final TransportVersion ESQL_SERIALIZE_SOURCE_FUNCTIONS_WARNINGS = def(9_016_0_00);
public static final TransportVersion ESQL_DRIVER_NODE_DESCRIPTION = def(9_017_0_00);

/*
* WARNING: DO NOT MERGE INTO MAIN!
* This is the transport version used for all multi-project changes.
* This is above any possible transport version that could exist on main during multi-project branch development.
* We don't care about BwC during initial development. Before this code is merged into main,
* this variable needs to be changed to a regular transport version following the same rules as above.
*/
@FixForMultiProject
public static final TransportVersion MULTI_PROJECT = def(9_999_990);
public static final TransportVersion MULTI_PROJECT = def(9_018_0_00);

/*
* STOP! READ THIS FIRST! No, really,
Expand Down