-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MNG-8520] Add cache for model resolution during project building #2047
base: master
Are you sure you want to change the base?
Conversation
Tested locally, commented on https://issues.apache.org/jira/browse/MNG-8520 (tl;dr: it restores previous behaviour, excess of events are gone) |
@alextu Can you confirm? |
It looks like it's better, using the reproducer I sent. I'll be able to confirm once it's merged as our test suite runs with our own nightly built from Maven master. |
And from where you get the nightly build? You are building it yourselves? |
yes on our internal CI. If really needed, I can check tomorrow how to tweak that to build a custom branch instead of master and use that in our tests. |
I've built this branch:
and run our tests, they're still failing for the same reason(s) 🤔: additional requests that are not traced back to plugins. |
"additional requests that are not traced back to plugins" -- isnt this the https://issues.apache.org/jira/browse/MNG-8519 ? Or "additional" as "count of them is still more than was in mvn3"? |
The count of them is more, for example, in this test, we see 153 requests with this Maven 4 version and 117 with Maven 3.9.9. We count a request when we receive a pair of |
No description provided.