You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/05/02 11:23:23 UTC

[GitHub] [maven-resolver] cstamas opened a new pull request #104: [MRESOLVER-153] Move out from ResolveTask read/writes

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


   https://issues.apache.org/jira/browse/MRESOLVER-153
   
   Move out from ResolveTask the read/write of resolver-status.properties
   file, perform those serially in caller thread context instead.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-resolver] asfgit closed pull request #104: [MRESOLVER-153] Move out from ResolveTask read/writes

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #104:
URL: https://github.com/apache/maven-resolver/pull/104


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-resolver] michael-o commented on a change in pull request #104: [MRESOLVER-153] Move out from ResolveTask read/writes

Posted by GitBox <gi...@apache.org>.
michael-o commented on a change in pull request #104:
URL: https://github.com/apache/maven-resolver/pull/104#discussion_r625320523



##########
File path: maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/DefaultMetadataResolver.java
##########
@@ -323,6 +323,9 @@ else if ( exception == null )
                         session.getLocalRepositoryManager().getPathForRemoteMetadata(
                                 metadata, request.getRepository(), request.getRequestContext() ) );
 
+                metadataDownloading(

Review comment:
       Maybe this could appear later, but doesn't really matter for the moment.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org