You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "c00ler (via GitHub)" <gi...@apache.org> on 2023/04/21 13:22:08 UTC

[GitHub] [maven-resolver] c00ler opened a new pull request, #280: [MRESOLVER-352] - Duplicate METADATA_DOWNLOADING event is being sent

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

   Ensure that METADATA_DOWNLOADING event is sent only once in case the lock "upgrade" happens


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-resolver] cstamas merged pull request #280: [MRESOLVER-352] - Duplicate METADATA_DOWNLOADING event is being sent

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas merged PR #280:
URL: https://github.com/apache/maven-resolver/pull/280


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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


[GitHub] [maven-resolver] cstamas commented on pull request #280: [MRESOLVER-352] - Duplicate METADATA_DOWNLOADING event is being sent

Posted by "cstamas (via GitHub)" <gi...@apache.org>.
cstamas commented on PR #280:
URL: https://github.com/apache/maven-resolver/pull/280#issuecomment-1517836741

   Note: same thing for (similar) DefaultArtifactResolver is NOT happening, as there actual "work" is factored out into performDownloads method happening AFTER the locks upgrade happened (so event is sent only once, event pairs are ok there)


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

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