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-43229: [Java] Update Maven project info #43231

Merged
merged 7 commits into from
Jul 17, 2024

Conversation

laurentgo
Copy link
Collaborator

@laurentgo laurentgo commented Jul 11, 2024

Rationale for this change

Some Maven modules are missing project information like the website url, the mailing lists, and scm and issues url

Other may have incorrect links because of the way Maven interpolates those values at build time

What changes are included in this PR?

Update/Fix Maven project information for all modules:

  • Add project url, mailing lists, scm and issueManagement information to bom and maven parent modules
  • Fix top-level parent by preventing Maven to rewrite project url, and scm connections/urls based on the module hierarchy
  • Change project.scm.tag to main and update version change script to also change the tag value to apache-arrow-${version}

Are these changes tested?

CI/CD only

Are there any user-facing changes?

No

Some Maven modules are missing project information like the website url,
the mailing lists, and scm and issues url

Other may have incorrect links because of the way Maven interpolates
those values at build tim

Update/Fix Maven project information for all modules:
* Add project url, mailing lists, scm and issueManagement information to
  bom and maven parent modules
* Fix top-level parent by preventing Maven to rewrite project url, and
  scm connections/urls based on the module hierarchy
* Change project.scm.tag to `main` and update version change script to
  also change the tag value to `apache-arrow-${version}`
Copy link

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

@lidavidm
Copy link
Member

It seems the tests for the version bump fail now, though

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Jul 12, 2024
@laurentgo
Copy link
Collaborator Author

Yes, a test I didn't know about is failing (which is good, I was worried about the release scripts to not be tested). I will go and fix it

@laurentgo
Copy link
Collaborator Author

@github-actions crossbow submit -g java

Copy link

Revision: 3760b03

Submitted crossbow builds: ursacomputing/crossbow @ actions-ffaf5df326

Task Status
java-jars GitHub Actions
test-conda-python-3.10-spark-v3.5.0 GitHub Actions
test-conda-python-3.11-spark-master GitHub Actions
test-conda-python-3.8-spark-v3.5.0 GitHub Actions
verify-rc-source-java-linux-almalinux-8-amd64 GitHub Actions
verify-rc-source-java-linux-conda-latest-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-20.04-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-22.04-amd64 GitHub Actions
verify-rc-source-java-macos-amd64 GitHub Actions

@lidavidm
Copy link
Member

CC @kou for the release scripts

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

java/bom/pom.xml Outdated Show resolved Hide resolved
java/bom/pom.xml Outdated Show resolved Hide resolved
java/maven/pom.xml Outdated Show resolved Hide resolved
java/pom.xml Outdated Show resolved Hide resolved
@github-actions github-actions bot added awaiting review Awaiting review awaiting changes Awaiting changes and removed awaiting merge Awaiting merge labels Jul 16, 2024
@github-actions github-actions bot added awaiting review Awaiting review and removed awaiting review Awaiting review awaiting changes Awaiting changes labels Jul 16, 2024
@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Jul 16, 2024
@lidavidm lidavidm merged commit de17643 into apache:main Jul 17, 2024
18 checks passed
@lidavidm lidavidm removed the awaiting committer review Awaiting committer review label Jul 17, 2024
@github-actions github-actions bot added the awaiting merge Awaiting merge label Jul 17, 2024
@laurentgo laurentgo deleted the laurentgo/update-maven-project-info branch July 17, 2024 02:10
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit de17643.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them.

@vibhatha
Copy link
Collaborator

@github-actions crossbow submit -g java-jars

Copy link

Invalid group(s) {'java-jars'}. Must be one of {'fuzz', 'nightly-packaging', 'nightly-release', 'cpp', 'homebrew', 'java', 'verify-rc-wheels', 'go', 'example', 'nightly', 'linux', 'verify-rc', 'linux-arm64', 'r', 'packaging', 'conan', 'nightly-tests', 'example-python', 'verify-rc-source-linux', 'verify-rc-source-macos', 'c-glib', 'verify-rc-binaries', 'example-cpp', 'wheel', 'verify-rc-source', 'vcpkg', 'verify-rc-jars', 'test', 'python', 'conda', 'integration', 'ruby', 'linux-amd64'}
The Archery job run can be found at: https://github.com/apache/arrow/actions/runs/10058030277

@vibhatha
Copy link
Collaborator

@github-actions crossbow submit -g java

Copy link

Revision: 8cce783

Submitted crossbow builds: ursacomputing/crossbow @ actions-41dd059f6a

Task Status
java-jars GitHub Actions
test-conda-python-3.10-spark-v3.5.0 GitHub Actions
test-conda-python-3.11-spark-master GitHub Actions
test-conda-python-3.8-spark-v3.5.0 GitHub Actions
verify-rc-source-java-linux-almalinux-8-amd64 GitHub Actions
verify-rc-source-java-linux-conda-latest-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-20.04-amd64 GitHub Actions
verify-rc-source-java-linux-ubuntu-22.04-amd64 GitHub Actions
verify-rc-source-java-macos-amd64 GitHub Actions

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.

4 participants