Skip to content
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

Fix IVY-1478 #17

Merged
merged 1 commit into from
May 18, 2017
Merged

Fix IVY-1478 #17

merged 1 commit into from
May 18, 2017

Conversation

jaikiran
Copy link
Member

The commit here fixes the issue reported in https://issues.apache.org/jira/browse/IVY-1478 and also includes a test case to verify the changes.

The fix involves setting the unpacked artifact reference within the ArtifactDownloadReport when the unpacking happens. In the absence of reference to the unpacked artifact in the ArtifactDownloadReport, the RetrieveEngine while dealing with unpacked artifacts, explicitly uses the PackagingManager for getting hold of the unpacked artifact.

This commit includes a change in the method signature of PackagingManager.unpackArtifact which now returns a reference to the unpacked Artifact whereas previously the method return type was void. This change however is still binary compatible.

@asfgit asfgit merged commit 850a888 into apache:master May 18, 2017
asfgit pushed a commit that referenced this pull request May 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants