slachiewicz opened a new pull request, #777: URL: https://github.com/apache/maven-indexer/pull/777
The leak warning now goes through SLF4J. A result set whose constructor throws (an artifact filter or postprocessor failing on the first hit) is marked cleaned up, since `DefaultSearchEngine` already releases its searcher, so it no longer produces a false "Lock leaking" warning from the Finalizer thread. The two tests that read an iterator partially now close it. Writing to the console from the Finalizer thread is what trips SUREFIRE-3460 (apache/maven-surefire#3460) in #776, which pins surefire 3.5.6 until 3.6.1 is released. -- 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]
