[GRADLE-2535] unnecessary http requests when resolving a dynamic revision from multiple repositories Created: 25/Oct/12  Updated: 10/Nov/13  Resolved: 10/Nov/13

Status: Resolved
Project: Gradle
Affects Version/s: None
Fix Version/s: 1.10-rc-1

Type: Bug
Reporter: Adam Murdoch Assignee: Unassigned
Resolution: Fixed Votes: 0


 Description   

For example: repo1 has version 1.0, 1.1 and repo2 has version 1.2, 1.3

When resolving '1+', we:
1. list the versions of repo1.
2. download the meta-data file for 1.1.
3. list the versions of repo2.
4. download the meta-data file for 1.3
5. Use the meta-data for 1.3.

We should skip request #2.


Generated at Wed Jun 30 12:24:35 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.