Profiling: most hot spots and possibly wasted thread. by cstamas · Pull Request #1555 · apache/maven-resolver

@cstamas

Profiling, the most obvious ones. The scope manager method
is HOT, as now we started using scope universe in validation
that itself is very hot. These are immutable collections,
so no reason to create them in ctor instead per each call.

@cstamas cstamas marked this pull request as ready for review

August 15, 2025 14:37