cstamas commented on code in PR #301: URL: https://github.com/apache/maven-resolver/pull/301#discussion_r1234938181
########## maven-resolver-named-locks-hazelcast/src/test/java/org/eclipse/aether/named/hazelcast/NamedLockFactoryAdapterTestSupport.java: ########## @@ -230,7 +231,7 @@ public void run() { chained.run(); } loser.await(); - } catch (IllegalStateException e) { + } catch (IllegalStateException | LockUpgradeNotSupportedException e) { loser.countDown(); Review Comment: This is test support class, not used in prod (a bit mutated but they originate from same code) -- 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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org