Ilya created IVY-1535:
-------------------------
Summary: Ivy.findModule() does not invalidate artifacts
Key: IVY-1535
URL: https://issues.apache.org/jira/browse/IVY-1535
Project: Ivy
Issue Type: Bug
Components: Core
Affects Versions: 2.3.0
Reporter: Ilya
I have Java code, that at one point calls {{Ivy.findModule()}}. If there are
new ivys and artifacts for this module in repository, then {{Ivy.findModule()}}
updates ivys, but does not delete artifacts. Subsequent resolutions then return
cached new ivys and outdated artifacts. That poses a problem.
The proposed solution is to use {{changing=true}} in synthetic
{{DependencyDescriptor}} created by {{ResolveEngine.findModule()}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)