-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-42382][BUILD] Upgrade cyclonedx-maven-plugin to 2.7.6
#40726
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
Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @LuciferYang .
Since you've been investigating this so far, I made a PR with your main-authorship.
|
R failure on AppVeyor is irrelevant to this PR. |
|
Could you review this PR, @viirya ? I verified manually. |
|
Merged to master. |
|
Hm, for some reasons, it shows @LuciferYang as a primary author. I manually changed it to @dongjoon-hyun. |
|
Oh, it was intentional #40726 (review), but thank you! Thank you, @HyukjinKwon and @viirya ! |
|
late LGTM ~ Thanks @dongjoon-hyun and all ~ |
|
this working OK on the latest maven releases that homebrew is pushing out? |
|
To @steveloughran , this is done independently from Maven. |
This PR aims to upgrade `cyclonedx-maven-plugin` from `2.7.3` to `2.7.6` to bring the latest bug fixes. - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.6 - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.5 - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.4 Historically, there was some issue reports on the previous versions with the latest Maven. - apache/spark#40065 - apache/arrow#35086 Now, 2.7.6 is verified in Apache Spark, ORC, Arrow community as of today. - [ORC-1407: Upgrade cyclonedx-maven-plugin to 2.7.6](apache/orc#1463) - [SPARK-42382: Upgrade cyclonedx-maven-plugin to 2.7.6](apache/spark#40726) - [GH-35086: Upgrade CycloneDX Maven plugin version](apache/arrow#35092)
This PR aims to upgrade `cyclonedx-maven-plugin` from `2.7.3` to `2.7.6` to bring the latest bug fixes. - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.6 - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.5 - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.4 Historically, there was some issue reports on the previous versions with the latest Maven. - apache/spark#40065 - apache/arrow#35086 Now, 2.7.6 is verified in Apache Spark, ORC, Arrow community as of today. - [ORC-1407: Upgrade cyclonedx-maven-plugin to 2.7.6](apache/orc#1463) - [SPARK-42382: Upgrade cyclonedx-maven-plugin to 2.7.6](apache/spark#40726) - [GH-35086: Upgrade CycloneDX Maven plugin version](apache/arrow#35092)
### What changes were proposed in this pull request? This pr aims upgrade `cyclonedx-maven-plugin` to 2.7.6 for Apache Spark 3.5.0. ### Why are the changes needed? The release notes as follows: - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.4 - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.5 - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.6 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass GitHub Actions. - Manual check the `cyclonedx.xml` file can be generated normally. Closes apache#40726 from dongjoon-hyun/SPARK-42382. Lead-authored-by: Dongjoon Hyun <[email protected]> Co-authored-by: yangjie01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
What changes were proposed in this pull request?
This pr aims upgrade
cyclonedx-maven-pluginto 2.7.6 for Apache Spark 3.5.0.Why are the changes needed?
The release notes as follows:
Does this PR introduce any user-facing change?
No
How was this patch tested?
cyclonedx.xmlfile can be generated normally.