Uh oh!
There was an error while loading. Please reload this page.
[SPARK-42382][BUILD] Upgrade cyclonedx-maven-plugin to 2.7.6 - #40726
[SPARK-42382][BUILD] Upgrade cyclonedx-maven-plugin to 2.7.6#40726dongjoon-hyun wants to merge 2 commits into
cyclonedx-maven-plugin to 2.7.6#40726Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Hi, @LuciferYang .
Since you've been investigating this so far, I made a PR with your main-authorship.
dongjoon-hyun
commented
Apr 10, 2023
R failure on AppVeyor is irrelevant to this PR. |
dongjoon-hyun
commented
Apr 10, 2023
Could you review this PR, @viirya ? I verified manually. |
HyukjinKwon
commented
Apr 10, 2023
Merged to master. |
HyukjinKwon
commented
Apr 10, 2023
Hm, for some reasons, it shows @LuciferYang as a primary author. I manually changed it to @dongjoon-hyun. |
dongjoon-hyun
commented
Apr 10, 2023
Oh, it was intentional #40726 (review), but thank you! Thank you, @HyukjinKwon and @viirya ! |
LuciferYang
commented
Apr 11, 2023
late LGTM ~ Thanks @dongjoon-hyun and all ~ |
steveloughran
commented
Apr 11, 2023
this working OK on the latest maven releases that homebrew is pushing out? |
dongjoon-hyun
commented
Apr 11, 2023
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. Closesapache#40726 from dongjoon-hyun/SPARK-42382. Lead-authored-by: Dongjoon Hyun <dongjoon@apache.org> Co-authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
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.