Skip to content

Conversation

@kou
Copy link
Member

@kou kou commented Apr 12, 2023

Rationale for this change

CyctloneDX Maven plugin 2.7.3 doesn't work with recent Apache Maven.

What changes are included in this PR?

It may fix the "UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible" error.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@kou kou requested a review from lidavidm as a code owner April 12, 2023 23:44
@kou
Copy link
Member Author

kou commented Apr 12, 2023

@github-actions crossbow submit java-jars

@github-actions
Copy link

@github-actions
Copy link

⚠️ GitHub issue #35086 has been automatically assigned in GitHub to PR creator.

@github-actions
Copy link

Revision: b5124d1acadf6b9856078629079c1c1ee74f1353

Submitted crossbow builds: ursacomputing/crossbow @ actions-f79fb1f928

Task Status
java-jars Github Actions

kou added 2 commits April 13, 2023 13:46
It may fix the "UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible"
error.
@kou kou force-pushed the java-jni-cyclonedx-version branch from b5124d1 to bc729c7 Compare April 13, 2023 04:47
@kou kou requested review from assignUser and raulcd as code owners April 13, 2023 04:47
@kou
Copy link
Member Author

kou commented Apr 13, 2023

@github-actions crossbow submit java-jars

@github-actions
Copy link

Revision: bc729c7

Submitted crossbow builds: ursacomputing/crossbow @ actions-a098f12f0e

Task Status
java-jars Github Actions

@kou
Copy link
Member Author

kou commented Apr 13, 2023

+1

@kou kou merged commit 6432a23 into apache:main Apr 13, 2023
@kou kou deleted the java-jni-cyclonedx-version branch April 13, 2023 08:32
@dongjoon-hyun
Copy link
Member

Thank you, @kou !

Fokko pushed a commit to apache/parquet-java that referenced this pull request Apr 13, 2023
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)
a0x8o added a commit to a0x8o/parquet-mr that referenced this pull request Apr 13, 2023
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)
@kou
Copy link
Member Author

kou commented Apr 14, 2023

@dongjoon-hyun Thanks for your help!

@ursabot
Copy link

ursabot commented Apr 15, 2023

Benchmark runs are scheduled for baseline = 3bd57e3 and contender = 6432a23. 6432a23 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed] test-mac-arm
[Finished ⬇️5.36% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️1.05% ⬆️0.12%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] 6432a238 ec2-t3-xlarge-us-east-2
[Failed] 6432a238 test-mac-arm
[Finished] 6432a238 ursa-i9-9960x
[Finished] 6432a238 ursa-thinkcentre-m75q
[Finished] 3bd57e35 ec2-t3-xlarge-us-east-2
[Failed] 3bd57e35 test-mac-arm
[Finished] 3bd57e35 ursa-i9-9960x
[Finished] 3bd57e35 ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

@ursabot
Copy link

ursabot commented Apr 15, 2023

['Python', 'R'] benchmarks have high level of regressions.
ursa-i9-9960x

raulcd pushed a commit that referenced this pull request Apr 17, 2023
### Rationale for this change

CyctloneDX Maven plugin 2.7.3 doesn't work with recent Apache Maven.

### What changes are included in this PR?

It may fix the "UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible" error.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #35086

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
liujiacheng777 pushed a commit to LoongArch-Python/arrow that referenced this pull request May 11, 2023
…ache#35092)

### Rationale for this change

CyctloneDX Maven plugin 2.7.3 doesn't work with recent Apache Maven.

### What changes are included in this PR?

It may fix the "UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible" error.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#35086

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this pull request May 15, 2023
…ache#35092)

### Rationale for this change

CyctloneDX Maven plugin 2.7.3 doesn't work with recent Apache Maven.

### What changes are included in this PR?

It may fix the "UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible" error.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#35086

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
…ache#35092)

### Rationale for this change

CyctloneDX Maven plugin 2.7.3 doesn't work with recent Apache Maven.

### What changes are included in this PR?

It may fix the "UTF-8 BOM plus xml decl of ISO-8859-1 is incompatible" error.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#35086

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants