Re: [PR] IVY-1662: collect updates by conf and check trans itive on old dependency [ant-ivy]

eric-milles (via GitHub) <[email protected]> Wed, 01 Jul 2026 14:06:28 -0000
Newsgroups gmane.comp.jakarta.ant.devel
Message-ID <PR_kwDOATT2Es6hld2T-b0d59996-a180-432b-8155-9ac7ded12d3b@gitbox.apache.org>
eric-milles commented on PR #108:
URL: https://github.com/apache/ant-ivy/pull/108#issuecomment-4855946109

   It is used here:
   ```java
                   for (IvyNode node : iter) {
                       ArtifactInfo in1 = latest::getRevision;
                       ArtifactInfo in2 = node.getResolvedId()::getRevision;
                       ArtifactInfo out = getLatestStrategy(node).findLatest(new ArtifactInfo[]{in1, in2}, null);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]