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

Resolver updates #1495

Merged
merged 2 commits into from
May 2, 2024
Merged

Resolver updates #1495

merged 2 commits into from
May 2, 2024

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented May 2, 2024

  • Resolver updates
  • Remove a few other references

@gnodet gnodet added this to the 4.0.0-beta-1 milestone May 2, 2024
@gnodet gnodet requested a review from cstamas May 2, 2024 12:46
@@ -116,17 +116,6 @@ public Artifact setVersion(String version) {
return new RelocatedArtifact(artifact, groupId, artifactId, classifier, extension, version, message);
}

@Deprecated
@Override
public Artifact setFile(File file) {
Copy link
Member

Choose a reason for hiding this comment

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

This will break compat, no?

Copy link
Member

Choose a reason for hiding this comment

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

maven-resolver-provider RelocatedArtifact is present in mvn3 as well, I mean "binary compat"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Mmh, not sure, as a default implementation is provided by AbstractArtifact... ?

Copy link
Contributor Author

@gnodet gnodet May 2, 2024

Choose a reason for hiding this comment

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

I've reverted the removal of the two setFile() methods to be safe.

@gnodet gnodet requested a review from cstamas May 2, 2024 15:16
@gnodet gnodet merged commit febfd2b into apache:master May 2, 2024
13 checks passed
@gnodet gnodet deleted the resolver-updates branch July 12, 2024 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants