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/11/14 09:33:24 UTC

[GitHub] [maven-resolver] cstamas commented on pull request #219: [MRESOLVER-291] Undo params use

cstamas commented on PR #219:
URL: https://github.com/apache/maven-resolver/pull/219#issuecomment-1313372158

   > Currently, the Redisson or Hazelcast clients are only initiated when the specific lock is required, even if the JARs are on the CP. Does this change to the worse?
   
   That's not true, this is the ctor of support class https://github.com/apache/maven-resolver/blob/master/maven-resolver-named-locks-redisson/src/main/java/org/eclipse/aether/named/redisson/RedissonNamedLockFactorySupport.java#L53
   It creates cliean in ctor, that I guess, needs to be shut down.


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