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 af23a39 commit becf303Copy full SHA for becf303
integ-test/build.gradle
@@ -44,7 +44,10 @@ apply plugin: 'java'
44
apply plugin: 'io.freefair.lombok'
45
apply plugin: 'com.wiredforcode.spawn'
46
47
-String baseVersion = "2.17.0"
+// The next major version is only API compat w/ the last minor of the previous major.
48
+// baseVersion need to roll-froward accordingly, as new 2.x of OpenSearch being released.
49
+// See: https://github.com/opensearch-project/OpenSearch/issues/3615
50
+String baseVersion = "2.19.0"
51
String bwcVersion = baseVersion + ".0";
52
String baseName = "sqlBwcCluster"
53
String bwcFilePath = "src/test/resources/bwc/"
0 commit comments