Christoph Läubrich opened MNG-7402 and commented
|
BuilderCommon.attachToThread( project ); // Not totally sure if this is needed for anything |
Her there is attachToThread called but never detached. This seems to be a leak, at least the threads current contextclassloader is never restored.
Affects: 3.8.4
Issue Links:
- MNG-7429 The classloader containing build extensions should be used throughout the build
("causes")
Remote Links:
Backported to: 4.0.0-alpha-2, 3.8.5
Christoph Läubrich opened MNG-7402 and commented
maven/maven-core/src/main/java/org/apache/maven/lifecycle/internal/BuildListCalculator.java
Line 63 in 6b60710
Her there is attachToThread called but never detached. This seems to be a leak, at least the threads current contextclassloader is never restored.
Affects: 3.8.4
Issue Links:
("causes")
Remote Links:
Backported to: 4.0.0-alpha-2, 3.8.5