rdblue commented on code in PR #12160:
URL: https://github.com/apache/iceberg/pull/12160#discussion_r1943787663


##########
spark/v3.5/spark-runtime/LICENSE:
##########
@@ -583,7 +467,7 @@ License text:
 
 This binary artifact contains code from Project Nessie.
 
-Copyright: 2020 Dremio Corporation.
+Copyright: 2015-2025 Dremio Corporation.

Review Comment:
   Nessie 0.102.5 also pulls in `microprofile-openapi-api` and I can confirm 
the classes are in the Jar.
   
   ```
   +--- project :iceberg-nessie
   |    +--- project :iceberg-api (*)
   |    +--- project :iceberg-common (*)
   |    +--- project :iceberg-core (*)
   |    +--- project :iceberg-bundled-guava
   |    +--- org.projectnessie.nessie:nessie-client:0.102.5
   |    |    +--- com.fasterxml.jackson.core:jackson-core -> 2.15.2 (*)
   |    |    +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.2 (*)
   |    |    +--- com.fasterxml.jackson.core:jackson-annotations -> 2.16.0 (*)
   |    |    +--- 
org.eclipse.microprofile.openapi:microprofile-openapi-api:4.0.2
   |    |    \--- org.projectnessie.nessie:nessie-model:0.102.5
   |    |         +--- com.fasterxml.jackson.core:jackson-databind -> 2.15.2 (*)
   |    |         \--- com.fasterxml.jackson.core:jackson-annotations -> 2.16.0 
(*)
   |    +--- com.fasterxml.jackson:jackson-bom:2.14.2 -> 2.16.0 (*)
   |    +--- com.fasterxml.jackson.core:jackson-core:2.14.2 -> 2.15.2 (*)
   |    \--- com.fasterxml.jackson.core:jackson-databind:2.14.2 -> 2.15.2 (*)
   ```
   
   This will need to add an entry for Microprofile (ALv2) and add its NOTICE 
content:
   
   ```
   =========================================================================
   ==  NOTICE file corresponding to section 4(d) of the Apache License,   ==
   ==  Version 2.0, in this case for MicroProfile OpenAPI                 ==
   =========================================================================
   
   The majority of this software were originally based on the following:
   * Swagger Core
     https://github.com/swagger-api/swagger-core
     under Apache License, v2.0
   
   
   SPDXVersion: SPDX-2.1
   PackageName: Eclipse MicroProfile
   PackageHomePage: http://www.eclipse.org/microprofile
   PackageLicenseDeclared: Apache-2.0
   
   PackageCopyrightText: <text>
   Arthur De Magalhaes arthu...@ca.ibm.com
   ```



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to