This is an automated email from the ASF dual-hosted git repository. gyfora pushed a commit to branch release-1.16 in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
commit f3f061366325eba89c1f5b5d9d5d722ce4fa35c5 Author: Mate Czagany <[email protected]> AuthorDate: Wed Aug 19 09:24:29 2026 +0200 [FLINK-40408] Fix NOTICE files to match dependencies (#1182) --- .../src/main/resources/META-INF/NOTICE | 10 ++++++++++ .../META-INF/licenses/LICENSE.checker-qual | 22 ++++++++++++++++++++++ flink-kubernetes-operator-api/pom.xml | 1 - .../src/main/resources/META-INF/NOTICE | 10 +++++++--- .../src/main/resources/META-INF/NOTICE | 2 +- pom.xml | 5 +++++ 6 files changed, 45 insertions(+), 5 deletions(-) diff --git a/flink-autoscaler-standalone/src/main/resources/META-INF/NOTICE b/flink-autoscaler-standalone/src/main/resources/META-INF/NOTICE index 1c6a67f0..b2ad5f7a 100644 --- a/flink-autoscaler-standalone/src/main/resources/META-INF/NOTICE +++ b/flink-autoscaler-standalone/src/main/resources/META-INF/NOTICE @@ -6,6 +6,11 @@ The Apache Software Foundation (http://www.apache.org/). This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) +- com.google.errorprone:error_prone_annotations:jar:2.36.0 +- com.google.guava:failureaccess:jar:1.0.2 +- com.google.guava:guava:jar:33.4.0-jre +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava +- com.google.j2objc:j2objc-annotations:jar:3.0.0 - com.squareup.okhttp3:okhttp:jar:4.12.0 - com.squareup.okio:okio-jvm:jar:3.6.0 - com.squareup.okio:okio:jar:3.6.0 @@ -38,3 +43,8 @@ See bundled license files for details. - com.esotericsoftware.kryo:kryo:2.24.0 - com.esotericsoftware.minlog:minlog:1.2 + +This project bundles the following dependencies under the MIT License. +See bundled license files for details. + +- org.checkerframework:checker-qual:jar:3.43.0 diff --git a/flink-autoscaler-standalone/src/main/resources/META-INF/licenses/LICENSE.checker-qual b/flink-autoscaler-standalone/src/main/resources/META-INF/licenses/LICENSE.checker-qual new file mode 100644 index 00000000..9837c6b6 --- /dev/null +++ b/flink-autoscaler-standalone/src/main/resources/META-INF/licenses/LICENSE.checker-qual @@ -0,0 +1,22 @@ +Checker Framework qualifiers +Copyright 2004-present by the Checker Framework developers + +MIT License: + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/flink-kubernetes-operator-api/pom.xml b/flink-kubernetes-operator-api/pom.xml index 88bc728a..ca61801d 100644 --- a/flink-kubernetes-operator-api/pom.xml +++ b/flink-kubernetes-operator-api/pom.xml @@ -84,7 +84,6 @@ under the License. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>${commons-lang3.version}</version> </dependency> <dependency> diff --git a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE index 50efa3ae..af4f88b9 100644 --- a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE +++ b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE @@ -53,7 +53,9 @@ This project bundles the following dependencies under the Apache Software Licens - io.fabric8:kubernetes-model-resource:jar:7.8.0 - io.fabric8:kubernetes-model-scheduling:jar:7.8.0 - io.fabric8:kubernetes-model-storageclass:jar:7.8.0 +- io.fabric8:kubernetes-httpclient-jdk:7.8.0 - io.fabric8:zjsonpatch:jar:7.8.0 +- io.github.java-diff-utils:java-diff-utils:4.17 - io.javaoperatorsdk:operator-framework-core:jar:5.5.0 - io.javaoperatorsdk:operator-framework:jar:5.5.0 - org.apache.commons:commons-compress:jar:1.26.0 @@ -63,7 +65,6 @@ This project bundles the following dependencies under the Apache Software Licens - org.apache.logging.log4j:log4j-1.2-api:jar:2.25.4 - org.apache.logging.log4j:log4j-api:jar:2.25.4 - org.apache.logging.log4j:log4j-core:jar:2.25.4 -- org.checkerframework:checker-qual:jar:3.43.0 - org.javassist:javassist:jar:3.24.0-GA - org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.8.21 - org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.8.21 @@ -77,11 +78,14 @@ This project bundles the following dependencies under the Apache Software Licens - org.xerial.snappy:snappy-java:jar:1.1.10.4 - org.yaml:snakeyaml:jar:2.5 - tools.profiler:async-profiler:jar:2.9 -- io.github.java-diff-utils:java-diff-utils:4.15 -- io.fabric8:kubernetes-httpclient-jdk:7.8.0 This project bundles the following dependencies under the BSD License. See bundled license files for details. - com.esotericsoftware.kryo:kryo:jar:2.24.0 - com.esotericsoftware.minlog:minlog:jar:1.2 + +This project bundles the following dependencies under the MIT License. +See bundled license files for details. + +- org.checkerframework:checker-qual:jar:3.43.0 diff --git a/flink-kubernetes-webhook/src/main/resources/META-INF/NOTICE b/flink-kubernetes-webhook/src/main/resources/META-INF/NOTICE index 1c039a46..382235be 100644 --- a/flink-kubernetes-webhook/src/main/resources/META-INF/NOTICE +++ b/flink-kubernetes-webhook/src/main/resources/META-INF/NOTICE @@ -6,4 +6,4 @@ The Apache Software Foundation (http://www.apache.org/). This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) -- io.javaoperatorsdk:kubernetes-webhooks-framework-core:jar:1.1.1 +- io.javaoperatorsdk:kubernetes-webhooks-framework-core:jar:3.0.0 diff --git a/pom.xml b/pom.xml index 8da0c1c6..a5415939 100644 --- a/pom.xml +++ b/pom.xml @@ -136,6 +136,11 @@ under the License. <scope>import</scope> <version>2.21.5</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>${commons-lang3.version}</version> + </dependency> <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId>
