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

   ### Summary of Fixes
   
   1. **[#1990](https://github.com/apache/maven-resolver/issues/1990)**: 
`ChainedRepositoryListener` and `ChainedTransferListener` now log exceptions 
from listeners at WARNING level in `handleError()` instead of silently 
swallowing them. Added unit tests verifying that an exception in one listener 
does not disrupt delivery to subsequent listeners in the multicast chain.
   2. **[#1992](https://github.com/apache/maven-resolver/issues/1992)**: 
Refactored `DefaultArtifactResolver` and `DefaultMetadataResolver` to eliminate 
redundant internal/finally `SyncContext.close()` calls, ensuring `SyncContext` 
instances are closed strictly once. Added unit test 
`testSyncContextIsClosedExactlyOnce` verifying single-close lifecycle.
   3. **[#1350](https://github.com/apache/maven-resolver/issues/1350) 
([MRESOLVER-674])**: Seeded `Random` in 
`GenericVersionTest.testCompareUuidRandom` with a fixed seed to ensure 
deterministic, reproducible test runs across CI environments.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to