Tamas Cservenak opened MNG-8671 and commented
This one is tricky, as it tackles Maven Core but also Maven Plugins, basically {}everything that is using Resolver API{}.
All the Resolver request objects (most) carries "context" string, that is unused in Resolver itself, but carries possible extra information to those listening in, like "in which context is this resolver request executing".
Maven4 also offers similar API, maybe we want to target this issue for Maven 4 only, as again, properly fixing this in Maven 3 is nearly impossible, would tackle all code touching resolver APIs.
No further details from MNG-8671
Tamas Cservenak opened MNG-8671 and commented
This one is tricky, as it tackles Maven Core but also Maven Plugins, basically {}everything that is using Resolver API{}.
All the Resolver request objects (most) carries "context" string, that is unused in Resolver itself, but carries possible extra information to those listening in, like "in which context is this resolver request executing".
Maven4 also offers similar API, maybe we want to target this issue for Maven 4 only, as again, properly fixing this in Maven 3 is nearly impossible, would tackle all code touching resolver APIs.
No further details from MNG-8671