ajantha-bhat opened a new pull request, #11071: URL: https://github.com/apache/iceberg/pull/11071
`./gradlew clean build -x test -x integrationTest --no-build-cache` results in compile warnings for open-api module. <img width="1507" alt="Screenshot 2024-09-02 at 7 49 23 PM" src="https://github.com/user-attachments/assets/27a8f97e-8a48-45f9-812a-b7604de4eee7"> The reason is that new dependencies that are added in https://github.com/apache/iceberg/pull/10908 requires `apigurdian` during `testFixtureCompilation`. +--- org.junit.jupiter:junit-jupiter:5.10.1 -> 5.10.3 | +--- org.junit:junit-bom:5.10.3 | | +--- org.junit.jupiter:junit-jupiter:5.10.3 (c) | | +--- org.junit.jupiter:junit-jupiter-engine:5.10.3 (c) | | +--- org.junit.platform:junit-platform-commons:1.10.3 (c) | | +--- org.junit.platform:junit-platform-engine:1.10.3 (c) | | +--- org.junit.platform:junit-platform-suite-api:1.10.3 (c) | | +--- org.junit.platform:junit-platform-suite-engine:1.10.3 (c) | | +--- org.junit.jupiter:junit-jupiter-api:5.10.3 (c) | | \--- org.junit.jupiter:junit-jupiter-params:5.10.3 (c) | +--- org.junit.jupiter:junit-jupiter-api:5.10.3 | | +--- org.junit:junit-bom:5.10.3 (*) | | +--- org.opentest4j:opentest4j:1.3.0 | | +--- org.junit.platform:junit-platform-commons:1.10.3 | | | +--- org.junit:junit-bom:5.10.3 (*) | | | \--- org.apiguardian:apiguardian-api:1.1.2 | | \--- org.apiguardian:apiguardian-api:1.1.2 | \--- org.junit.jupiter:junit-jupiter-params:5.10.3 | +--- org.junit:junit-bom:5.10.3 (*) | +--- org.junit.jupiter:junit-jupiter-api:5.10.3 (*) | \--- org.apiguardian:apiguardian-api:1.1.2 +--- org.junit.jupiter:junit-jupiter-engine:5.10.1 -> 5.10.3 | +--- org.junit:junit-bom:5.10.3 (*) | +--- org.junit.platform:junit-platform-engine:1.10.3 | | +--- org.junit:junit-bom:5.10.3 (*) | | +--- org.opentest4j:opentest4j:1.3.0 | | +--- org.junit.platform:junit-platform-commons:1.10.3 (*) | | \--- org.apiguardian:apiguardian-api:1.1.2 | +--- org.junit.jupiter:junit-jupiter-api:5.10.3 (*) | \--- org.apiguardian:apiguardian-api:1.1.2 -- 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