Gyula Fora created FLINK-28892: ---------------------------------- Summary: Update NOTICE for flink-kubernetes-operator 1.1.1 Key: FLINK-28892 URL: https://issues.apache.org/jira/browse/FLINK-28892 Project: Flink Issue Type: Improvement Components: Kubernetes Operator Affects Versions: kubernetes-operator-1.1.1 Reporter: Gyula Fora Fix For: kubernetes-operator-1.1.1
We should update the NOTICE file in the flink-kubernetes-operator subproject as the okhttp changes introduced a few things. To get the list of dependencies: {code:java} mvn clean install -DskipTests -pl flink-kubernetes-operator | grep Including | grep -v org.apache.flink | cut -d' ' -f3 | sort{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)