You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/02/07 11:17:00 UTC

[jira] [Commented] (MRESOLVER-319) Support parallel deploy

    [ https://issues.apache.org/jira/browse/MRESOLVER-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17685234#comment-17685234 ] 

ASF GitHub Bot commented on MRESOLVER-319:
------------------------------------------

cstamas opened a new pull request, #240:
URL: https://github.com/apache/maven-resolver/pull/240

   Make basic connector be able to perform parallel PUTs in very same manner as it did so far parallel GETs.
   
   Still, there is a "safety switch" to turn off this new feature that is ENABLED by default.
   
   Effects:
   * set threads to 1: GET and PUT are executed sequentially
   * set parallelPut to false: Behave as Maven 3.8.x line was
   * default: perform parallel GETs and PUTs
   
   ---
   
   https://issues.apache.org/jira/browse/MRESOLVER-319




> Support parallel deploy
> -----------------------
>
>                 Key: MRESOLVER-319
>                 URL: https://issues.apache.org/jira/browse/MRESOLVER-319
>             Project: Maven Resolver
>          Issue Type: New Feature
>          Components: Resolver
>            Reporter: Tamas Cservenak
>            Assignee: Tamas Cservenak
>            Priority: Major
>             Fix For: 1.9.5
>
>
> Basic connector is able to perform parallel fetches. In same way, connector should be improved to perform parallel uploads.
> The new feature should be "dormant" by default (as every new feature), but user should be able to enable it via configuration.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)