mirror of
https://github.com/apache/maven.git
synced 2025-02-08 02:59:22 +00:00
Set resolver executor thread context classloader to null by default. This allows collection of class realms that triggered thread creation (one of plugin realms, typically). Use Disposable#dispose to shutdown resolver executor server, remove now redundant #finilaze() implementation. Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>