exceptionfactory opened a new pull request, #8029: URL: https://github.com/apache/nifi/pull/8029
# Summary [NIFI-12373](https://issues.apache.org/jira/browse/NIFI-12373) Adds `LICENSE` and `NOTICE` files to `nifi-standard-shared-nar` which were not present in the initial version. These files follow the recommendations from the [Assembling LICENSE and NOTICE files](https://infra.apache.org/licensing-howto.html) on Apache Infrastructure documentation. The `LICENSE` includes the standard Apache Software License Version 2 and the MIT License for the Bouncy Castle and Checker Framework libraries. The `NOTICE` enumerates all dependencies. Most of the dependencies are licensed under ASLv2 and do not have explicit notices, but are listed for completeness. This addition should be applied to both the main and support branches. The current contents of the `nifi-standard-shared-nar` is as follows: ``` annotations-13.0.jar bcpkix-jdk18on-1.76.jar bcprov-jdk18on-1.76.jar bcutil-jdk18on-1.76.jar caffeine-3.1.8.jar checker-qual-3.37.0.jar commons-codec-1.16.0.jar commons-compress-1.24.0.jar commons-io-2.15.0.jar commons-lang3-3.13.0.jar commons-net-3.10.0.jar commons-text-1.11.0.jar error_prone_annotations-2.21.1.jar jackson-annotations-2.15.3.jar jackson-core-2.15.3.jar jackson-databind-2.15.3.jar kotlin-stdlib-1.9.10.jar kotlin-stdlib-common-1.9.10.jar kotlin-stdlib-jdk7-1.9.10.jar kotlin-stdlib-jdk8-1.9.10.jar netty-buffer-4.1.100.Final.jar netty-codec-4.1.100.Final.jar netty-common-4.1.100.Final.jar netty-handler-4.1.100.Final.jar netty-resolver-4.1.100.Final.jar netty-transport-4.1.100.Final.jar netty-transport-native-unix-common-4.1.100.Final.jar okhttp-4.12.0.jar okio-3.6.0.jar okio-jvm-3.6.0.jar ``` # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue created ### Pull Request Tracking - [X] Pull Request title starts with Apache NiFi Jira issue number, such as `NIFI-00000` - [X] Pull Request commit message starts with Apache NiFi Jira issue number, as such `NIFI-00000` ### Pull Request Formatting - [X] Pull Request based on current revision of the `main` branch - [X] Pull Request refers to a feature branch with one commit containing changes # Verification Please indicate the verification steps performed prior to pull request creation. ### Build - [ ] Build completed using `mvn clean install -P contrib-check` - [ ] JDK 21 ### Licensing - [ ] New dependencies are compatible with the [Apache License 2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License Policy](https://www.apache.org/legal/resolved.html) - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` files ### Documentation - [ ] Documentation formatting appears as expected in rendered files -- 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]
