Catalog Migrator: Fix META-INF legal files and exclude Hadoop webapps - #270
Merged
Conversation
ajantha-bhat
commented
Sep 8, 2026
| Version 2.0, January 2004 | ||
| http://www.apache.org/licenses/ | ||
|
|
||
| TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
ajantha-bhat
force-pushed
the
codex/catalog-migrator-meta-inf-legal-files
branch
from
September 8, 2026 12:59
24e84fe to
e7f8200
Compare
Member
Author
Member
Author
dimas-b
approved these changes
Sep 10, 2026
Member
|
I'm reviewing it now. |
jbonofre
requested changes
Sep 10, 2026
Member
Author
|
@jbonofre: Thanks for the review. Please take another look. Locally verified that no empty gradle folder exist now. I will fix the same in polaris main repo also. |
6 tasks
jbonofre
approved these changes
Sep 10, 2026
jbonofre
merged commit Sep 10, 2026
35898ec
into
apache:release/iceberg-catalog-migrator/1.1.0
2 checks passed
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This addresses the 1.1.0 RC0 vote feedback about missing META-INF/LICENSE and META-INF/NOTICE files in the API artifacts and the bundled jquery.jstree.js resource.
The JAR-specific legal files follow the approach used by Apache Polaris and avoid including distribution-only Gradle wrapper licensing in Maven artifacts.
Verification
The standalone spotlessKotlinCheck task is currently blocked locally by a ktfmt Parser initialization error affecting all buildSrc Kotlin files.