-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
Thank you, @slfan1989 . |
💔 -1 overall
This message was automatically generated. |
All tests passes except |
@dongjoon-hyun Thanks for the contribution! Merged into trunk. |
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-aliyun
SBOM by removing invalidlicenses
field via upgradingcyclonedx
to 2.9.1.Technically,
SBOM
scheme is going to be upgraded to1.6
from1.4
.According to the testing, it turns out that the empty license field of
aliyun-sdk-oss
is 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
SBOM
files ofhadoop-aliyun
are 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-binary
files?