Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jun 17, 2024

What changes were proposed in this pull request?

This PR aims to upgrade Maven to 3.9.8.

Why are the changes needed?

Release Note:

  • https://maven.apache.org/docs/3.9.8/release-notes.html

    Bug fixes ranges from restored ability (lost in 3.9.7) to build some project that depends on artifact with invalid POMs, OS profile activation issues and many other minor but annoying bugs. The “known issue” (bug) from 3.9.7, MNG-8116 was fixed as well. As part of fix Eclipse Sisu is updated to version 0.9.0.M3, that carries ASM 9.7 (Java 23).

Bug Fixes:

  • MNG-7758: o.e.aether.resolution.ArtifactResolutionException incorrectly examined when multiple repositories are involved
  • MNG-8066: Maven hangs on self-referencing exceptions
  • MNG-8116: Plugin configuration can randomly fail in case of method overloading as it doesn't take into account implementation attribute
  • MNG-8131: Property replacement in dependency pom no longer works
  • MNG-8135: Profile activation based on OS properties is no longer case insensitive
  • MNG-8142: If JDK profile activator gets "invalid" JDK version for whatever reason, it chokes but does not tell why
  • MNG-8147: Profile interpolation broke their evaluation in case of duplicate IDs

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

Copy link
Contributor

@huaxingao huaxingao left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the PR!

@dongjoon-hyun
Copy link
Member Author

Merged to master for Apache Spark 4.0.0.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-48645 branch June 17, 2024 19:09
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.

2 participants