valepakh opened a new pull request, #6716: URL: https://github.com/apache/ignite-3/pull/6716
https://issues.apache.org/jira/browse/IGNITE-26472 This PR introduce a couple of new tasks, most useful are `generateLicenseReport` and `checkLicense`. First one generates a HTML license report in the root `build/reports/dependency-license/index.html` directory, which lists all the dependencies grouped by the license type. Second checks all dependencies' licenses against the allowed licenses list. The only notable exception in this list is a license for the `javax.cache` library, which is erroneously reported as a `JSR-000107 JCACHE 2.9 Public Review - Updated Specification License`. In fact it is an error in the [pom](https://repo1.maven.org/maven2/javax/cache/cache-api/1.0.0/cache-api-1.0.0.pom) file, the actual license is an Apache 2.0 -- 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]
