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 0a55e0a commit 231c884Copy full SHA for 231c884
build.gradle
@@ -140,9 +140,9 @@ tasks.register("verifyVersions") {
140
* after the backport of the backcompat code is complete.
141
*/
142
143
-boolean bwc_tests_enabled = false
+boolean bwc_tests_enabled = true
144
// place a PR link here when committing bwc changes:
145
-String bwc_tests_disabled_issue = "https://github.com/elastic/elasticsearch/pull/78180"
+String bwc_tests_disabled_issue = ""
146
/*
147
* FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
148
* JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable
0 commit comments