Re: Why are we shading in Maven Core

2022-02-01 Thread Romain Manni-Bucau
Overall +1 on not relocating (shading by itself is not a big deal) but we should ensure resources too are properly isolated (not always the case and class only isolation leads to bugs). Not 100% it affects httpclient but as a general rule it sounds like the only missing thing in classrealm. Le mar

Why are we shading in Maven Core

2022-02-01 Thread Tamás Cservenák
Howdy, As part of an "experiment" on Maven with transport-http https://github.com/apache/maven/pull/635 I was wondering why wagon-http shades http-client, and should resolver transport-http shade as well or not... I was somehow convinced this is dragged from maven2... (that leaked into plugins) a