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

Maven 4.0.0 compatibility fixes #24257

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Maven 4.0.0 compatibility fixes #24257

merged 2 commits into from
Nov 26, 2024

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Nov 26, 2024

This fixes some ambiguous dependencies due to improved maven resolver.

Description

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`issuenumber`)

@wendigo wendigo requested a review from losipiuk November 26, 2024 07:38
@github-actions github-actions bot added the iceberg Iceberg connector label Nov 26, 2024
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<scope>runtime</scope>
Copy link
Member

Choose a reason for hiding this comment

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

Doesn't any of google-sheets plugin dependency doesn't expose it explicitly ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maven 4.0 has a fully transitive resolver but it doesn't seem to pick this dependency. Maybe it's excluded elsewhere

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Anyway, please review, it works on both 3.9 and 4.0.0-rc1

@wendigo wendigo requested a review from Praveen2112 November 26, 2024 08:57
@wendigo wendigo merged commit 0fa5f7b into master Nov 26, 2024
44 checks passed
@wendigo wendigo deleted the serafin/4.0.0-compat-fixes branch November 26, 2024 09:08
@github-actions github-actions bot added this to the 466 milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

3 participants