[
https://issues.apache.org/jira/browse/MSHARED-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17104293#comment-17104293
]
Karl Heinz Marbaise commented on MSHARED-856:
---------------------------------------------
At the moment we don't change the component even though the component has not
reached 1.0.0 state...We need fix other issues first.. After 1.0.0 we can make
a move to 2.X which than is a clean chance to remove support for 3.0...
> Require Maven 3.1 or later
> --------------------------
>
> Key: MSHARED-856
> URL: https://issues.apache.org/jira/browse/MSHARED-856
> Project: Maven Shared Components
> Issue Type: Dependency upgrade
> Components: maven-artifact-transfer
> Reporter: Elliotte Rusty Harold
> Priority: Major
>
> Can we remove support for pre-3.1 Mavens now? This is pulling in some really
> old dependencies I don't trust and would like to get rid of:
> {{}}{{ private MavenArtifactDeployer getMavenArtifactDeployer(
> ProjectBuildingRequest buildingRequest )}}
> {{ throws ComponentLookupException, ArtifactDeployerException}}
> {{ {}}
> {{ if ( isMaven31() )}}
> {{ {}}
> {{ org.eclipse.aether.RepositorySystem repositorySystem =}}
> {{ container.lookup( org.eclipse.aether.RepositorySystem.class );}}
> {{ org.eclipse.aether.RepositorySystemSession session =}}
> {{ (org.eclipse.aether.RepositorySystemSession) Invoker.invoke(
> buildingRequest, "getRepositorySession" );}}
> {{ return new Maven31ArtifactDeployer( repositorySystem, session );}}
> {{ }}}
> {{ else}}
> {{ {}}
> {{ org.sonatype.aether.RepositorySystem repositorySystem =}}
> {{ container.lookup( org.sonatype.aether.RepositorySystem.class );}}
> {{ org.sonatype.aether.RepositorySystemSession session =}}
> {{ (org.sonatype.aether.RepositorySystemSession) Invoker.invoke(
> buildingRequest, "getRepositorySession" );}}
> {{ return new Maven30ArtifactDeployer( repositorySystem, session );}}
> {{ }}}
> {{ }}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)