-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
[FLINK-31928][build] Upgrade okhttp3 to 4.11.0 #22498
Conversation
flink-kubernetes/pom.xml
Outdated
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.jetbrains.kotlin</groupId> |
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.
Excuse me, why introduce this package?
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.
Resolve kotlin version conflict used by okhttp3 4.x .
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.
LGTM
cf002e1
to
d6a76b2
Compare
@flinkbot run azure |
@flinkbot run azure |
What is the purpose of the change
This pull allow flink-kubernetes work correctly in k8s with ipv6 stack which described in https://issues.apache.org/jira/projects/FLINK/issues/FLINK-31928
Brief change log
Upgrade okhttp3 to version 4.11.0 and add required dependencies in flink-kubernetes.
Verifying this change
This change could be verified by the testNodePortService in Fabric8FlinkKubeClientTest.
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: (yes / no)Documentation