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 @@ -138,9 +138,9 @@ tasks.register("verifyVersions") {
138138 * after the backport of the backcompat code is complete.
139139 */
140140
141- boolean bwc_tests_enabled = false
141+ boolean bwc_tests_enabled = true
142142// place a PR link here when committing bwc changes:
143- String bwc_tests_disabled_issue = " https://github.com/elastic/elasticsearch/pull/76532 "
143+ String bwc_tests_disabled_issue = " "
144144/*
145145 * FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
146146 * 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 @@ -43,7 +43,7 @@ public class GetSnapshotsRequest extends MasterNodeRequest<GetSnapshotsRequest>
4343
4444 public static final Version PAGINATED_GET_SNAPSHOTS_VERSION = Version .V_7_14_0 ;
4545
46- public static final Version NUMERIC_PAGINATION_VERSION = Version .V_8_0_0 ;
46+ public static final Version NUMERIC_PAGINATION_VERSION = Version .V_7_15_0 ;
4747
4848 public static final int NO_LIMIT = -1 ;
4949
You can’t perform that action at this time.
0 commit comments