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 2022/10/27 12:08:55 UTC

[GitHub] [maven-resolver] cstamas opened a new pull request, #209: [MRESOLVER-278] On session close reworked

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

   Key changes:
   * It is not session to register handlers against, but RepositorySystem
   * DefaultRepositorySystemSession class deprecated, but will work as intended with a slight semantic change (it's handlers are executed on repo system shutdown)
   * introduced MutableRepositorySystemSession and used instead, session creation should be done using RepositorySystem and handle it as a resource
   * locking: partially undo PR #196, but do not use System properties but container injecter parameters instead (works with SISU only!)


-- 
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 #209: [MRESOLVER-278] On repository system shutdown

Posted by GitBox <gi...@apache.org>.
cstamas merged PR #209:
URL: https://github.com/apache/maven-resolver/pull/209


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