Skip to content
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

GH-35086: Upgrade cyclonedx-maven-plugin to 2.7.6 #35094

Closed
wants to merge 1 commit into from
Closed

GH-35086: Upgrade cyclonedx-maven-plugin to 2.7.6 #35094

wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Apr 13, 2023

Rationale for this change

To fix the reported arrow-vector module cyclonedx error,

$ mvn clean package -DskipTests --pl vector --am
...
[INFO] --- cyclonedx:2.7.3:makeBom (default) @ arrow-vector ---
[INFO] CycloneDX: Parameters
[INFO] ------------------------------------------------------------------------
[INFO] schemaVersion          : 1.4
[INFO] includeBomSerialNumber : true
[INFO] includeCompileScope    : true
[INFO] includeProvidedScope   : true
[INFO] includeRuntimeScope    : true
[INFO] includeTestScope       : false
[INFO] includeSystemScope     : true
[INFO] includeLicenseText     : false
[INFO] outputReactorProjects  : true
[INFO] outputFormat           : all
[INFO] outputName             : bom
[INFO] ------------------------------------------------------------------------
[INFO] CycloneDX: Resolving Dependencies
[ERROR] An error occurred attempting to read POM
org.codehaus.plexus.util.xml.pull.XmlPullParserException: UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible (position: START_DOCUMENT seen <?xml version="1.0" encoding="ISO-8859-1"... @1:42)

What changes are included in this PR?

Upgrade cyclonedx-maven-plugin to the latest one, 2.7.6.

Are these changes tested?

Are there any user-facing changes?

@github-actions
Copy link

@kou
Copy link
Member

kou commented Apr 13, 2023

Ah, sorry. I was already trying this: #35092

@kou kou closed this Apr 13, 2023
@dongjoon-hyun
Copy link
Member Author

Oh, sorry. Thank you for fixing that!

@dongjoon-hyun
Copy link
Member Author

Then, please let me know if you need further assitance. Good luck. :)

@dongjoon-hyun
Copy link
Member Author

FYI, as I wrote in the PR description, Apache ORC and Spark verified this plugin and are using it now.

@kou
Copy link
Member

kou commented Apr 13, 2023

Thanks!!!

@dongjoon-hyun dongjoon-hyun deleted the GH-35086 branch April 14, 2023 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Java][CI] Failed to generate SBOM by CycloneDX
2 participants