You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2022/08/09 11:09:00 UTC

[jira] [Created] (FLINK-28892) Update NOTICE for flink-kubernetes-operator 1.1.1

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)