-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Guava version to 31 and Flink to 1.18 #2463
Conversation
@maver1ck flink 1.18 already released |
@gtk96 PR rebased, let's check tests |
@gtk96 |
I read the log. I think you are right. There are other reasons for the error. cc @GOODBOY008 @ruanhang1993 |
Look forward to your good news. when upgrade to jdk17,so many Plug-ins need to upgrade |
@Kakaeex Were you able to compile this repo in Java 17 ? I'm using still Java 11 and Java 17 only for Flink jobs. |
@Jiabao-Sun |
The CI fails, it seems that we have ignored some newly added classes. By the way, can we add version 1.18 in the E2E test? |
@Jiabao-Sun |
OK. I think we have missing dependency on jdbc-connector_1.18.0.jar. |
We are blocked by apache/flink-connector-jdbc#76, but I'm trying to use flink jdbc 1.17 in IT. |
...ts/src/test/java/com/ververica/cdc/connectors/tests/utils/FlinkContainerTestEnvironment.java
Show resolved
Hide resolved
...ts/src/test/java/com/ververica/cdc/connectors/tests/utils/FlinkContainerTestEnvironment.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @maver1ck for the contribution , @gtk96 and @Jiabao-Sun for the review work, LGTM
Upgrade Guava to version 31 to get compatibility with Flink 1.18