File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
server/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/get Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ tasks.register("verifyVersions") {
132132 * after the backport of the backcompat code is complete.
133133 */
134134
135- boolean bwc_tests_enabled = false
135+ boolean bwc_tests_enabled = true
136136// place a PR link here when committing bwc changes:
137- String bwc_tests_disabled_issue = " https://github.com/elastic/elasticsearch/pull/79318 "
137+ String bwc_tests_disabled_issue = " "
138138/*
139139 * FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
140140 * JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public class GetSnapshotsRequest extends MasterNodeRequest<GetSnapshotsRequest>
4242
4343 public static final Version SLM_POLICY_FILTERING_VERSION = Version .V_7_16_0 ;
4444
45- public static final Version FROM_SORT_VALUE_VERSION = Version .V_8_0_0 ;
45+ public static final Version FROM_SORT_VALUE_VERSION = Version .V_7_16_0 ;
4646
4747 public static final Version MULTIPLE_REPOSITORIES_SUPPORT_ADDED = Version .V_7_14_0 ;
4848
You can’t perform that action at this time.
0 commit comments