-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19701. Remove invalid licenses field of hadoop-aliyun SBOM by upgrading cyclonedx to 2.9.1
#7990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
…s` field of `hadoop-aliyun` SBOM
cyclonedx to 2.9.1 to remove invalid licenses field of hadoop-aliyun SBOMcyclonedx to 2.9.1 to fix invalid hadoop-aliyun SBOM file
cyclonedx to 2.9.1 to fix invalid hadoop-aliyun SBOM filecyclonedx to 2.9.1 to remove invalid licenses field of hadoop-aliyun SBOM
cyclonedx to 2.9.1 to remove invalid licenses field of hadoop-aliyun SBOMlicenses field of hadoop-aliyun SBOM by upgradding cyclonedx to 2.9.1
slfan1989
approved these changes
Sep 23, 2025
licenses field of hadoop-aliyun SBOM by upgradding cyclonedx to 2.9.1licenses field of hadoop-aliyun SBOM by upgrading cyclonedx to 2.9.1
Member
Author
|
Thank you, @slfan1989 . |
|
💔 -1 overall
This message was automatically generated. |
Member
Author
|
All tests passes except |
Contributor
|
@dongjoon-hyun Thanks for the contribution! Merged into trunk. |
Member
Author
|
Thank you so much, @slfan1989 . |
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.
Description of PR
HADOOP-19701. Remove invalid licenses field of hadoop-aliyun SBOM by upgrading cyclonedx to 2.9.1.
This PR aims to improve
hadoop-aliyunSBOM by removing invalidlicensesfield via upgradingcyclonedxto 2.9.1.Technically,
SBOMscheme is going to be upgraded to1.6from1.4.According to the testing, it turns out that the empty license field of
aliyun-sdk-ossis considered invalid in the latest CycloneDX Schema 1.5 and 1.6. For example, this causes a parsing error when a downstream to try to validate it withSchema Version 1.6.Since all published
SBOMfiles ofhadoop-aliyunare in the same situation, we had better upgrade the plugin for next Apache Hadoop release.How was this patch tested?
After upgrading the plugin, this invalid empty license field will be removed like the following.
For code changes:
This is only a build dependency upgrade to bring the latest robust version.
LICENSE,LICENSE-binary,NOTICE-binaryfiles?