Skip to content

Commit

Permalink
[FLINK-33379] Bump Flink version on flink-connector-elasticsearch to …
Browse files Browse the repository at this point in the history
…include 1.18 support. This closes apache#78

* [FLINK-33379] Bump Flink version on flink-connector-elasticsearch to include 1.18 support. 

* pin commons-compress and snappy-java version

* update weekly.yml
  • Loading branch information
liyubin117 committed Oct 31, 2023
1 parent 5423d51 commit 6636b62
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
compile_and_test:
strategy:
matrix:
flink: [1.17.1, 1.18-SNAPSHOT]
flink: [1.17.1, 1.18.0, 1.19-SNAPSHOT]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
3 changes: 3 additions & 0 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
}, {
flink: 1.18-SNAPSHOT,
branch: main
}, {
flink: 1.19-SNAPSHOT,
branch: main
}, {
flink: 1.16.2,
branch: v3.0
Expand Down
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,20 @@ under the License.
<version>${log4j.version}</version>
</dependency>

<!-- For dependency convergence -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.24.0</version>
</dependency>

<!-- For dependency convergence -->
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.4</version>
</dependency>

<!-- For dependency convergence -->
<dependency>
<groupId>com.fasterxml.jackson</groupId>
Expand Down

0 comments on commit 6636b62

Please sign in to comment.