wangyang0918 opened a new pull request, #221: URL: https://github.com/apache/flink-kubernetes-operator/pull/221
The `flink-kubernetes-shaded-*.jar` does not have a correct NOTICE before. e05ee2c84d91f84442ecec761633d93217d272eb fixes this. This commit also removes the explicit flink dependencies from NOTICE since it will be automatically merged by `ApacheNoticeResourceTransformer`. This PR then introduces the bundled collected NOTICE and licenses. They are located under `/flink-kubernetes-opeartor` in the docker image. Now they could be very easily found. ``` flink@flink-kubernetes-operator-68f9d986c5-2rbv4:/flink-kubernetes-operator$ pwd /flink-kubernetes-operator flink@flink-kubernetes-operator-68f9d986c5-2rbv4:/flink-kubernetes-operator$ ls -l total 122920 -rw-r--r-- 1 root root 62061 May 15 01:33 NOTICE -rw-r--r-- 1 flink flink 112844594 May 15 01:33 flink-kubernetes-operator-1.0-SNAPSHOT-shaded.jar -rw-r--r-- 1 flink flink 12911296 May 15 01:32 flink-kubernetes-shaded-1.0-SNAPSHOT.jar -rw-r--r-- 1 flink flink 34682 May 15 01:33 flink-kubernetes-webhook-1.0-SNAPSHOT.jar drwxr-xr-x 2 root root 4096 May 15 01:37 licenses ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
