-
Notifications
You must be signed in to change notification settings - Fork 29
[MSHARED-1071] Drop maven 3.0 compatibility, Maven 3.2.5, Injects #10
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was rejected some time ago
What was rejected exactly ? The drop of legacy maven 3.0.x support ? |
Yes #6 |
Does this mean this artifact should be deprecated and somehow merged into maven-core ? Same as maven-artifact-transfer / maven-common-artifact-filters ? |
Something like https://github.com/gnodet/maven/tree/mat ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jira issue will be appreciated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look here: https://cwiki.apache.org/confluence/display/MAVEN/Maven+Ecosystem+Cleanup#MavenEcosystemCleanup-ResolverandMaven
Maven 3.1.1 comes with Aether not Resolver, does this matter?
@michael-o I would prefer aligning everything on using resolver, but that would mean moving the requirements to Maven 3.5.x. |
I don't disagree, in fact I would prefer to move ALL components to 3.5.4 after Maven 4.0.0-alpha-1 has been released, but consider that this is used in many other components, thus forcing them to update as well. :-( |
If we start defining a new API to hide the resolver, this component may simply be deprecated at some point. |
Who's actually using this component to estimate the impact? |
more or less usage report: https://mvnrepository.com/artifact/org.apache.maven.shared/maven-dependency-tree/usages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Connect with issue and go ...
I think that it is still valuable, @gnodet could you rebase and resolve conflicts ... if you don't have time I can take care about it. |
1123866
to
e351e84
Compare
e351e84
to
ee53955
Compare
Any remarks for it? |
cddccb3
to
600e094
Compare
docs also should be updated:
|
600e094
to
102c87f
Compare
Resolve #86 |
No description provided.